mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
DOC: pressure: correct the usage explanations for pName (#2221)
This commit is contained in:
committed by
Kutalmis Bercin
parent
770df14bf6
commit
40bed278ef
@ -96,7 +96,7 @@ Usage
|
|||||||
mode \<option\>;
|
mode \<option\>;
|
||||||
|
|
||||||
// Optional entries (runtime modifiable)
|
// Optional entries (runtime modifiable)
|
||||||
p \<pName\>;
|
field \<pName\>;
|
||||||
U \<UName\>;
|
U \<UName\>;
|
||||||
rho <rhoName>;
|
rho <rhoName>;
|
||||||
rhoInf 1.0; // enabled if rho=rhoInf
|
rhoInf 1.0; // enabled if rho=rhoInf
|
||||||
@ -118,7 +118,7 @@ Usage
|
|||||||
type | Type name: pressure | word | yes | -
|
type | Type name: pressure | word | yes | -
|
||||||
libs | Library name: fieldFunctionObjects | word | yes | -
|
libs | Library name: fieldFunctionObjects | word | yes | -
|
||||||
mode | Calculation mode (see below) | word | yes | -
|
mode | Calculation mode (see below) | word | yes | -
|
||||||
p | Name of the pressure field | word | no | p
|
field | Name of the pressure field | word | no | p
|
||||||
U | Name of the velocity field | word | no | U
|
U | Name of the velocity field | word | no | U
|
||||||
rho | Name of the density field | word | no | rho
|
rho | Name of the density field | word | no | rho
|
||||||
rhoInf | Freestream density for coefficient calculation | scalar <!--
|
rhoInf | Freestream density for coefficient calculation | scalar <!--
|
||||||
|
|||||||
Reference in New Issue
Block a user