ENH: improve ensightWrite handling of moving mesh

- now treat all mesh geometries as moving, since we cannot know
  beforehand if this is the case.
This commit is contained in:
Mark Olesen
2018-05-08 12:41:06 +02:00
parent f99880cbea
commit 5c60cbe34d
8 changed files with 105 additions and 71 deletions

View File

@ -57,6 +57,8 @@ functions
libs ("libsixDoFRigidBodyState.so");
angleFormat degrees;
}
#include "ensightWrite"
}
// ************************************************************************* //

View File

@ -0,0 +1,20 @@
// -*- C++ -*-
ensightWrite
{
type ensightWrite;
libs ("libutilityFunctionObjects.so");
log true;
fields (U p);
format ascii;
overwrite true;
writeControl writeTime;
consecutive false;
}
// ************************************************************************* //