Skip to content
Snippets Groups Projects
Commit 7be30924 authored by sergio's avatar sergio
Browse files

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

parent be998059
No related branches found
No related tags found
No related merge requests found
......@@ -242,9 +242,6 @@ Foam::functionObjects::interfaceHeight::interfaceHeight
{
read(dict);
resetNames({"height", "position"});
writeFileHeader(fileID::heightFile);
writeFileHeader(fileID::positionFile);
}
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment