64#ifndef Foam_surfaceWriters_proxyWriter_H
65#define Foam_surfaceWriters_proxyWriter_H
90 IOstreamOption streamOpt_;
144 const word& writeType,
A simple container for options an IOstream can normally have.
static bool parRun(const bool on) noexcept
Set as parallel run on/off.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
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.
surfaceWriter()
Default construct.
A surfaceWriter that writes the geometry via the MeshedSurfaceProxy, but which does not support any f...
declareSurfaceWriterWriteMethod(symmTensor)
declareSurfaceWriterWriteMethod(sphericalTensor)
declareSurfaceWriterWriteMethod(tensor)
declareSurfaceWriterWriteMethod(label)
static autoPtr< surfaceWriter > TryNew(const word &writeType)
Optional select construct proxy writer.
declareSurfaceWriterWriteMethod(scalar)
virtual bool separateGeometry() const
A separate file is required for geometry.
proxyWriter(const word &fileExt)
Construct for a given extension.
virtual ~proxyWriter()=default
Destructor.
TypeNameNoDebug("proxy")
Declare type-name, virtual type (without debug switch).
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.