PropulsionCycle
- class PropulsionCycle
Bases:
CommonBaseModel
Represents a complete engine cycle.
- name
The name of the engine cycle.
- Type:
str
- design
Whether the engine cycle is in design mode.
- Type:
bool
- thermo_method
The thermodynamic method used in the engine cycle. Defaults to ‘CEA’.
- Type:
str, optional
- thermo_data
The thermodynamic data used in the engine cycle.
- Type:
str, optional
- elements
The list of engine elements in the engine cycle.
- Type:
List[EngineElement]
- balance_components
The list of balance components in the engine cycle.
- Type:
List[BalanceComponent], optional
- global_connections
The global connections in the engine cycle.
- Type:
dict, optional
- flow_connections
The flow connections in the engine cycle.
- Type:
dict, optional
- solver_settings
The solver settings for the engine cycle.
- Type:
dict, optional
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__