Files
openfoam/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_pimpleDyMFoam/system/ensightWrite
Mark Olesen 5c60cbe34d ENH: improve ensightWrite handling of moving mesh
- now treat all mesh geometries as moving, since we cannot know
  beforehand if this is the case.
2018-05-08 12:41:06 +02:00

21 lines
340 B
C++

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