BUG: Fixing parallel writing for interfaceHeight FO. Fixes #1788

This commit is contained in:
sergio
2020-07-31 10:55:05 -07:00
parent be99805986
commit 7be3092414
2 changed files with 2 additions and 5 deletions

View File

@ -242,9 +242,6 @@ Foam::functionObjects::interfaceHeight::interfaceHeight
{
read(dict);
resetNames({"height", "position"});
writeFileHeader(fileID::heightFile);
writeFileHeader(fileID::positionFile);
}

View File

@ -76,8 +76,8 @@ Usage
libs | Library name: fieldFunctionObjects | word | yes | -
locations | Locations to report the height at | vectorList | yes | -
alpha | Name of alpha field | word | no | alpha
liquid | Flag if the alpha field that of the liquid | bool | no | true
direction | Direction of interface | vector | no | g
liquid | Flag if the alpha field that of the liquid | bool | no | true
direction | Direction of interface | vector | no | g
interpolationScheme | Interpolation scheme | word | no | cellPoint
\endtable