luminarycloud.params.simulation.physics.fluid.physical_behavior

Submodules

Classes

BladeElementAirfoilData

Construct a blade by assigning airfoil profiles to different radial stations

PhysicalBehaviorModel

Defines the physical behavior type.

Package Contents

class BladeElementAirfoilData

Construct a blade by assigning airfoil profiles to different radial stations

airfoil_performance_table: luminarycloud.tables.RectilinearTable | None = None

Lift, drag, and pitching moment coefficients vs. alpha & Mach number.

id: str = ''

Assign a unique ID to this airfoil.

name: str = ''

Apply a descriptive name to this airfoil.

radial_station: luminarycloud.types.LcFloat = 0

Airfoil shape on the blade at this r/R.

class PhysicalBehaviorModel

Defines the physical behavior type.