mdolab / MACH-Aero

MACH: MDO of Aircraft Configurations with High fidelity
115 stars 53 forks source link

Updated ADflow options #30

Closed sseraj closed 3 years ago

sseraj commented 3 years ago

Purpose

This PR updates the scripts to be compatible with the breaking changes made to the ADflow options here.

Type of change

What types of change is it? Select the appropriate type(s) that describe this PR

anilyil commented 3 years ago

I just realized, we also did not modify the option names for MGCycle right @sseraj?

The PR looks good besides that. I am assuming you searched the repo for the modified option names?

sseraj commented 3 years ago

I did search the repo. MGCycle is an exception because the string gets passed directly to Fortran rather than mapped to a module. I opted not to the change the Fortran code.