Turbine
- class Turbine
Bases:
EngineElement
Turbine component of the engine.
- mn
Mach number.
- Type:
Optional[float]
- map_data
Map data for the turbine.
- Type:
Optional[str]
- bleed_names
Names of the bleed ports.
- Type:
Optional[List[str]]
- map_extrap
Flag to indicate if map extrapolation is used.
- Type:
Optional[bool]
- pr_des
Design condition pressure ratio
- Type:
Optional[float]
- effDes
Design condition efficeincy
- Type:
Optional[float]
Attributes Summary
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Attributes Documentation
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'extra': 'allow', 'protected_namespaces': (), 'validate_assignment': True}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Attributes:
__setattr__ handlers.
- __pydantic_setattr_handlers__: ClassVar[Dict[str, Callable[[BaseModel, str, Any], None]]] = {}
__setattr__ handlers. Memoizing the handlers leads to a dramatic performance improvement in __setattr__