Skip to content

interFaceHeight not writing header information

The functionObject interfaceHeight does not write the header information.

To solve it the following lines should be added to the constructor:

if (Pstream::master())
{
    writeFileHeader(fileID::heightFile);
    writeFileHeader(fileID::positionFile);
}
Edited by Guillén Campaña Alonso