101#ifndef Foam_coordSetWriters_abaqusWriter_H
102#define Foam_coordSetWriters_abaqusWriter_H
148 bool useLocalTimeDir_;
160 string replaceUserEntries
170 void appendTimeName(
const word& fieldName,
fileName& fName)
const;
177 const word& fieldName,
185 const word& fieldName,
Enum is a wrapper around a list of names/values that represent particular enumeration (or int) values...
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
A HashTable similar to std::unordered_map.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of pointers to objects of type <T>, without allocation/deallocation management of the pointers...
coordSetWriter(const coordSetWriter &)=delete
No copy construct.
abaqusWriter()
Default construct.
declareCoordSetWriterWriteMethod(vector)
TypeNameNoDebug("abaqus")
Runtime type information (no debug).
declareCoordSetWriterWriteMethod(label)
declareCoordSetWriterWriteMethod(tensor)
virtual ~abaqusWriter()
Destructor. Calls close().
declareCoordSetWriterWriteMethod(sphericalTensor)
timeBase
Enumeration for time base.
declareCoordSetWriterWriteMethod(symmTensor)
virtual fileName path() const
Characteristic output file name - information only.
declareCoordSetWriterWriteMethod(scalar)
Holds list of sampling positions.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
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.