HypersonicFlapControl

class HypersonicFlapControl

Bases: CommonBaseModel

Attributes Summary

model_config

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

Methods Summary

check_deflections_length(v, values)

Attributes Documentation

model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'extra': 'allow', 'json_schema_extra': {'example': {'altitude': 10.0, 'boundary_layer_state': [True, False], 'control_chord_ratio': 0.02, 'deflections': [0.1, 0.2], 'hingeline_chord_ratio': 0.5, 'qty_deflections': 2, 'wall_to_freestream_temperature_ratio': 1.0}}, 'protected_namespaces': (), 'validate_assignment': True}

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

Methods Documentation

classmethod check_deflections_length(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__