Go to the documentation of this file.
65 #ifndef functionObjects_dsmcFields_H
66 #define functionObjects_dsmcFields_H
75 namespace functionObjects
84 public fvMeshFunctionObject
92 dsmcFields(
const dsmcFields&) =
delete;
95 void operator=(
const dsmcFields&) =
delete;
128 virtual bool write();
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
virtual bool execute()
Do nothing.
virtual bool write()
Calculate and write the DSMC fields.
TypeName("dsmcFields")
Runtime type information.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
virtual bool read(const dictionary &)
Read the dsmcFields data.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const
Return the name of this functionObject.
This function object calculates and outputs the intensive fields:
virtual ~dsmcFields()
Destructor.