Simple meshing
Module: tutorials.11_academy.01_meshing.run
Section author: Gernot Plank <gernot.plank@medunigraz.at>
The objectives in this section are to learn the use of mesher for:
Details on mesher functions are given here.
Use mesher to be build a discrete slab model according to the following specifications:
length (x-direction) : 4.0 cm
width (y-direction) : 4.0 cm
depth (z-direction) : 0.025 cm
resolution : 250 :math:`\mu m`isotropic
Label the mesh using the basename thinwedge.
Use meshalyzer and meshtool to verify that the mesh follows the prescribed specifiations
Use the same specs as in Task 01, but immerse the slab in a bath. Use the following bath dimensions:
bath (x-direction) : 0.5 cm
bath (y-direction) : 0.5 cm
bath (z-direction) : 0.05 cm
resolutio : 250 :math:`\mu m`isotropic
Label the mesh using the basename thinwedge-bath.
Use meshalyzer and meshtool to verify that the mesh follows the prescribed specifiations
# .. meshtool query bbox -msh=./thinwedge
Use the same specs as in Task 01, but increase the transmural depth to twice the spatial resolution of the mesh such that two layers of elements are built.
Note
Tensors are assigned on a per element basis. Thus, to allow for transmural fiber rotation at least two element layers are nessecary.