66 #ifndef functionObjects_surfaceInterpolate_H 67 #define functionObjects_surfaceInterpolate_H 83 namespace functionObjects
90 class surfaceInterpolate
92 public fvMeshFunctionObject
102 PtrList<surfaceScalarField>
ssf_;
103 PtrList<surfaceVectorField>
svf_;
160 virtual bool write();
Linearly interpolates volume fields to generate surface fields.
const word & name() const
Return the name of this functionObject.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Generic GeometricField class.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
PtrList< surfaceSymmTensorField > sSymmtf_
List< Tuple2< word, word > > fieldSet_
Fields to process.
void interpolateFields(PtrList< GeometricField< Type, fvsPatchField, surfaceMesh >> &) const
A class for handling words, derived from string.
PtrList< surfaceTensorField > stf_
virtual bool write()
Write the interpolated fields.
TypeName("surfaceInterpolate")
Runtime type information.
PtrList< surfaceVectorField > svf_
virtual ~surfaceInterpolate()
Destructor.
PtrList< surfaceSphericalTensorField > sSpheretf_
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
virtual bool read(const dictionary &)
Read the controls.
PtrList< surfaceScalarField > ssf_
Locally constructed fields.
virtual bool execute()
Calculate the interpolated fields.