79#ifndef Foam_functionObjects_surfaceInterpolate_H
80#define Foam_functionObjects_surfaceInterpolate_H
159 virtual bool write();
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
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,...
const word & name() const noexcept
Return the name of this functionObject.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
fvMeshFunctionObject(const fvMeshFunctionObject &)=delete
No copy construct.
Linearly interpolates volume fields to generate surface fields.
void interpolateFields()
Linearly interpolate volume fields to generate surface fields.
surfaceInterpolate(const surfaceInterpolate &)=delete
No copy construct.
TypeName("surfaceInterpolate")
Runtime type information.
void operator=(const surfaceInterpolate &)=delete
No copy assignment.
List< Tuple2< word, word > > fieldSet_
Fields to process.
surfaceInterpolate(const word &name, const Time &runTime, const dictionary &dict)
Construct for given objectRegistry and dictionary.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
virtual ~surfaceInterpolate()=default
Destructor.
virtual bool execute()
Execute the function-object operations.
virtual bool write()
Write the function-object results.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Registry of regIOobjects.
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.