SymmetricFlap

class SymmetricFlap

Bases: CommonBaseModel

Attributes Summary

model_config

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

Methods Summary

check_values_not_negative(v)

Attributes Documentation

model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'extra': 'allow', 'json_schema_extra': {'example': {'EBF_jet_deflection_angles': [1.5, 1.6], 'balance_chord_ratio': 0.1, 'deflections': [10.0, 20.0], 'flap_Lift_increment': [1.8, 1.9], 'flap_Pitch_increment': [2.0, 2.1], 'hinge_thickness_to_chord_ratio': 0.2, 'inboard_chord_ratio': [0.1, 0.2], 'inboard_fowler_action': [0.9, 1.0], 'inboard_span_ratio': [0.5, 0.6], 'jet_deflection': [1.3, 1.4], 'jet_efflux': 1.7, 'outboard_chord_ratio': [0.3, 0.4], 'outboard_fowler_action': [1.1, 1.2], 'outboard_span_ratio': [0.7, 0.8], 'qty_deflections': 2}}, 'protected_namespaces': (), 'validate_assignment': True}

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

Methods Documentation

classmethod check_values_not_negative(v)

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__