66#ifndef Foam_surfaceWriters_ensightWriter_H
67#define Foam_surfaceWriters_ensightWriter_H
91 ensightCase::options caseOpts_;
97 ensightOutput::writerCaching caching_;
103 fileName writeCollated();
106 fileName writeUncollated();
110 fileName writeCollated
112 const word& fieldName,
113 const Field<Type>& localValues
118 fileName writeUncollated
120 const word& fieldName,
121 const Field<Type>& localValues
128 const word& fieldName,
174 virtual void close();
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
static bool parRun(const bool on) noexcept
Set as parallel run on/off.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Configuration options for the ensightCase.
State information for writers with collated times.
A class for handling file names.
Abstract definition of a meshed surface defined by faces and points.
surfaceWriter()
Default construct.
A surfaceWriter for Ensight format.
virtual ~ensightWriter()=default
Destructor.
declareSurfaceWriterWriteMethod(symmTensor)
declareSurfaceWriterWriteMethod(sphericalTensor)
declareSurfaceWriterWriteMethod(tensor)
declareSurfaceWriterWriteMethod(label)
virtual void close()
Finish output, clears output times.
declareSurfaceWriterWriteMethod(scalar)
ensightWriter()
Default construct.
virtual bool separateGeometry() const
True if the surface format supports geometry in a separate file.
declareSurfaceWriterWriteMethod(vector)
TypeNameNoDebug("ensight")
Declare type-name, virtual type (without debug switch).
virtual fileName write()
Write surface geometry to file.
A class for handling words, derived from Foam::string.
Namespace for surface writers.
List< face > faceList
List of faces.
vectorField pointField
pointField is a vectorField.
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars, i.e. SphericalTensor<scalar>.
SymmTensor< scalar > symmTensor
SymmTensor of scalars, i.e. SymmTensor<scalar>.
#define declareSurfaceWriterWriteMethod(Type)
#define TypeNameNoDebug(TypeNameString)
Declare a ClassNameNoDebug() with extra virtual type info.