37#ifndef Foam_functionObjects_writeFreeSurface_H
38#define Foam_functionObjects_writeFreeSurface_H
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
virtual ~writeFreeSurface()=default
Destructor.
writeFreeSurface(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
void operator=(const writeFreeSurface &)=delete
No copy assignment.
writeFreeSurface(const writeFreeSurface &)=delete
No copy construct.
TypeName("writeFreeSurface")
Runtime type information.
virtual bool execute()
Called at each ++ or += of the time-loop.
virtual bool write()
No-op.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.