We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fe425 commit e8f9571Copy full SHA for e8f9571
SU2_CFD/include/numerics/flow/convection/centered.hpp
@@ -49,7 +49,7 @@ class CCentLaxInc_Flow final : public CNumerics {
49
MeanDensity, MeanPressure,
50
MeanBetaInc2, MeanEnthalpy,
51
MeanCp, MeanTemperature, /*!< \brief Mean values of primitive variables. */
52
- MeandRhodh, /*!< \brief Derivative of density w.r.t. temperature (variable density flows). */
+ MeandRhodh, /*!< \brief Derivative of density w.r.t. enthalpy (variable density flows). */
53
Param_p, Param_Kappa_0, /*!< \brief Artificial dissipation parameters. */
54
Local_Lambda_i, Local_Lambda_j,
55
MeanLambda, /*!< \brief Local eingenvalues. */
0 commit comments