mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
porousBafflePressureFvPatchField: Corrected docs
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1884
This commit is contained in:
@ -43,8 +43,8 @@ Description
|
|||||||
p | pressure [Pa]
|
p | pressure [Pa]
|
||||||
\rho | density [kg/m3]
|
\rho | density [kg/m3]
|
||||||
\mu | laminar viscosity [Pa s]
|
\mu | laminar viscosity [Pa s]
|
||||||
I | inertial coefficient
|
|
||||||
D | Darcy coefficient
|
D | Darcy coefficient
|
||||||
|
I | inertial coefficient
|
||||||
L | porous media length in the flow direction
|
L | porous media length in the flow direction
|
||||||
\endvartable
|
\endvartable
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ Description
|
|||||||
rho | density field name | no | rho
|
rho | density field name | no | rho
|
||||||
D | Darcy coefficient | yes |
|
D | Darcy coefficient | yes |
|
||||||
I | inertial coefficient | yes |
|
I | inertial coefficient | yes |
|
||||||
L | porous media length in the flow direction | yes |
|
length | porous media length in the flow direction | yes |
|
||||||
\endtable
|
\endtable
|
||||||
|
|
||||||
Example of the boundary condition specification:
|
Example of the boundary condition specification:
|
||||||
@ -70,7 +70,7 @@ Description
|
|||||||
jump uniform 0;
|
jump uniform 0;
|
||||||
D 0.001;
|
D 0.001;
|
||||||
I 1000000;
|
I 1000000;
|
||||||
L 0.1;
|
length 0.1;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|||||||
Reference in New Issue
Block a user