Go to the documentation of this file.
94 const objectRegistry&
obr_;
125 const word& fieldName,
126 const word& resultName,
152 const bool loadFromFiles =
false
181 virtual void write();
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
calcFvcGrad(const calcFvcGrad &)
Disallow default bitwise copy construct.
A class for handling words, derived from string.
virtual void end()
Execute at the final time-loop, currently does nothing.
void calcGrad(const word &fieldName, const word &resultName, bool &processed)
Helper function to calculate the gradient of different field types.
virtual ~calcFvcGrad()
Destructor.
Mesh data needed to do the Finite Volume discretisation.
void operator=(const calcFvcGrad &)
Disallow default bitwise assignment.
typeOfRank< typename pTraits< arg1 >::cmptType, int(pTraits< arg1 >::rank)+int(pTraits< arg2 >::rank) >::type type
virtual void read(const dictionary &)
Read the calcFvcGrad data.
virtual const word & name() const
Return name of the set of calcFvcGrad.
Dimension set for the base types.
Mesh consisting of general polyhedral cells.
Registry of regIOobjects.
virtual void write()
Calculate the calcFvcGrad and write.
bool active_
On/off switch.
virtual void movePoints(const polyMesh &)
Update for changes of mesh.
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const objectRegistry & obr_
Reference to the database.
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
This function object calculates the gradient of a field. The operation is limited to scalar and vecto...
word fieldName_
Name of field to process.
word resultName_
Name of result field.
TypeName("calcFvcGrad")
Runtime type information.
virtual void execute()
Execute, currently does nothing.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > & gradField(const word &gradName, const dimensionSet &dims)
Helper function to create/store/return the gradient field.
Generic GeometricField class.
word name_
Name of this calcFvcGrad object.
Switch log_
Switch to send output to Info as well as to file.