Calculate intensive fields:
#include <utilityFunctionObjects/dsmcFields.H>
Calculate intensive fields:
Definition at line 60 of file dsmcFields.H.
Collaboration diagram for dsmcFields: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.
| ~dsmcFields | ( | ) | [virtual]
|
Definition at line 71 of file dsmcFields.C.
| TypeName | ( | "dsmcFields" | ) |
Runtime type information.
| virtual const word& name | ( | ) | const [inline, virtual]
|
Return name of the set of dsmcFields.
Definition at line 108 of file dsmcFields.H.
| void read | ( | const dictionary & | dict ) | [virtual]
|
Read the dsmcFields data.
Definition at line 77 of file dsmcFields.C.
| void execute | ( | ) | [virtual]
|
Execute, currently does nothing.
Definition at line 86 of file dsmcFields.C.
| void end | ( | ) | [virtual]
|
Execute at the final time-loop, currently does nothing.
Definition at line 92 of file dsmcFields.C.
| void write | ( | ) | [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(), regIOobject::write(), and Ostream::write().
| virtual void updateMesh | ( | const mapPolyMesh & | ) | [inline, virtual]
|
Update for changes of mesh.
Definition at line 126 of file dsmcFields.H.
| virtual void movePoints | ( | const pointField & | ) | [inline, virtual]
|
Update for changes of mesh.
Definition at line 130 of file dsmcFields.H.