TransverseJetControl

class TransverseJetControl

Bases: CommonBaseModel

Attributes Summary

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Methods Summary

lists_must_match_qty_time(v, values)

Attributes Documentation

model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'extra': 'allow', 'json_schema_extra': {'example': {'altitudes': [5.0, 5.1, 5.2], 'boundary_layer_state': [True, False, True], 'control_force': [1.0, 1.1, 1.2], 'jet_vacuum_specific_impulse': 300.0, 'nozzle_discharge_coefficient': 0.98, 'nozzle_distance_from_leading_edge': 2.0, 'nozzle_exit_mach_number': 0.8, 'nozzle_inclination': 15.0, 'nozzle_span': 0.5, 'propellant_specific_heat': 1.4, 'qty_time': 3, 'time': [0.1, 0.2, 0.3]}}, 'protected_namespaces': (), 'validate_assignment': True}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Methods Documentation

classmethod lists_must_match_qty_time(v, values)

Attributes:

__pydantic_setattr_handlers__

__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__