56#ifndef Foam_coordSetWriters_nastranWriter_H
57#define Foam_coordSetWriters_nastranWriter_H
104 const word& fieldName,
112 const word& fieldName,
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...
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.
Write coordSet(s) as Nastran plot lines. Does not do field data.
Foam::fileFormats::NASCore::loadFormat loadFormat
Output load format.
declareCoordSetWriterWriteMethod(vector)
TypeNameNoDebug("nastran")
Runtime type information (no debug).
declareCoordSetWriterWriteMethod(label)
Foam::fileFormats::NASCore::fieldFormat fieldFormat
File field formats.
declareCoordSetWriterWriteMethod(tensor)
declareCoordSetWriterWriteMethod(sphericalTensor)
declareCoordSetWriterWriteMethod(symmTensor)
virtual fileName path() const
Characteristic output file name - information only.
nastranWriter()
Default construct.
virtual ~nastranWriter()
Destructor. Calls close().
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.