65#ifndef functionObjects_dsmcFields_H
66#define functionObjects_dsmcFields_H
74namespace functionObjects
83 public fvMeshFunctionObject
89 dsmcFields(
const dsmcFields&) =
delete;
92 void operator=(
const dsmcFields&) =
delete;
125 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
This function object calculates and outputs the intensive fields:
virtual ~dsmcFields()=default
Destructor.
virtual bool execute()
Do nothing.
TypeName("dsmcFields")
Runtime type information.
virtual bool write()
Calculate and write the DSMC fields.
virtual bool read(const dictionary &)
Read the dsmcFields data.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
A class for handling words, derived from Foam::string.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.