Skip to content

Commit

Permalink
rename Aircraft.Engine.COMPUTE_PROPELLER_INSTALLATION_LOSS to Aircraf…
Browse files Browse the repository at this point in the history
…t.Engine.Propeller.COMPUTE_PROPELLER_INSTALLATION_LOSS
  • Loading branch information
xjjiang committed Dec 18, 2024
1 parent 5f26f69 commit b97f574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aviary/docs/user_guide/hamilton_standard.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"from aviary.utils.doctape import check_value, get_variable_name, glue_variable\n",
"from aviary.subsystems.atmosphere.atmosphere import Atmosphere\n",
"\n",
"check_value(Aircraft.Engine.COMPUTE_PROPELLER_INSTALLATION_LOSS,'aircraft:engine:compute_propeller_installation_loss')\n",
"glue_variable(get_variable_name(Aircraft.Engine.COMPUTE_PROPELLER_INSTALLATION_LOSS), md_code=True)\n",
"check_value(Aircraft.Engine.Propeller.COMPUTE_PROPELLER_INSTALLATION_LOSS,'aircraft:engine:propeller:compute_propeller_installation_loss')\n",
"glue_variable(get_variable_name(Aircraft.Engine.Propeller.COMPUTE_PROPELLER_INSTALLATION_LOSS), md_code=True)\n",
"glue_variable(get_variable_name(Atmosphere), md_code=True)\n",
"glue_variable(get_variable_name(InstallLoss), md_code=True)\n",
"glue_variable(get_variable_name(PreHamiltonStandard), md_code=True)\n",
Expand All @@ -40,7 +40,7 @@
"You can find the definitions, methodology, and Fortran code in the document.\n",
"In Aviary, we implement only one of the computation options: the code computes the corresponding thrust for a given horsepower.\n",
"\n",
"Below is an XDSM diagram of Hamilton Standard model (assuming {glue:md}`Aircraft.Engine.COMPUTE_PROPELLER_INSTALLATION_LOSS` is `True`):\n",
"Below is an XDSM diagram of Hamilton Standard model (assuming {glue:md}`Aircraft.Engine.Propeller.COMPUTE_PROPELLER_INSTALLATION_LOSS` is `True`):\n",
"\n",
"![Hamilton Standard Diagram](images/hamilton_standard.png)\n",
"\n",
Expand Down

0 comments on commit b97f574

Please sign in to comment.