Create a geometry that defines the fluid part and the solid part.
box : a dictionary for the definition of the computed box
elements : a list of elements (optional)
boolean to specify if the dictionary has to be validated (optional)
number of spatial dimensions (1, 2, or 3)
the bounds of the box in each spatial direction
left, right, bottom, top, front, and back edges
a list that contains each element added or deleted in the box
Methods
|
add a solid or a fluid part in the domain |
Get the list of all the labels used in the geometry. |
|
Get the list of all the labels used in the geometry. |
|
|
plot a view of the geometry |
Notes
The dictionary that defines the box should contains the following key:value
x : a list of the bounds in the first direction
y : a list of the bounds in the second direction (optional)
z : a list of the bounds in the third direction (optional)
- labelan integer or a list of integers
(length twice the number of dimensions) used to label each edge (optional)
Examples
see demo/examples/geometry/