SeedpointVolume#
- final class SeedpointVolume[source]#
Bases:
_VolumeEntityBaseSeparate zone in the mesh, defined by one or more interior seed points. Supported with snappyHexMesh and with the Geometry AI workflow. snappyHexMesh requires exactly one seed point per zone; the Geometry AI workflow accepts several seed points per volume, which are flood-filled into a single zone.
Attributes
- point_in_mesh: list[Length.Vector3]#
Seed point(s) for this custom volume zone. Accepts either one [x, y, z] point or a list of points [[x, y, z], …]. Use with Snappy requires exactly one point per zone.
- axes: tuple[Axis, Axis], optional#
Principal axes definition when using with PorousMedium
- Default:
None
- axis: Axis, optional#
- Default:
None
- center: Length.Vector3, optional#
- Default:
None
Properties