59#ifndef Foam_coordSetWriters_ensightWriter_H
60#define Foam_coordSetWriters_ensightWriter_H
74namespace coordSetWriters
99 ensightCase::options caseOpts_;
114 elemOutputType elemOutput
118 fileName writeCollated(
const bool writeTracks);
121 fileName writeUncollated(
const bool writeTracks);
127 const word& fieldName,
129 elemOutputType elemOutput
136 const word& fieldName,
138 elemOutputType elemOutput
145 const word& fieldName,
153 const word& fieldName,
197 virtual void close(
bool force =
false);
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A list of pointers to objects of type <T>, without allocation/deallocation management of the pointers...
coordSetWriter(const coordSetWriter &)=delete
No copy construct.
virtual ~ensightWriter()
Destructor. Calls close().
declareCoordSetWriterWriteMethod(vector)
declareCoordSetWriterWriteMethod(label)
declareCoordSetWriterWriteMethod(tensor)
declareCoordSetWriterWriteMethod(sphericalTensor)
ensightWriter()
Default construct.
declareCoordSetWriterWriteMethod(symmTensor)
virtual fileName path() const
Expected (characteristic) output file name - information only.
declareCoordSetWriterWriteMethod(scalar)
virtual void close(bool force=false)
Finish output, clears output times.
TypeNameNoDebug("ensight")
Runtime type information (no debug).
Holds list of sampling positions.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Configuration options for the ensightCase.
A variant of ensightFile (Ensight writing) that includes the extra geometry file header information.
State information for writers with collated times.
A class for handling file names.
A class for handling words, derived from Foam::string.
#define declareCoordSetWriterWriteMethod(Type)
OBJstream os(runTime.globalPath()/outputName)
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars, i.e. SphericalTensor<scalar>.
SymmTensor< scalar > symmTensor
SymmTensor of scalars, i.e. SymmTensor<scalar>.
#define TypeNameNoDebug(TypeNameString)
Declare a ClassNameNoDebug() with extra virtual type info.