Skip to content
Snippets Groups Projects
Commit d0bdff93 authored by Martin Utz's avatar Martin Utz Committed by Timo Koch
Browse files

[doc][fluidmatrixinteractions] minor change of the frictionlaws description

parent 827019a2
No related branches found
No related tags found
1 merge request!3734Introduce subcategories in fluidmatrixinteractions with descriptions
......@@ -84,7 +84,7 @@ The following laws are implemented:
@defgroup FrictionLaws Friction Laws
@brief Friction Laws for calculating bottom shear stress
@details Friction laws calculate the stress between the flow and the bottom,
@details Friction laws calculate the stress between the flowing fluid and the bottom,
which is called bottom shear stress. The bottom shear stress is
needed to calculate on the one hand the loss of momentum due to
bottom friction and on the other hand the bedload transport rate.
......
......@@ -17,7 +17,7 @@ namespace Dumux {
* \ingroup FrictionLaws
* \brief Implementation of the abstract base class for friction laws.
*
* Friction laws calculate the stress between the flow and the bottom,
* Friction laws calculate the stress between the flowing fluid and the bottom,
* which is called bottom shear stress. The bottom shear stress is
* needed to calculate on the one hand the loss of momentum due to
* bottom friction and on the other hand the bedload transport rate.
......
......@@ -19,7 +19,7 @@ namespace Dumux {
*
* ### Manning
*
* This friction law calculates the stress between the flow and the bottom,
* This friction law calculates the stress between the flowing fluid and the bottom,
* which is called bottom shear stress, using the Manning friction law.
* The bottom shear stress is needed to calculate on the one hand the loss of
* momentum due to bottom friction and on the other hand the bedload transport rate.
......
......@@ -19,7 +19,7 @@ namespace Dumux {
*
* ### Nikuradse
*
* This friction law calculates the stress between the flow and the bottom,
* This friction law calculates the stress between the flowing fluid and the bottom,
* which is called bottom shear stress, using the Nikuradse friction law.
* The bottom shear stress is needed to calculate on the one hand the loss of
* momentum due to bottom friction and on the other hand the bedload transport rate.
......
......@@ -17,7 +17,7 @@ namespace Dumux {
*
* ### No Friction
*
* This friction law sets the stress between the flow and the bottom,
* This friction law sets the stress between the flowing fluid and the bottom,
* which is called bottom shear stress, to zero.
* The bottom shear stress is needed to calculate on the one hand the loss of
* momentum due to bottom friction and on the other hand the bedload transport rate.
......
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