Skip to content
Snippets Groups Projects
Commit cf015263 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

Merge branch 'doc/doxygen_update_3_4' into 'master'

Doxygen update for 3.4

See merge request !2586
parents 3f005a8d 2347c6cf
No related branches found
No related tags found
1 merge request!2586Doxygen update for 3.4
Pipeline #3758 failed
+2
This diff is collapsed.
...@@ -965,7 +965,7 @@ namespace FluidSystems { ...@@ -965,7 +965,7 @@ namespace FluidSystems {
* "Reid, R.C., Prausnitz, J.M., Poling, B.E.: The Properties of * "Reid, R.C., Prausnitz, J.M., Poling, B.E.: The Properties of
* Gases and Liquids (1987)" * Gases and Liquids (1987)"
* Lucas corresponding states method * Lucas corresponding states method
* https://www.osti.gov/scitech/biblio/6504847} \cite reid1987 * https://www.osti.gov/scitech/biblio/6504847 \cite reid1987
* *
* For temperatures above 500 K see: * For temperatures above 500 K see:
* Nagel, T. et al.: THC-Processes (2018) * Nagel, T. et al.: THC-Processes (2018)
......
...@@ -103,7 +103,7 @@ public: ...@@ -103,7 +103,7 @@ public:
Scalar contactAngle(const Element& element, Scalar contactAngle(const Element& element,
const ElementVolumeVariables& elemVolVars) const const ElementVolumeVariables& elemVolVars) const
{ {
static const Scalar theta = getParam<Scalar>("SpatialParameters.ContactAngle", 0.0); static const Scalar theta = getParam<Scalar>("SpatialParams.ContactAngle", 0.0);
return theta; return theta;
} }
...@@ -120,7 +120,7 @@ public: ...@@ -120,7 +120,7 @@ public:
const SubControlVolume& scv, const SubControlVolume& scv,
const ElementSolutionVector& elemSol) const const ElementSolutionVector& elemSol) const
{ {
static const Scalar theta = getParam<Scalar>("SpatialParameters.ContactAngle", 0.0); static const Scalar theta = getParam<Scalar>("SpatialParams.ContactAngle", 0.0);
return theta; return theta;
} }
...@@ -157,7 +157,7 @@ public: ...@@ -157,7 +157,7 @@ public:
} }
/*! /*!
* \brief Returns the surface tension \f$ N/m\f$ * \brief Returns the surface tension \f$ [N/m] \f$
* *
* \param element The current element * \param element The current element
* \param scv The sub-control volume inside the element. * \param scv The sub-control volume inside the element.
......
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