mixedFvPatchField: Corrected documentation

Resolves bug-report https://bugs.openfoam.org/view.php?id=3878
This commit is contained in:
Henry Weller
2022-09-02 21:55:56 +01:00
parent 7c5e2642a6
commit ffe9dbd583

View File

@ -37,20 +37,18 @@ Description
where
\vartable
x_p | patch values
x_c | patch internal cell values
w | weight field
\Delta| inverse distance from face centre to internal cell centre
w | weighting (0-1)
x_p | patch values
x_c | patch internal cell values
w | weight field (0-1)
\Delta | inverse distance from face centre to internal cell centre
\endvartable
Usage
\table
Property | Description | Required | Default value
valueFraction | weight field | yes |
refValue | fixed value | yes |
refGrad | patch normal gradient | yes |
Property | Description | Required | Default value
refValue | reference value | yes |
refGradient | reference normal gradient | yes |
valueFraction | weight field | yes |
\endtable
Note: