lizzy.materials
- class lizzy.materials.PorousMaterial(name: str, k_vals: tuple[float, float, float], porosity: float, thickness: float)
Porous material defined by principal permeability values, porosity and thickness.
- class lizzy.materials.Rosette(name: str, u=(1.0, 0, 0))
Rosette object to define the orientation of the material in the mesh elements. The rosette is always projected on each element along the element normal direction. It is initialised by defining the e1 axis of the rosette (k1 direction) as two points in 3D space: e1 = p1 - p0