Skip to content
Snippets Groups Projects
Commit 31e40b93 authored by Dominik Riesterer's avatar Dominik Riesterer
Browse files

updated and corrected documentation

reviewed by Philipp

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12956 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 8dcfa0f5
No related branches found
No related tags found
No related merge requests found
...@@ -233,8 +233,8 @@ public: ...@@ -233,8 +233,8 @@ public:
* *
* \param element The finite element * \param element The finite element
* \param fvGeometry The finite-volume geometry in the fully implicit scheme * \param fvGeometry The finite-volume geometry in the fully implicit scheme
* \param prevVolVars The volume variables of the previous timestep * \param prevElemVolVars The element volume variables of the previous timestep
* \param curVolVars The volume variables of the current timestep * \param curElemVolVars The element volume variables of the current timestep
* \param bcType The types of the boundary conditions for all vertices of the element * \param bcType The types of the boundary conditions for all vertices of the element
*/ */
void eval(const Element &element, void eval(const Element &element,
......
This diff is collapsed.
...@@ -65,7 +65,7 @@ private: ...@@ -65,7 +65,7 @@ private:
}// end namespace properties }// end namespace properties
/** /**
* \brief Definition of the soil properties for the kinetic Energy problem * \brief Definition of the spatial parameters for the one component combustion problem
* *
*/ */
template<class TypeTag> template<class TypeTag>
......
...@@ -199,7 +199,8 @@ SET_BOOL_PROP(EvaporationAtmosphereProblem, VelocityAveragingInModel, true); ...@@ -199,7 +199,8 @@ SET_BOOL_PROP(EvaporationAtmosphereProblem, VelocityAveragingInModel, true);
/*! /*!
* \ingroup MpNcBoxproblems * \ingroup MpNcBoxproblems
* *
* \brief Problem where the evaporation is tested. * \brief Problem that simulates the coupled heat and mass transfer processes resulting form the evaporation of liquid water from
* a porous medium sub-domain into a gas filled "quasi-freeflow" sub-domain.
*/ */
template <class TypeTag> template <class TypeTag>
class EvaporationAtmosphereProblem class EvaporationAtmosphereProblem
......
...@@ -136,7 +136,8 @@ public: ...@@ -136,7 +136,8 @@ public:
} // end namespace properties } // end namespace properties
/* \brief Definition of the soil properties for the poor man's coupling / evaporation atmosphere with kinetic model /**
* \brief Definition of the spatial parameters for the evaporation atmosphere Problem (using a "poor man's coupling")
*/ */
template<class TypeTag> template<class TypeTag>
class EvaporationAtmosphereSpatialParams : public ImplicitSpatialParams<TypeTag> class EvaporationAtmosphereSpatialParams : public ImplicitSpatialParams<TypeTag>
......
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