Skip to content
Snippets Groups Projects
Commit cc2aca79 authored by Nicolas Schwenck's avatar Nicolas Schwenck
Browse files

fixed typos in documentation

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11621 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 0a5106b2
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ NEW_PROP_TAG(ProblemEnableGravity);
* \brief Evaluates the normal component of the Forchheimer velocity
* on a (sub)control volume face.
*
* The commonly used Darcy relation looses it's validity for \f$ Re < 1\f$.
* The commonly used Darcy relation looses it's validity for \f$ Re > 1\f$.
* If one encounters flow velocities in porous media above this Reynolds number,
* the Forchheimer relation can be used. Like the Darcy relation, it relates
* the gradient in potential to velocity.
......@@ -350,7 +350,7 @@ protected:
*
* \param K the tensor that is to be checked.
*
* \return True iff all off-diagonals are zero.
* \return True if all off-diagonals are zero.
*
*/
const bool isDiagonal_(const Tensor & K) const
......
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