Skip to content

Commit 66de4bc

Browse files
Update SU2_CFD/include/numerics/flow/convection/centered.hpp
Co-authored-by: Nijso <[email protected]>
1 parent e8f9571 commit 66de4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_CFD/include/numerics/flow/convection/centered.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class CCentJSTInc_Flow final : public CNumerics {
109109
MeanDensity, MeanPressure,
110110
MeanBetaInc2, MeanEnthalpy,
111111
MeanCp, MeanTemperature, /*!< \brief Mean values of primitive variables. */
112-
MeandRhodh, /*!< \brief Derivative of density w.r.t. temperature (variable density flows). */
112+
MeandRhodh, /*!< \brief Derivative of density w.r.t. enthalpy (variable density flows). */
113113
Param_p, Param_Kappa_2,
114114
Param_Kappa_4, /*!< \brief Artificial dissipation parameters. */
115115
Local_Lambda_i, Local_Lambda_j,

0 commit comments

Comments
 (0)