flow360.SeedpointVolume#

class SeedpointVolume[source]#

Bases: _VolumeEntityBase

Represents a separate zone in the mesh, defined by a point inside it. To be used only with snappyHexMesh.

type: Literal['SeedpointVolume'] = 'SeedpointVolume'#
point_in_mesh: Annotated[_VectorType, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#

Seedpoint for a main fluid zone in snappyHexMesh.

Constraints:
  • func = <function _dimensioned_type_serializer at 0x76d26c7ff370>

  • return_type = PydanticUndefined

  • when_used = always

axes: Annotated[Tuple[Axis, Axis], AfterValidator(func=_check_axis_is_orthogonal)] | None = None#

Principal axes definition when using with PorousMedium

axis: Axis | None = None#
center: Annotated[_VectorType, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] | None = None#