Skip to content
Snippets Groups Projects
Commit 96cb4628 authored by imcovangent's avatar imcovangent
Browse files

Small adjustments to SSBJ script.

Former-commit-id: f7da76d074e52a56d5e2981b03488f826c2e9468
parent 6b20a2ec
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ mdao_definitions = ['MDF-GS', # 0
all_graphs = []
# Settings for scripting
mdao_definitions_loop_all = False # Option for looping through all MDAO definitions
mdao_definitions_loop_all = True # Option for looping through all MDAO definitions
mdao_definition_id = 2 # Option for selecting a MDAO definition (in case mdao_definitions_loop_all=False)
start_interactive_vistoms = False # Option to start an interactive VISTOMS at the end
......@@ -193,7 +193,7 @@ for mdao_definition in mdao_definitions:
fpg.graph['problem_formulation']['coupled_functions_groups'] = [['Structures'], ['Aerodynamics'], ['Propulsion']]
fpg.add_problem_formulation(mdao_definition, function_order,
doe_settings=None if mdao_definition is not 'BLISS-2000' else
{'doe_method': 'Latin hypercube design', 'doe_seed': 5, 'doe_runs': 50})
{'method': 'Latin hypercube design', 'seed': 5, 'levels': 4})
all_graphs.append(fpg)
# Get Mdao graphs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment