Skip to content
Snippets Groups Projects
Commit d8b5bf6d authored by Imco van Gent's avatar Imco van Gent
Browse files

Small updates to script for RCE / CMDOWS parser.

Added option to ignore certain nodes in disconnect_problematic_variables_from() function.


Former-commit-id: 4b44171ef567e9c663ce6e98c1c454618ee2d913
parent 99da533c
No related branches found
No related tags found
No related merge requests found
Pipeline #192740 canceled
Showing
with 7 additions and 7 deletions
......@@ -233,13 +233,13 @@ for mdao_definition in mdao_definitions:
'/cpacs/toolspecific/sCAM/wing_sweep_morph/required_sweep2']
# Settings of design variables
sample_ranges = [[16.32982, 16.33982, 16.34982], # required_length
[5.900, 6.000, 6.100], # required_wing_dihedral
[6.2923, 6.3923, 6.4923], # required_root_chord
[0.4151, 0.4251, 0.4351], # required_taper1
[0.1545182485, 0.1645182485, 0.1745182485], # required_taper2
[33.1273, 33.2273, 33.3273], # required_sweep1
[28.3037, 28.4037, 28.5037]] # required_sweep2
sample_ranges = [[14.000, 16.33982, 19.000], # required_length
[2.000, 6.000, 10.0000], # required_wing_dihedral
[5.8, 6.3923, 6.8], # required_root_chord
[0.35, 0.4251, 0.50], # required_taper1
[0.13, 0.1645182485, 0.19], # required_taper2
[28.0, 33.2273, 36.0], # required_sweep1
[0.75, 0.884926, 0.95]] # required_sweep2
lower_bounds = [value[0] for value in sample_ranges]
nominal_values = [value[1] for value in sample_ranges]
upper_bounds = [value[2] for value in sample_ranges]
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
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