This function object calculates and outputs the Peclet number as a surfaceScalarField. More...
Public Member Functions | |
TypeName ("Peclet") | |
Runtime type information. More... | |
Peclet (const word &name, const objectRegistry &, const dictionary &, const bool loadFromFiles=false) | |
Construct for given objectRegistry and dictionary. More... | |
virtual | ~Peclet () |
Destructor. More... | |
virtual const word & | name () const |
Return name of the set of Peclet. More... | |
virtual void | read (const dictionary &) |
Read the Peclet data. More... | |
virtual void | execute () |
Execute, currently does nothing. More... | |
virtual void | end () |
Execute at the final time-loop, currently does nothing. More... | |
virtual void | timeSet () |
Called when time was set at the end of the Time::operator++. More... | |
virtual void | write () |
Calculate the Peclet and write. More... | |
virtual void | updateMesh (const mapPolyMesh &) |
Update for changes of mesh. More... | |
virtual void | movePoints (const polyMesh &) |
Update for changes of mesh. More... | |
This function object calculates and outputs the Peclet number as a surfaceScalarField.
Peclet | ( | 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 45 of file Peclet.C.
References Foam::dimless, Foam::endl(), mesh, Foam::nl, IOobject::NO_READ, IOobject::NO_WRITE, Foam::read(), fvMesh::time(), Time::timeName(), Foam::type(), and WarningIn.
TypeName | ( | "Peclet" | ) |
Runtime type information.
|
inlinevirtual |
Return name of the set of Peclet.
Definition at line 117 of file Peclet.H.
References Peclet::end(), Peclet::execute(), Peclet::read(), Peclet::timeSet(), and Peclet::write().
|
virtual |
Read the Peclet data.
Definition at line 111 of file Peclet.C.
References dictionary::lookupOrDefault().
Referenced by Peclet::name().
|
virtual |
Execute, currently does nothing.
Definition at line 121 of file Peclet.C.
References Foam::exit(), Foam::FatalError, FatalErrorIn, objectRegistry::foundObject(), Foam::fvc::interpolate(), dictionary::lookup(), objectRegistry::lookupObject(), Foam::mag(), fvMesh::magSf(), mesh, IOobject::NO_READ, IOobject::NO_WRITE, phi, turbulenceModel::propertiesName, rho, fvMesh::time(), Time::timeName(), and Foam::type().
Referenced by Peclet::name().
|
virtual |
Execute at the final time-loop, currently does nothing.
Definition at line 207 of file Peclet.C.
Referenced by Peclet::name().
|
virtual |
Called when time was set at the end of the Time::operator++.
Definition at line 215 of file Peclet.C.
Referenced by Peclet::name().
|
virtual |
Calculate the Peclet and write.
Definition at line 221 of file Peclet.C.
References Foam::endl(), Foam::Info, IOobject::name(), Foam::nl, Foam::type(), and regIOobject::write().
Referenced by Peclet::name().
|
inlinevirtual |
|
inlinevirtual |