LowAspectRatioWingBody

class LowAspectRatioWingBody

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': {'aspect_ratio': 0.5, 'base_aft_of_lifting_surface': True, 'base_area': 1.1, 'base_max_height': 1.2, 'base_max_span': 1.3, 'base_perimeter': 1.0, 'body_centroid_height': 0.0, 'center_of_gravity_station': 1.4, 'distance_to_planform_centroid': 1.9, 'distance_to_side_centroid': 1.8, 'effective_radius': 0.6, 'frontal_area': 0.3, 'lower_surface_angle': 0.7, 'nose_side_area': 1.7, 'reference_area': 1.2, 'reference_length': 0.8, 'rounded_nose_flag': False, 'semi_apex_angle': 1.5, 'sharpness': 0.01, 'total_side_area': 1.6, 'wetted_area': 0.9}}, '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__