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 4487cee commit 684a5a0Copy full SHA for 684a5a0
SU2_CFD/include/fluid/CConstantDensity.hpp
@@ -62,6 +62,8 @@ class CConstantDensity final : public CFluidModel {
62
/*!
63
* \brief Set the Dimensionless State using Enthalpy.
64
* \param[in] val_enthalpy - Enthalpy value at the point.
65
+ * \param[in] val_scalars - not used here.
66
+
67
*/
68
void SetTDState_h(su2double val_enthalpy, const su2double* val_scalars = nullptr) override {
69
Enthalpy = val_enthalpy;
0 commit comments