94#ifndef Foam_functionObjects_zeroGradient_H
95#define Foam_functionObjects_zeroGradient_H
120 wordRes selectFields_;
126 HashTable<word> results_;
136 static bool accept(
const GeometricField<Type, fvPatchField, volMesh>&);
140 int apply(
const word& inputName,
int& state);
143 int process(
const word& inputName);
182 virtual bool write();
Generic GeometricField class.
A HashTable similar to std::unordered_map.
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,...
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
fvMeshFunctionObject(const fvMeshFunctionObject &)=delete
No copy construct.
Creates a volume field with zero-gradient boundary conditions from another volume field.
virtual ~zeroGradient()=default
Destructor.
TypeName("zeroGradient")
Runtime type information.
zeroGradient(const zeroGradient &)=delete
No copy construct.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
void operator=(const zeroGradient &)=delete
No copy assignment.
virtual bool execute()
Execute the function-object operations.
zeroGradient(const word &name, const Time &runTime, const dictionary &dict)
Construct from name, Time and dictionary.
virtual bool write()
Write the function-object results.
A List of wordRe with additional matching capabilities.
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.
Forwards and collection of common volume field types.