Observer#
- class Observer[source]#
Bases:
Flow360BaseModelObserverclass for setting up theAeroAcousticOutput.observers.Example
>>> fl.Observer(position=[1, 2, 3] * fl.u.m, group_name="1")
Attributes
- position: Any#
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.
- group_name: str#
Name of the group to which the observer will be assigned for postprocessing purposes in Flow360 web client.
Additional Constructors
- classmethod from_file(filename)#
Load a Flow360BaseModel from a .json file.
- Parameters:
filename (str)
- Return type:
Flow360BaseModel
Methods