Bases: _VolumeEntityBase
CustomVolume is a volume zone defined by its surrounding surfaces.
It will be generated by the volume mesher.
-
boundaries: EntityList[Surface, WindTunnelGhostSurface] [Required]
The surfaces that define the boundaries of the custom volume.
-
axes: Annotated[Tuple[Axis, Axis], AfterValidator(func=_check_axis_is_orthogonal)] | None = None
-
axis: Axis | None = None
-
center: Annotated[_VectorType, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] | None = None