flow360.ForceDistributionOutput#

class ForceDistributionOutput[source]#

Bases: Flow360BaseModel

ForceDistributionOutput class for customized force and moment distribution output. Axis-aligned components are output for force and moment coefficients at the end of the simulation.

Example

>>> fl.ForceDistributionOutput(
...     name="spanwise",
...     distribution_direction=[0.1, 0.9, 0.0],
... )

name: str [Required]#

Name of the ForceDistributionOutput.

distribution_direction: Axis [Required]#

Direction of the force distribution output.

distribution_type: Literal['incremental', 'cumulative'] = 'incremental'#

Type of the distribution.

output_type: Literal['ForceDistributionOutput'] = 'ForceDistributionOutput'#