mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Fixing parallel writing for interfaceHeight FO. Fixes #1788
This commit is contained in:
@ -242,9 +242,6 @@ Foam::functionObjects::interfaceHeight::interfaceHeight
|
|||||||
{
|
{
|
||||||
read(dict);
|
read(dict);
|
||||||
resetNames({"height", "position"});
|
resetNames({"height", "position"});
|
||||||
|
|
||||||
writeFileHeader(fileID::heightFile);
|
|
||||||
writeFileHeader(fileID::positionFile);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -76,8 +76,8 @@ Usage
|
|||||||
libs | Library name: fieldFunctionObjects | word | yes | -
|
libs | Library name: fieldFunctionObjects | word | yes | -
|
||||||
locations | Locations to report the height at | vectorList | yes | -
|
locations | Locations to report the height at | vectorList | yes | -
|
||||||
alpha | Name of alpha field | word | no | alpha
|
alpha | Name of alpha field | word | no | alpha
|
||||||
liquid | Flag if the alpha field that of the liquid | bool | no | true
|
liquid | Flag if the alpha field that of the liquid | bool | no | true
|
||||||
direction | Direction of interface | vector | no | g
|
direction | Direction of interface | vector | no | g
|
||||||
interpolationScheme | Interpolation scheme | word | no | cellPoint
|
interpolationScheme | Interpolation scheme | word | no | cellPoint
|
||||||
\endtable
|
\endtable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user