Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
tutorials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
documentation
tutorials
Commits
51bae575
There was a problem fetching the pipeline summary.
Commit
51bae575
authored
7 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
pp
parent
75e5519b
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CircuitCoupling/RLC_circuit.pro
+3
-3
3 additions, 3 deletions
CircuitCoupling/RLC_circuit.pro
CircuitCoupling/R_circuit.geo
+39
-39
39 additions, 39 deletions
CircuitCoupling/R_circuit.geo
CircuitCoupling/R_circuit.pro
+342
-342
342 additions, 342 deletions
CircuitCoupling/R_circuit.pro
with
384 additions
and
384 deletions
CircuitCoupling/RLC_circuit.pro
+
3
−
3
View file @
51bae575
...
...
@@ -44,7 +44,7 @@ Group {
// * all surfaces connected to the lumped element circuit
Sur_Ele
=
Region
[{
Top1
,
Bottom1
,
Top2
,
Bottom2
,
Top3
,
Bottom3
}];
// * total electrical computation domain
VolWithSur
_Ele
=
Region
[{
Vol_Ele
,
Sur_Ele
}];
Dom
_Ele
=
Region
[{
Vol_Ele
,
Sur_Ele
}];
}
// Circuit group data - Fictive regions for the circuit elements
...
...
@@ -221,10 +221,10 @@ FunctionSpace {
// All nodes but the grouped nodes of the surfaces for connecting the
// circuitry
{
Name
sn
;
NameOfCoef
vn
;
Function
BF_Node
;
Support
VolWithSur
_Ele
;
Entity
NodesOf
[
All
,
Not
Sur_Ele
];
}
Support
Dom
_Ele
;
Entity
NodesOf
[
All
,
Not
Sur_Ele
];
}
// Grouped nodes: Each surface of Sur_Ele has just one single voltage
{
Name
sf
;
NameOfCoef
vf
;
Function
BF_GroupOfNodes
;
Support
VolWithSur
_Ele
;
Entity
GroupsOfNodesOf
[
Sur_Ele
];
}
Support
Dom
_Ele
;
Entity
GroupsOfNodesOf
[
Sur_Ele
];
}
}
GlobalQuantity
{
{
Name
U
;
Type
AliasOf
;
NameOfCoef
vf
;
}
...
...
This diff is collapsed.
Click to expand it.
CircuitCoupling/R_circuit.geo
+
39
−
39
View file @
51bae575
// Just 4 cubes
Include
"R_circuit_common.pro"
;
lc
=
0.25
;
// Cjaracteristic length
Point
(
1
)
=
{
0
,
0
,
0
,
lc
};
Extrude
{
1
,
0
,
0
}
{
Point
{
1
};
}
Extrude
{
0
,
1
,
0
}
{
Line
{
1
};
// Layers{10}; Recombine;
}
Extrude
{
0
,
0
,
1
}
{
Surface
{
5
};
// Layers{10}; Recombine;
}
Translate
{
2
,
0
,
0
}
{
Duplicata
{
Volume
{
1
};
}
}
Translate
{
0
,
4
,
0
}
{
Duplicata
{
Volume
{
1
};
}
}
Translate
{
2
,
4
,
0
}
{
Duplicata
{
Volume
{
1
};
}
}
Physical
Surface
(
Cube1Top
)
=
{
27
};
Physical
Surface
(
Cube1Bottom
)
=
{
5
};
Physical
Surface
(
Cube2Top
)
=
{
34
};
Physical
Surface
(
Cube2Bottom
)
=
{
29
};
Physical
Surface
(
Cube3Top
)
=
{
61
};
Physical
Surface
(
Cube3Bottom
)
=
{
56
};
Physical
Surface
(
Cube4Top
)
=
{
88
};
Physical
Surface
(
Cube4Bottom
)
=
{
83
};
Physical
Volume
(
Cube1
)
=
{
1
};
Physical
Volume
(
Cube2
)
=
{
28
};
Physical
Volume
(
Cube3
)
=
{
55
};
Physical
Volume
(
Cube4
)
=
{
82
};
// Just 4 cubes
Include
"R_circuit_common.pro"
;
lc
=
0.25
;
// Cjaracteristic length
Point
(
1
)
=
{
0
,
0
,
0
,
lc
};
Extrude
{
1
,
0
,
0
}
{
Point
{
1
};
}
Extrude
{
0
,
1
,
0
}
{
Line
{
1
};
// Layers{10}; Recombine;
}
Extrude
{
0
,
0
,
1
}
{
Surface
{
5
};
// Layers{10}; Recombine;
}
Translate
{
2
,
0
,
0
}
{
Duplicata
{
Volume
{
1
};
}
}
Translate
{
0
,
4
,
0
}
{
Duplicata
{
Volume
{
1
};
}
}
Translate
{
2
,
4
,
0
}
{
Duplicata
{
Volume
{
1
};
}
}
Physical
Surface
(
Cube1Top
)
=
{
27
};
Physical
Surface
(
Cube1Bottom
)
=
{
5
};
Physical
Surface
(
Cube2Top
)
=
{
34
};
Physical
Surface
(
Cube2Bottom
)
=
{
29
};
Physical
Surface
(
Cube3Top
)
=
{
61
};
Physical
Surface
(
Cube3Bottom
)
=
{
56
};
Physical
Surface
(
Cube4Top
)
=
{
88
};
Physical
Surface
(
Cube4Bottom
)
=
{
83
};
Physical
Volume
(
Cube1
)
=
{
1
};
Physical
Volume
(
Cube2
)
=
{
28
};
Physical
Volume
(
Cube3
)
=
{
55
};
Physical
Volume
(
Cube4
)
=
{
82
};
This diff is collapsed.
Click to expand it.
CircuitCoupling/R_circuit.pro
+
342
−
342
View file @
51bae575
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment