Skip to content

Commit

Permalink
fixes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
planes committed Mar 17, 2022
1 parent 11f0909 commit ca3e07d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/suave_config
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = SUAVE
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.5.0
PROJECT_NUMBER = 2.5.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 2 additions & 0 deletions trunk/SUAVE/Components/Energy/Charging/__init__.py
@@ -1,4 +1,6 @@
## @defgroup Components-Energy-Charging Charging
## @ingroup Components-Energy

# __init__.py
#
# Created: Nov 2019, M. Clarke
Expand Down
2 changes: 1 addition & 1 deletion trunk/SUAVE/Components/Nacelles/Nacelle.py
@@ -1,4 +1,4 @@
## @defgroup Components-Energy-Nacelles Nacelles
## @defgroup Components-Energy-Nacelles
# Nacelle.py
#
# Created: Jul 2021, M. Clarke
Expand Down
Expand Up @@ -57,6 +57,7 @@ def oblique_shock_relations(M0,gamma,theta,beta):

return M1,Pr,Tr,Ptr

## @ingroup Methods-Aerodynamics-Common-Gas_Dynamics
def theta_beta_mach(M0,gamma,theta,n=0):
"""Computes shock angle of an oblique shock
Expand Down
@@ -1,5 +1,5 @@
## @defgroup Methods-Aerodynamics-Common-Gas_Dynamics Gas_Dymamics
# Gas Dynamics methods that are directly specified by analyses.
# @ingroup Methods-Aerodynamics-Common-Gas_Dynamics
# @ingroup Methods-Aerodynamics

from .Oblique_Shock import oblique_shock_relations, theta_beta_mach
2 changes: 1 addition & 1 deletion trunk/SUAVE/Methods/Noise/Certification/__init__.py
@@ -1,4 +1,4 @@
## @defgroup Methods-Noise-Correlation Correlation
## @defgroup Methods-Noise-Certification Certification
# @ingroup Methods-Noise-Correlation

from .approach_noise import approach_noise
Expand Down
2 changes: 2 additions & 0 deletions trunk/SUAVE/Methods/Weights/Buildups/eVTOL/__init__.py
@@ -1,4 +1,6 @@
## @defgroup Methods-Weights-Buildups-EVTOL EVTOL
# The empty method that is called by the analysis
# @ingroup Methods-Weights-Buildups

"""SUAVE.Methods.Weights.Buildups.EVTOL
contains methods and attributes used for estimating
Expand Down

0 comments on commit ca3e07d

Please sign in to comment.