Jason Kirk
Jason Kirk
Apologies I missed your post - It looks like we're missing the ability to use propeller maps with the `PropellerBuilder`! That can probably get put together pretty quickly by the...
Ok I made some overhauls to the propeller map code, but the answer to your problem was actually unrelated - all you need to do is add the path to...
I thought the breguet range comp did that as well but perhaps not. I'd be fine with moving those to picard shooting once available. Solved 2dof is very weirdly set...
> `small_single_aisle` is a folder name. That's why you get `Permission denied` error. You need to use a .csv file name instead. For example, `aviary run_mission small_single_aisle_GwGm.csv`. In this case,...
Current plan is to have cargo container mass in FLOPS methodology not change during off-design (basically always use design cargo mass). This matches how that code actually behaves, and sidesteps...
I still see it in the docs (https://openmdao.github.io/Aviary/user_guide/aviary_commands.html for example), but I don't get that message when I try `aviary -h` on my windows machine or on a linux cluster....
Related issue: https://github.com/OpenMDAO/Aviary/issues/140
Combining all tabular aero methods will probably require updating our data table format to allow for specifying independent/dependent variables somehow
We could have some boilerplate code or a function call that automatically selects the "best" optimizer available on the system to use. `run_OAS_wing_mass_example.py` has an example of this. Abstracting it...
I will need to update docs once I have tests working