Desired capability or behavior.
The FLOPS based Fuselage component is large with big sections of logic block to setup reasonable values for the layout of the fuselage given inputs that are specified and inputs that are missing.
Perhaps we should move this logic into preprocessors, which would simplify the component and consolidate parts of aviary where 'default and/or reasonable values get set.
aviary/subsystems/geometry/flops_based/fuselage.py in the compute block.
There are also some shorter logic checks etc in the gasp_based/fuselage.py too.
Suggested implementation.
No response
Desired capability or behavior.
The FLOPS based Fuselage component is large with big sections of logic block to setup reasonable values for the layout of the fuselage given inputs that are specified and inputs that are missing.
Perhaps we should move this logic into preprocessors, which would simplify the component and consolidate parts of aviary where 'default and/or reasonable values get set.
aviary/subsystems/geometry/flops_based/fuselage.py in the compute block.
There are also some shorter logic checks etc in the gasp_based/fuselage.py too.
Suggested implementation.
No response