Calculate intensive fields: More...
#include <utilityFunctionObjects/dsmcFields.H>
Calculate intensive fields:
Definition at line 60 of file dsmcFields.H.
Public Member Functions | |
TypeName ("dsmcFields") | |
Runtime type information. | |
dsmcFields (const word &name, const objectRegistry &, const dictionary &, const bool loadFromFiles=false) | |
Construct for given objectRegistry and dictionary. | |
virtual | ~dsmcFields () |
virtual const word & | name () const |
Return name of the set of dsmcFields. | |
virtual void | read (const dictionary &) |
Read the dsmcFields data. | |
virtual void | execute () |
Execute, currently does nothing. | |
virtual void | end () |
Execute at the final time-loop, currently does nothing. | |
virtual void | write () |
Calculate the dsmcFields and write. | |
virtual void | updateMesh (const mapPolyMesh &) |
Update for changes of mesh. | |
virtual void | movePoints (const pointField &) |
Update for changes of mesh. |
dsmcFields | ( | 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 42 of file dsmcFields.C.
References Foam::endl(), Foam::nl, and WarningIn.
|
virtual |
Definition at line 71 of file dsmcFields.C.
TypeName | ( | "dsmcFields" | ) |
Runtime type information.
|
inlinevirtual |
Return name of the set of dsmcFields.
Definition at line 108 of file dsmcFields.H.
|
virtual |
Read the dsmcFields data.
Definition at line 77 of file dsmcFields.C.
|
virtual |
Execute, currently does nothing.
Definition at line 86 of file dsmcFields.C.
|
virtual |
Execute at the final time-loop, currently does nothing.
Definition at line 92 of file dsmcFields.C.
|
virtual |
Calculate the dsmcFields and write.
Definition at line 98 of file dsmcFields.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), polyMesh::boundaryMesh(), Foam::endl(), polyPatch::faceAreas(), forAll, Foam::Info, DsmcCloud< ParcelType >::kb, Foam::mag(), Foam::max(), mesh, Foam::min(), Foam::nl, IOobject::NO_READ, p, UMean(), Ostream::write(), and regIOobject::write().
|
inlinevirtual |
Update for changes of mesh.
Definition at line 126 of file dsmcFields.H.
|
inlinevirtual |
Update for changes of mesh.
Definition at line 130 of file dsmcFields.H.