138#ifndef Foam_surfaceWriters_boundaryDataWriter_H
139#define Foam_surfaceWriters_boundaryDataWriter_H
165 IOstreamOption streamOpt_;
171 const bool writeNormal_;
177 void serialWriteGeometry(
const regIOobject&,
const meshedSurf& surf);
181 fileName writeTemplate
183 const word& fieldName,
184 const Field<Type>& localValues
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
A simple container for options an IOstream can normally have.
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,...
A class for handling file names.
Abstract definition of a meshed surface defined by faces and points.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
surfaceWriter()
Default construct.
A surfaceWriter for outputting to a form usable for the timeVaryingMapped boundary condition....
declareSurfaceWriterWriteMethod(symmTensor)
declareSurfaceWriterWriteMethod(sphericalTensor)
declareSurfaceWriterWriteMethod(tensor)
declareSurfaceWriterWriteMethod(label)
virtual ~boundaryDataWriter()=default
Destructor.
declareSurfaceWriterWriteMethod(scalar)
TypeNameNoDebug("boundaryData")
Declare type-name, virtual type (without debug switch).
boundaryDataWriter()
Default construct.
declareSurfaceWriterWriteMethod(vector)
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.