flow360.Observer#
- class Observer[source]#
Bases:
Flow360BaseModelObserverclass for setting up theAeroAcousticOutput.observers.Example
>>> fl.Observer(position=[1, 2, 3] * fl.u.m, group_name="1")
- position: Annotated[_VectorType, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#
Position at which time history of acoustic pressure signal is stored in aeroacoustic output file. The observer position can be outside the simulation domain, but cannot be on or inside the solid surfaces of the simulation domain.
- Constraints:
func = <function _dimensioned_type_serializer at 0x721a44e6be20>
return_type = PydanticUndefined
when_used = always