70#ifndef Foam_functionObjects_dsmcFields_H
71#define Foam_functionObjects_dsmcFields_H
94 dsmcFields(
const dsmcFields&) =
delete;
97 void operator=(
const dsmcFields&) =
delete;
130 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,...
This function object calculates and outputs the intensive fields:
virtual ~dsmcFields()=default
Destructor.
virtual bool execute()
Execute the function-object operations, currently does nothing.
TypeName("dsmcFields")
Runtime type information.
virtual bool write()
Write the function-object results.
virtual bool read(const dictionary &)
Read the function-object dictionary.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
fvMeshFunctionObject(const fvMeshFunctionObject &)=delete
No copy construct.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.