41 #ifndef functionObjects_blendingFactor_H 42 #define functionObjects_blendingFactor_H 50 namespace functionObjects
Calculates and outputs the blendingFactor as used by the bended convection schemes. The output is a volume field (cells) whose value is calculated via the maximum blending factor for any cell face.
const word & name() const
Return the name of this functionObject.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual bool read(const dictionary &)
Read the blendingFactor data.
A class for handling words, derived from string.
virtual ~blendingFactor()
Destructor.
TypeName("blendingFactor")
Runtime type information.
blendingFactor(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.