RCAIDE.Library.Methods.Aerodynamics.Athena_Vortex_Lattice.translate_data

translate_data#

Functions

translate_conditions_to_cases(avl, conditions)

Takes RCAIDE Conditions() data structure and translates to a Container of avl Run_Case()s.

translate_results_to_conditions(cases, res, ...)

Takes avl results structure containing the results of each run case stored

translate_conditions_to_cases(avl, conditions)[source]#

Takes RCAIDE Conditions() data structure and translates to a Container of avl Run_Case()s.

Assumptions:

None

Source:

Drela, M. and Youngren, H., AVL, http://web.mit.edu/drela/Public/web/avl

Inputs:

conditions.aerodynamics.angles.alpha [radians] conditions.freestream.mach_number [-] conditions.freestream.density [kilograms per meters**3] conditions.freestream.gravity [meters per second**2]

Outputs:

cases [data structur]

Properties Used:

N/A

translate_results_to_conditions(cases, res, results)[source]#
Takes avl results structure containing the results of each run case stored

each in its own Data() object. Translates into the Conditions() data structure.

Assumptions:

None

Source:

Drela, M. and Youngren, H., AVL, http://web.mit.edu/drela/Public/web/avl

Inputs:

case_res = results

Outputs:

cases [data_structure]

Properties Used:

N/A