Go to the documentation of this file.
103 #ifndef functionObjects_zeroGradient_H
104 #define functionObjects_zeroGradient_H
115 namespace functionObjects
124 public fvMeshFunctionObject
129 wordRes selectFields_;
135 HashTable<word> results_;
141 static bool checkFormatName(
const std::string& str);
149 static bool accept(
const GeometricField<Type, fvPatchField, volMesh>&);
153 int apply(
const word& inputName,
int& state);
156 int process(
const word& inputName);
195 virtual bool write();
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 read(const dictionary &dict)
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
virtual ~zeroGradient()=default
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A HashTable similar to std::unordered_map.
const word & name() const noexcept
zeroGradient(const word &name, const Time &runTime, const dictionary &dict)
A List of wordRe with additional matching capabilities.
Creates a volume field with zero-gradient boundary conditions from another volume field.
Generic GeometricField class.
void operator=(const zeroGradient &)=delete