mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -57,6 +57,8 @@ functions
|
||||
libs ("libsixDoFRigidBodyState.so");
|
||||
angleFormat degrees;
|
||||
}
|
||||
|
||||
#include "ensightWrite"
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -0,0 +1,20 @@
|
||||
// -*- C++ -*-
|
||||
|
||||
ensightWrite
|
||||
{
|
||||
type ensightWrite;
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
log true;
|
||||
|
||||
fields (U p);
|
||||
|
||||
format ascii;
|
||||
|
||||
overwrite true;
|
||||
|
||||
writeControl writeTime;
|
||||
|
||||
consecutive false;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user