Skip to content

Commit e8f9571

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

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
@@ -49,7 +49,7 @@ class CCentLaxInc_Flow final : public CNumerics {
4949
MeanDensity, MeanPressure,
5050
MeanBetaInc2, MeanEnthalpy,
5151
MeanCp, MeanTemperature, /*!< \brief Mean values of primitive variables. */
52-
MeandRhodh, /*!< \brief Derivative of density w.r.t. temperature (variable density flows). */
52+
MeandRhodh, /*!< \brief Derivative of density w.r.t. enthalpy (variable density flows). */
5353
Param_p, Param_Kappa_0, /*!< \brief Artificial dissipation parameters. */
5454
Local_Lambda_i, Local_Lambda_j,
5555
MeanLambda, /*!< \brief Local eingenvalues. */

0 commit comments

Comments
 (0)