Bugfix: remove zones before writing the mesh
This commit is contained in:
parent
aa1fa870f4
commit
05fa8214ce
1 changed files with 3 additions and 0 deletions
|
@ -263,6 +263,9 @@ int main(int argc, char *argv[])
|
|||
|
||||
splitter.changeMesh();
|
||||
|
||||
// Remove zones - not needed
|
||||
mesh.removeZones();
|
||||
|
||||
Info<< "Writing mesh to " << runTime.timeName() << endl;
|
||||
if (!mesh.write())
|
||||
{
|
||||
|
|
Reference in a new issue