Reads fields from the time folders and adds them to the mesh database for further post-processing. More...
#include <fieldFunctionObjects/surfaceInterpolateFields.H>
Reads fields from the time folders and adds them to the mesh database for further post-processing.
Definition at line 59 of file surfaceInterpolateFields.H.
Collaboration diagram for surfaceInterpolateFields:Public Member Functions | |
| TypeName ("surfaceInterpolateFields") | |
| Runtime type information. | |
| surfaceInterpolateFields (const word &name, const objectRegistry &, const dictionary &, const bool loadFromFiles=false) | |
| Construct for given objectRegistry and dictionary. | |
| virtual | ~surfaceInterpolateFields () |
| Destructor. | |
| virtual const word & | name () const |
| Return name of the surfaceInterpolateFields object. | |
| virtual void | read (const dictionary &) |
| Read the field min/max data. | |
| virtual void | execute () |
| Execute, currently does nothing. | |
| virtual void | end () |
| Execute at the final time-loop, currently does nothing. | |
| virtual void | write () |
| Write. | |
| virtual void | updateMesh (const mapPolyMesh &) |
| Update for changes of mesh. | |
| virtual void | movePoints (const pointField &) |
| Update for changes of mesh. | |
Protected Member Functions | |
| surfaceInterpolateFields (const surfaceInterpolateFields &) | |
| Disallow default bitwise copy construct. | |
| void | operator= (const surfaceInterpolateFields &) |
| Disallow default bitwise assignment. | |
| template<class Type > | |
| void | interpolateFields (PtrList< GeometricField< Type, fvsPatchField, surfaceMesh > > &) const |
Protected Attributes | |
| word | name_ |
| Name of this set of surfaceInterpolateFields object. | |
| const objectRegistry & | obr_ |
| bool | active_ |
| on/off switch | |
| List< Tuple2< word, word > > | fieldSet_ |
| Fields to process. | |
| PtrList< surfaceScalarField > | ssf_ |
| Locally constructed fields. | |
| PtrList< surfaceVectorField > | svf_ |
| PtrList < surfaceSphericalTensorField > | sSpheretf_ |
| PtrList< surfaceSymmTensorField > | sSymmtf_ |
| PtrList< surfaceTensorField > | stf_ |
|
protected |
Disallow default bitwise copy construct.
| surfaceInterpolateFields | ( | const word & | name, |
| const objectRegistry & | obr, | ||
| const dictionary & | dict, | ||
| const bool | loadFromFiles = false |
||
| ) |
Construct for given objectRegistry and dictionary.
Allow the possibility to load fields from files
Definition at line 40 of file surfaceInterpolateFields.C.
References Foam::endl(), and WarningIn.
|
virtual |
Destructor.
Definition at line 75 of file surfaceInterpolateFields.C.
|
protected |
Disallow default bitwise assignment.
|
protected |
Definition at line 34 of file surfaceInterpolateFieldsTemplates.C.
References Foam::endl(), forAll, forAllConstIter, Foam::Info, and Foam::linearInterpolate().
| TypeName | ( | "surfaceInterpolateFields" | ) |
Runtime type information.
|
inlinevirtual |
Return name of the surfaceInterpolateFields object.
Definition at line 126 of file surfaceInterpolateFields.H.
References surfaceInterpolateFields::name_.
|
virtual |
Read the field min/max data.
Definition at line 81 of file surfaceInterpolateFields.C.
References dictionary::lookup().
|
virtual |
Execute, currently does nothing.
Definition at line 90 of file surfaceInterpolateFields.C.
|
virtual |
Execute at the final time-loop, currently does nothing.
Definition at line 109 of file surfaceInterpolateFields.C.
|
virtual |
Write.
Definition at line 115 of file surfaceInterpolateFields.C.
|
inlinevirtual |
Update for changes of mesh.
Definition at line 144 of file surfaceInterpolateFields.H.
|
inlinevirtual |
Update for changes of mesh.
Definition at line 148 of file surfaceInterpolateFields.H.
|
protected |
Name of this set of surfaceInterpolateFields object.
Definition at line 66 of file surfaceInterpolateFields.H.
Referenced by surfaceInterpolateFields::name().
|
protected |
Definition at line 68 of file surfaceInterpolateFields.H.
|
protected |
on/off switch
Definition at line 71 of file surfaceInterpolateFields.H.
|
protected |
Locally constructed fields.
Definition at line 78 of file surfaceInterpolateFields.H.
|
protected |
Definition at line 79 of file surfaceInterpolateFields.H.
|
protected |
Definition at line 80 of file surfaceInterpolateFields.H.
|
protected |
Definition at line 81 of file surfaceInterpolateFields.H.
|
protected |
Definition at line 82 of file surfaceInterpolateFields.H.