Chi-Tech
|
The idea behind extruded meshes is that the 3D complex geometrical features can be reasonably well projected into a 2D plane. This 2D geometry is then meshed (it is expected that this 2D mesh is unstructured).
Then, the 2D meshes is extruded and appropriate material IDs/boundary IDs in 3D are provided to complete the 3D mesh.
Thus, in order to obtain a 3D extruded mesh, you need
Currently, Chi-Tech can read in VTU and OBJ files. In the case of VTU files, you may provide an additional field such as 2D material IDs (i.e., material IDs that correspond to the 2D geometry).
You may create your 2D mesh with our favorite mesh generator. To convert that mesh into an object readable by Chi-Tech, you want need to use mesh converters (in Python, there is meshio but there are other possibilities).
or
To complete the 3D mesh, we need to provide material IDs and boundary IDs. We use the concept of a logical volume (LV). For each material zone, we will assign a material ID for cells (identified by their centroids) that are included in the LV.
We have several ways of defining a Logical Volume, LV:
This should be repeated as many times as necessary to assign all 3D material IDs.
where the Lua function was previously defined, e.g.,