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

[doc/MPL] Add missing IdealGasLaw tag docu.

parent e3cfd83a
No related branches found
No related tags found
No related merge requests found
\copydoc MaterialPropertyLib::IdealGasLaw
......@@ -21,6 +21,7 @@ std::unique_ptr<IdealGasLaw> createIdealGasLaw(
//! \ogs_file_param{properties__property__type}
config.checkConfigParameter("type", "IdealGasLaw");
DBUG("Create IdealGasLaw medium property");
//! \ogs_file_param_special{properties__property__IdealGasLaw}
return std::make_unique<IdealGasLaw>();
}
} // namespace MaterialPropertyLib
......@@ -23,11 +23,10 @@ class Medium;
class Phase;
class Component;
/**
* \class IdealGasLaw
* \brief Density function for ideal gases
* \brief Density function for ideal gases.
* \details This property must be either a phase or a component property, it
* computes the density of an ideal gas as function of phase pressure and
* temperature
* temperature.
*/
class IdealGasLaw final : public Property
{
......
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