Interpolates volume fields to surface fields for each time. More...
#include <foamCalcFunctions/interpolate.H>
Interpolates volume fields to surface fields for each time.
Definition at line 52 of file interpolate.H.
Public Member Functions | |
TypeName ("interpolate") | |
Runtime type information.
| |
interpolate () | |
Construct null.
| |
virtual | ~interpolate () |
Protected Member Functions | |
virtual void | init () |
Initialise - typically setting static variables,.
| |
virtual void | preCalc (const argList &args, const Time &runTime, const fvMesh &mesh) |
Pre-time loop calculations.
| |
virtual void | calc (const argList &args, const Time &runTime, const fvMesh &mesh) |
Time loop calculations.
| |
template<class Type > | |
void | writeInterpolateField (const IOobject &header, const fvMesh &mesh, bool &processed) |
Write interpolate fields.
|
interpolate | ( | ) |
Construct null.
Definition at line 43 of file interpolate.C.
~interpolate | ( | ) | [virtual]
|
Definition at line 51 of file interpolate.C.
void init | ( | ) | [protected, virtual]
|
Initialise - typically setting static variables,.
e.g. command line arguments
Reimplemented from calcType.
Definition at line 57 of file interpolate.C.
References LList< LListBase, T >::append(), and argList::validArgs.
void preCalc | ( | const argList & | args, |
const Time & | runTime, | ||
const fvMesh & | mesh | ||
) | [protected, virtual]
|
Pre-time loop calculations.
Reimplemented from calcType.
Definition at line 65 of file interpolate.C.
Time loop calculations.
Reimplemented from calcType.
Definition at line 74 of file interpolate.C.
References argList::additionalArgs(), Foam::endl(), Foam::exit(), Foam::FatalError, Foam::Info, mesh, IOobject::MUST_READ, Foam::nl, and Time::timeName().
void writeInterpolateField | ( | const IOobject & | header, |
const fvMesh & | mesh, | ||
bool & | processed | ||
) | [protected]
|
Write interpolate fields.
Definition at line 28 of file writeInterpolateField.C.
References Foam::endl(), IOobject::headerClassName(), Foam::Info, Foam::fvc::interpolate(), mesh, IOobject::name(), fvMesh::time(), Time::timeName(), and Ostream::write().
TypeName | ( | "interpolate" | ) |
Runtime type information.