From d057aea53adee33a6d50ab44ec54c806a5e547a5 Mon Sep 17 00:00:00 2001 From: johnjasa Date: Wed, 3 Jan 2024 16:26:03 -0600 Subject: [PATCH] Removed unnecessary reports files --- .../driver_scaling_report.html | 660 - .../inputs.html | 68 - .../test_full_mission_solved_level3/n2.html | 14840 ---------------- .../opt_report.html | 297 - .../total_coloring.html | 908 - .../traj_linkage_report.html | 13615 -------------- .../traj_results_report.html | 1031 -- 7 files changed, 31419 deletions(-) delete mode 100644 aviary/interface/test/reports/test_full_mission_solved_level3/driver_scaling_report.html delete mode 100644 aviary/interface/test/reports/test_full_mission_solved_level3/inputs.html delete mode 100644 aviary/interface/test/reports/test_full_mission_solved_level3/n2.html delete mode 100644 aviary/interface/test/reports/test_full_mission_solved_level3/opt_report.html delete mode 100644 aviary/interface/test/reports/test_full_mission_solved_level3/total_coloring.html delete mode 100644 aviary/interface/test/reports/test_full_mission_solved_level3/traj_linkage_report.html delete mode 100644 aviary/interface/test/reports/test_full_mission_solved_level3/traj_results_report.html diff --git a/aviary/interface/test/reports/test_full_mission_solved_level3/driver_scaling_report.html b/aviary/interface/test/reports/test_full_mission_solved_level3/driver_scaling_report.html deleted file mode 100644 index 3d0e1af9b..000000000 --- a/aviary/interface/test/reports/test_full_mission_solved_level3/driver_scaling_report.html +++ /dev/null @@ -1,660 +0,0 @@ - - - - - - - - - - - - -

- -
-

Scaling Process

-

All scaling in OpenMDAO results in the following linear transformation:

-

Variabledriver = m * Variablemodel + b

-

The computed values for m and b depend on how you specify the scaling, and - whether or not you specify units that the - driver sees which are different from the units in the model.

-

If you use driver units

-

If your model variable is in units of m and you choose to use cm for the driver value then you have a unit_factor of - 100. This conversion is done before anything else. All other scaling is done relative to the driver unit values. If your - model value was 5.2 meters, then the driver value is 520 centimeters. You would then give ref and ref0 or scaler and adder - relative to that.

-

In general, unit conversions can include both a multiplicative factor and an offset (thank you, Celsius to Fahrenheit).

-

Given a variable from the model (xmodel), the unit converted value (xdriver) is computed by

-

xdriver = unit_factor * (xmodel + offset)

-

If you use ref and ref0:

-

The ref and ref0 values represent the model values that will get scaled to 1 and 0 respectively.

-

1 = m * (ref + b)
0 = m * (ref0 + b)

-

This gives the following for m and b:

-

b = -ref0
m = 1/(ref - ref0)

-

If you use scaler and adder:

-

You are specifying the slope and offset for the scaling directly.

-

b = adder
m = scaler

-

Full unit scaling equation

-

All of the scaling combined gives a linear map between the driver scaled value (xdriver), - the unit scaled value, and the actual model value (xmodel).

-

xdriver = m * (unit_factor * (xmodel + offset) + b)

-

xdriver = (m * unit_factor) * (xmodel + offset + b/unit_factor)

-

So the overall scaler is (m * unit_factor) and the overall adder is - (offset + b/unit_factor).

-
-
-

Design Variables

-
-
-
-

Constraints

-
-
-
-

Objectives

-
-
-
-

Jacobian Info

-
- -
-
-
-
- -
-
-
-
-
- - - - diff --git a/aviary/interface/test/reports/test_full_mission_solved_level3/inputs.html b/aviary/interface/test/reports/test_full_mission_solved_level3/inputs.html deleted file mode 100644 index b8b1efafe..000000000 --- a/aviary/interface/test/reports/test_full_mission_solved_level3/inputs.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - -
-
-

-
-
-
- - - - diff --git a/aviary/interface/test/reports/test_full_mission_solved_level3/n2.html b/aviary/interface/test/reports/test_full_mission_solved_level3/n2.html deleted file mode 100644 index 78c373d36..000000000 --- a/aviary/interface/test/reports/test_full_mission_solved_level3/n2.html +++ /dev/null @@ -1,14840 +0,0 @@ - - - -OpenMDAO Model Hierarchy and N2 diagram - - - - - - - - - - - - - - - - - -
-
- -
-
- -
- - -
-
-
-
- - - -
-
- - -
-
- - - - - -
-
- - - - -
-
- -
-
- -
- -
-
- -
- -
-
- Processing... -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

-
-
- - - -
- -
- -
-
- -
-
-
-
- N2 Information -
- - -
- -
-
-
-
-
- - - - - - - - - - -
- -
- -
- -
- -
-

Left-click on a node in the model hierarchy to navigate to that node.
- Right-click on a node to collapse/expand it. - Alt-right-click on a node with variables to select which ones to hide.
- Note: Right-click in Firefox displays a browser menu. To disable that, - visit about:config and set dom.event.contextmenu.enabled - to true.
- Hover over any cell in the matrix to display its connections - as arrows. Click that cell to make those arrows persistent. -

-

Toolbar Help

-
- Snapshot of toolbar buttons - -
-
- -
- - - - - - -
Variable NameVisible
-
- - -
-
-
- Search - -
-
- - - -
-
-
- - - - - - - diff --git a/aviary/interface/test/reports/test_full_mission_solved_level3/opt_report.html b/aviary/interface/test/reports/test_full_mission_solved_level3/opt_report.html deleted file mode 100644 index e26fb908d..000000000 --- a/aviary/interface/test/reports/test_full_mission_solved_level3/opt_report.html +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - -OpenMDAO Optimization Report for Problem test_full_mission_solved_level3 - - - - - - -

OpenMDAO Optimization Report for Problem test_full_mission_solved_level3 (All values are in unscaled, physical units)

- - - - - - - -

- - - - - - - - - - -
Problem:test_full_mission_solved_level3
Script:aviary/validation_cases/benchmark_tests/test_full_mission_solved_level3.py
Optimizer:pyOptSparse_SNOPT
Number of driver iterations:167
Number of objective calls:166
Number of derivative calls:165
Execution start time:2023-12-15 17:07:26
Wall clock run time:00 hours 05 minutes 44 seconds 498.1 milliseconds
Exit status:FAIL
- - - -

Objectives

- - - - - - - -

- - - -
namevalrefref0adderscalerunits
obj_comp.obj[0.00903358]1.00.0
- - - -

Design Variables

- - - - - - - -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
namealiassizeminmaxmeanlowerupperequalsrefref0unitsvisual
traj.ascent.t_initial11.161.161.160.012001e+03None
traj.ascent.t_duration1(0.5)0.50.50.5101e+03None
traj.ascent.states:time7|0.152||0.19||0.172||-1e+19||1e+19|100None
traj.ascent.states:mass7|1.03||1.03||1.03||0.0588||5.88e+15|1.7e+05None
traj.ascent...polynomial_controls:TAS2|1.01||1.01||1.01|0.0042250None
traj.ascent_to_flap_retract.t_initial10.660.660.660.012001e+03None
traj.ascent_to_flap_retract.t_duration1(0.5)0.50.50.5101e+03None
traj.ascent_to_flap_retract.states:time7|0.124||0.152||0.137||-1e+19||1e+19|100None
traj.ascent_to_flap_retract.states:mass7|1.03||1.03||1.03||0.0588||5.88e+15|1.7e+05None
traj.ascent_to_flap_retract...polynomial_controls:TAS2|1.01|(|2|)|1.5|0.0042250None
traj.ascent_to_gear_retract.t_initial10.160.160.160.0121e+03None
traj.ascent_to_gear_retract.t_duration1(0.5)0.50.50.5101e+03None
traj.ascent_to_gear_retract.states:time7|0.094||0.124||0.112||-1e+19||1e+19|100None
traj.ascent_to_gear_retract.states:mass7|1.03||1.03||1.03||0.0588||5.88e+15|1.7e+05None
traj.ascent_to_gear_retract...polynomial_controls:TAS2|0.774|(|2|)|1.39|0.0042250None
traj.climb_at_constant_EAS.t_initial10.02160.02160.02160.0011001e+05None
traj.climb_at_constant_EAS.t_duration1(0.1)0.10.10.10.51e+05None
traj.climb_at_constant_EAS.states:time7|0.229||0.978||0.632||-1e+19||1e+19|100None
traj.climb_at_constant_EAS.states:mass7|1.03||1.03||1.03||0.0588||5.88e+15|1.7e+05None
traj.climb_at_constant_EAS_to_mach.t_initial10.1220.1220.1220.0011001e+05None
traj.climb_at_constant_EAS_to_mach.t_duration1(0.1)0.10.10.1101e+05None
traj.climb_at_constant_EAS_to_mach.states:time7|0.978||1.61||1.33||-1e+19||1e+19|100None
traj.climb_at_constant_EAS_to_mach.states:mass7|1.03||1.03||1.03||0.0588||5.88e+15|1.7e+05None
traj.climb_at_constant_EAS_to_mach...polynomial_controls:altitude2|0.333||1.1||0.714|-3.33e-051.333e+04None
traj.climb_at_constant_TAS.t_initial11.661.661.660.012001e+03None
traj.climb_at_constant_TAS.t_duration1(0.5)0.50.50.5101e+03None
traj.climb_at_constant_TAS.states:time7|0.19||0.229||0.211||-1e+19||1e+19|100None
traj.climb_at_constant_TAS.states:mass7|1.03||1.03||1.03||0.0588||5.88e+15|1.7e+05None
traj.climb_at_constant_TAS...polynomial_controls:TAS2|1.01||1.01||1.01|0.0042250None
traj.climb_at_constant_mach.t_initial10.2220.2220.2220.0011001e+05None
traj.climb_at_constant_mach.t_duration1(0.1)0.10.10.1101e+05None
traj.climb_at_constant_mach.states:time7|1.61||2.03||1.83||-1e+19||1e+19|100None
traj.climb_at_constant_mach.states:mass7|1.03||1.03||1.03||0.0588||5.88e+15|1.7e+05None
traj.climb_at_constant_mach...polynomial_controls:altitude2|1.1||1.25||1.17|-3.33e-051.333e+04None
traj.cruise.t_initial10.03220.03220.03220.01201e+06None
traj.cruise.t_duration10.7040.7040.7040.265e+06None
traj.cruise.states:time16|0.0203||1.51||0.785||-1e+17||1e+17|1e+04None
traj.cruise.states:mass16|0.906||1.03||0.965||0.0588||5.88e+15|1.7e+05None
traj.descent.t_initial13.553.553.550.0001101e+06None
traj.descent.t_duration1(1.5)1.51.51.521e+05None
traj.descent.states:time10|1.51||1.59||1.55||-1e+17||1e+17|1e+04None
traj.descent.states:mass10|0.904||0.906||0.905||0.0588||5.88e+15|1.7e+05None
traj.descent...polynomial_controls:TAS2|1|(|2|)|1.5|0.0042250None
traj.descent...polynomial_controls:altitude2|0.333||1.25||0.792|-3.33e-051.333e+04None
traj.groundroll.t_duration1(0.5)0.50.50.510100None
traj.rotation.t_initial10.110.110.110.0551e+03None
traj.rotation.t_duration1(0.05)0.050.050.0521e+03None
traj.rotation.states:time7|0.0849||0.094||0.0905||-1e+19||1e+19|100None
traj.rotation.states:mass7|1.03||1.03||1.03||0.0588||5.88e+15|1.7e+05None
traj.rotation...polynomial_controls:TAS2|0.2||0.774||0.487|0.0042250None
traj.rotation...polynomial_controls:alpha2|0||0.443||0.221|-0.41.510None
- - - -

Constraints

- - - - - - - -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
namealiassizeminmaxmeanlowerupperequalsrefref0unitsvisual
traj.linkages...ascent_to_gear_retract:time_final|ascent_to_flap_retract:time_initial10000100NoneBoth lower and upper bounds are None.
traj.linkages...ascent_to_gear_retract:mass_final|ascent_to_flap_retract:mass_initial100001e+04NoneBoth lower and upper bounds are None.
traj.linkages...ascent_to_gear_retract:range_final|ascent_to_flap_retract:range_initial1-1.14e-17-1.14e-17-1.14e-1701e+04NoneBoth lower and upper bounds are None.
traj.linkages...ascent_to_gear_retract:TAS_final|ascent_to_flap_retract:TAS_initial10000200NoneBoth lower and upper bounds are None.
traj.linkages...ascent_to_flap_retract:time_final|ascent:time_initial10000100NoneBoth lower and upper bounds are None.
traj.linkages...ascent_to_flap_retract:mass_final|ascent:mass_initial100001e+04NoneBoth lower and upper bounds are None.
traj.linkages...ascent_to_flap_retract:range_final|ascent:range_initial100001e+04NoneBoth lower and upper bounds are None.
traj.linkages...ascent_to_flap_retract:TAS_final|ascent:TAS_initial10000200NoneBoth lower and upper bounds are None.
traj.linkages...climb_at_constant_EAS:altitude_final|climb_at_constant_EAS_to_mach:altitude_initial1-1.82e-16-1.82e-16-1.82e-1601e+04NoneBoth lower and upper bounds are None.
traj.linkages...climb_at_constant_EAS:time_final|climb_at_constant_EAS_to_mach:time_initial10000100NoneBoth lower and upper bounds are None.
traj.linkages...climb_at_constant_EAS:mass_final|climb_at_constant_EAS_to_mach:mass_initial100001e+04NoneBoth lower and upper bounds are None.
traj.linkages...climb_at_constant_EAS:range_final|climb_at_constant_EAS_to_mach:range_initial11.82e-161.82e-161.82e-1601e+04NoneBoth lower and upper bounds are None.
traj.linkages...climb_at_constant_EAS_to_mach:altitude_final|climb_at_constant_mach:altitude_initial100001e+04NoneBoth lower and upper bounds are None.
traj.linkages...climb_at_constant_EAS_to_mach:time_final|climb_at_constant_mach:time_initial10000100NoneBoth lower and upper bounds are None.
traj.linkages...climb_at_constant_EAS_to_mach:mass_final|climb_at_constant_mach:mass_initial100001e+04NoneBoth lower and upper bounds are None.
traj.linkages...climb_at_constant_EAS_to_mach:range_final|climb_at_constant_mach:range_initial13.64e-163.64e-163.64e-1601e+04NoneBoth lower and upper bounds are None.
traj.linkages...climb_at_constant_mach:altitude_final|cruise:altitude_initial100001e+04NoneBoth lower and upper bounds are None.
traj.linkages...climb_at_constant_mach:time_final|cruise:time_initial1-2.84e-16-2.84e-16-2.84e-160100NoneBoth lower and upper bounds are None.
traj.linkages...climb_at_constant_mach:mass_final|cruise:mass_initial100001e+04NoneBoth lower and upper bounds are None.
traj.linkages...climb_at_constant_mach:range_final|cruise:range_initial1-3.64e-16-3.64e-16-3.64e-1601e+04NoneBoth lower and upper bounds are None.
traj.linkages...cruise:altitude_final|descent:altitude_initial100001e+04NoneBoth lower and upper bounds are None.
traj.linkages...cruise:time_final|descent:time_initial13.64e-143.64e-143.64e-140100NoneBoth lower and upper bounds are None.
traj.linkages...cruise:mass_final|descent:mass_initial100001e+04NoneBoth lower and upper bounds are None.
traj.linkages...cruise:range_final|descent:range_initial1-9.31e-14-9.31e-14-9.31e-1401e+04NoneBoth lower and upper bounds are None.
traj.linkages...groundroll:time_final|rotation:time_initial10000100NoneBoth lower and upper bounds are None.
traj.linkages...groundroll:mass_final|rotation:mass_initial1-2.91e-15-2.91e-15-2.91e-1501e+04NoneBoth lower and upper bounds are None.
traj.linkages...groundroll:range_final|rotation:range_initial12.84e-182.84e-182.84e-1801e+04NoneBoth lower and upper bounds are None.
traj.linkages...groundroll:TAS_final|rotation:TAS_initial1-3.55e-17-3.55e-17-3.55e-170200NoneBoth lower and upper bounds are None.
traj.linkages...rotation:time_final|ascent_to_gear_retract:time_initial10000100NoneBoth lower and upper bounds are None.
traj.linkages...rotation:mass_final|ascent_to_gear_retract:mass_initial100001e+04NoneBoth lower and upper bounds are None.
traj.linkages...rotation:range_final|ascent_to_gear_retract:range_initial15.68e-185.68e-185.68e-1801e+04NoneBoth lower and upper bounds are None.
traj.linkages...rotation:TAS_final|ascent_to_gear_retract:TAS_initial10000200NoneBoth lower and upper bounds are None.
traj.linkages...ascent:time_final|climb_at_constant_TAS:time_initial10000100NoneBoth lower and upper bounds are None.
traj.linkages...ascent:mass_final|climb_at_constant_TAS:mass_initial100001e+04NoneBoth lower and upper bounds are None.
traj.linkages...ascent:range_final|climb_at_constant_TAS:range_initial100001e+04NoneBoth lower and upper bounds are None.
traj.linkages...ascent:TAS_final|climb_at_constant_TAS:TAS_initial10000200NoneBoth lower and upper bounds are None.
traj.linkages...climb_at_constant_TAS:time_final|climb_at_constant_EAS:time_initial10000100NoneBoth lower and upper bounds are None.
traj.linkages...climb_at_constant_TAS:mass_final|climb_at_constant_EAS:mass_initial100001e+04NoneBoth lower and upper bounds are None.
traj.linkages...climb_at_constant_TAS:range_final|climb_at_constant_EAS:range_initial100001e+04NoneBoth lower and upper bounds are None.
traj.linkages...climb_at_constant_TAS:TAS_final|climb_at_constant_EAS:TAS_initial10000200NoneBoth lower and upper bounds are None.
traj.phases.ascent->path_constraint->EAStraj.phases.ascent->path_constraint->EAS8|1|(|1|)|1|1250Noneknot
traj.ascent.collocation_constraint.defects:time6|-1.05e-17||2.51e-17||2.95e-18|01e+04None
traj.ascent.collocation_constraint.defects:mass6|-1.16e-14||1.8e-15||-1.44e-15|01.7e+07None
traj.phases...ascent_to_flap_retract->path_constraint->load_factortraj.phases.ascent_to_flap_retract->path_constraint->load_factor8|1||1||1|01.110unitless
traj.ascent_to_flap_retract...defects:time6|-1.3e-18||6.51e-19||-3.07e-19|01e+04None
traj.ascent_to_flap_retract...defects:mass6|-7.36e-15||1.14e-15||-1.82e-15|01.7e+07None
traj.phases...ascent_to_gear_retract->path_constraint->fuselage_pitchtraj.phases.ascent_to_gear_retract->path_constraint->fuselage_pitch8|-0.124||0.41||0.0169|115Nonedeg
traj.phases...ascent_to_gear_retract->path_constraint->load_factortraj.phases.ascent_to_gear_retract->path_constraint->load_factor8|1||1||1|01.110unitless
traj.ascent_to_gear_retract...defects:time6|-5.91e-10||-2.33e-13||-1.42e-10|01e+04None
traj.ascent_to_gear_retract...defects:mass6|2.57e-15||1.84e-12||4.47e-13|01.7e+07None
traj.climb_at_constant_EAS...defects:time6|-6.29e-18||3.04e-18||-3.25e-19|01e+04None
traj.climb_at_constant_EAS...defects:mass6|-7.34e-15||1.13e-15||-9.08e-16|01.7e+07None
traj.phases...climb_at_constant_EAS_to_mach->final_boundary_constraint->machtraj.phases.climb_at_constant_EAS_to_mach->final_boundary_constraint->mach10.80.80.80.810unitlessBoth lower and upper bounds are None.
traj.climb_at_constant_EAS_to_mach...defects:time6|-8.46e-18||4.12e-18||-5.06e-19|01e+04None
traj.climb_at_constant_EAS_to_mach...defects:mass6|-7.37e-15||4.75e-15||-2.06e-15|01.7e+07None
traj.phases...climb_at_constant_TAS->final_boundary_constraint->EAStraj.phases.climb_at_constant_TAS->final_boundary_constraint->EAS11111250NoneknotBoth lower and upper bounds are None.
traj.climb_at_constant_TAS...defects:time6|-5.75e-19||8.46e-19||7.77e-20|01e+04None
traj.climb_at_constant_TAS...defects:mass6|-5.85e-18||7.85e-18||1.28e-18|01.7e+07None
traj.climb_at_constant_mach...defects:time6|-6.07e-18||1.73e-17||1.77e-18|01e+04None
traj.climb_at_constant_mach...defects:mass6|-7.34e-15||1.15e-15||-1.81e-15|01.7e+07None
traj.cruise.collocation_constraint.defects:time15|-2.23e-17||6.72e-18||-2.24e-18|01e+06None
traj.cruise.collocation_constraint.defects:mass15|-6.06e-18||7.64e-18||-7.88e-19|01.7e+07None
traj.phases...descent->final_boundary_constraint->rangetraj.phases.descent->final_boundary_constraint->range122221e+03NonenmiBoth lower and upper bounds are None.
traj.phases...descent->final_boundary_constraint->altitudetraj.phases.descent->final_boundary_constraint->altitude111111e+04NoneftBoth lower and upper bounds are None.
traj.phases...descent->final_boundary_constraint->TAStraj.phases.descent->final_boundary_constraint->TAS11111250NoneknotBoth lower and upper bounds are None.
traj.descent.collocation_constraint.defects:time9|-1.02e-17||7.68e-18||7.67e-19|01e+06None
traj.descent.collocation_constraint.defects:mass9|-1.78e-18||8.51e-18||1.52e-18|01.7e+07None
traj.phases...rotation->final_boundary_constraint->TAStraj.phases.rotation->final_boundary_constraint->TAS10.9670.9670.9671200Noneknot
traj.phases...rotation->final_boundary_constraint->normal_forcetraj.phases.rotation->final_boundary_constraint->normal_force10.0002820.0002820.00028201e+04NonelbfBoth lower and upper bounds are None.
traj.phases...rotation->path_constraint->fuselage_pitchtraj.phases.rotation->path_constraint->fuselage_pitch8|0||0.295||0.155|115Nonedeg
traj.rotation...defects:time6|-6.15e-11||3.47e-19||-4.46e-11|01e+04None
traj.rotation...defects:mass6|-1.89e-17||1.95e-13||1.42e-13|01.7e+07None
- - - -

Optimizer settings

- - - - - - - - -

- - - - - - - - - - - - - - - -
SettingValDescription
debug_print[]List of what type of Driver variables to print at each iteration.
invalid_desvar_behaviorwarnBehavior of driver if the initial value of a design variable exceeds its bounds. The default value may beset using the `OPENMDAO_INVALID_DESVAR_BEHAVIOR` environment variable to one of the valid options.
optimizerSNOPTName of optimizers to use
titleOptimization using pyOpt_sparseTitle of this optimization run
print_opt_probFalsePrint the opt problem summary before running the optimization
print_resultsTruePrint pyOpt results if True
gradient_methodopenmdaoFinite difference implementation to use
user_terminate_signalOS signal that triggers a clean user-termination. Only SNOPT supports this option.
singular_jac_behaviorwarnDefines behavior of a zero row/col check after first call tocompute_totals:error - raise an error.warn - raise a warning.ignore - don't perform check.
singular_jac_tol1e-16Tolerance for zero row/column check.
hist_fileFile location for saving pyopt_sparse optimization history. Default is None for no output.
hotstart_fileFile location of a pyopt_sparse optimization history to use to hot start the optimization. Default is None.
output_dirDEFAULT_REPORTS_DIRDirectory location of pyopt_sparse output files.Default is ./reports_directory/problem_name.
- - - - - - diff --git a/aviary/interface/test/reports/test_full_mission_solved_level3/total_coloring.html b/aviary/interface/test/reports/test_full_mission_solved_level3/total_coloring.html deleted file mode 100644 index 130f29337..000000000 --- a/aviary/interface/test/reports/test_full_mission_solved_level3/total_coloring.html +++ /dev/null @@ -1,908 +0,0 @@ - - - - - total coloring report for - - - - - - -
- - - - - \ No newline at end of file diff --git a/aviary/interface/test/reports/test_full_mission_solved_level3/traj_linkage_report.html b/aviary/interface/test/reports/test_full_mission_solved_level3/traj_linkage_report.html deleted file mode 100644 index 0153655da..000000000 --- a/aviary/interface/test/reports/test_full_mission_solved_level3/traj_linkage_report.html +++ /dev/null @@ -1,13615 +0,0 @@ - - - -Dymos Linkage Report - - - - - - - - - - - - - - - - - - -
-
-
Dymos Linkage Report
- -
-
- -
- - -
-
-
-
- - - -
-
- - -
-
- -
-
- - - - -
-
- -
-
- -
- -
-
- -
- -
-
- Processing... -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

-
-
- - - -
- -
- -
-
- -
-
-
-
- N2 Information -
- - -
- -
-
-
-
-
- - - - - - - - - - -
- -
- -
-

Left-click on a node in the model hierarchy to navigate to that node.
- Right-click on a node to collapse/expand it. - Alt-right-click on a node with variables to select which ones to hide.
- Note: Right-click in Firefox displays a browser menu. To disable that, - visit about:config and set dom.event.contextmenu.enabled - to true.
- Hover over any cell in the matrix to display its connections - as arrows. Click that cell to make those arrows persistent. -

-

Toolbar Help

-
- Snapshot of toolbar buttons - -
-
- -
- - - - - - -
Variable NameVisible
-
- - -
-
-
- Search - -
-
- - - -
-
-
- - - - - - - diff --git a/aviary/interface/test/reports/test_full_mission_solved_level3/traj_results_report.html b/aviary/interface/test/reports/test_full_mission_solved_level3/traj_results_report.html deleted file mode 100644 index efa4c0157..000000000 --- a/aviary/interface/test/reports/test_full_mission_solved_level3/traj_results_report.html +++ /dev/null @@ -1,1031 +0,0 @@ - - - - - trajectory results for traj - - - - - - - -
- - - - - \ No newline at end of file