Skip to content
Snippets Groups Projects
Commit 361765f4 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[Mat] Fix IdealGasLaw documentation.

Typo. Remove non-existing parameter docu.
parent deeb23f6
No related branches found
No related tags found
No related merge requests found
/*! /*!
\file IdealGasLow.h \file IdealGasLaw.h
\brief Declaration of class IdealGasLow for fluid density by the ideal gas \brief Declaration of class IdealGasLow for fluid density by the ideal gas
law depending on one variable linearly. law depending on one variable linearly.
...@@ -83,7 +83,6 @@ private: ...@@ -83,7 +83,6 @@ private:
/// Get the partial differential of density with the respect to pressure /// Get the partial differential of density with the respect to pressure
/// \param T Temperature in K. /// \param T Temperature in K.
/// \param pg Gas phase pressure in Pa.
double dIdealGasLaw_dp(const double T, const double /* pg */) const double dIdealGasLaw_dp(const double T, const double /* pg */) const
{ {
return _molar_mass / (PhysicalConstant::IdealGasConstant * T); return _molar_mass / (PhysicalConstant::IdealGasConstant * T);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment