Go to the documentation of this file.
81 #ifndef blendingFactor_H
82 #define blendingFactor_H
108 public functionObjectState,
109 public functionObjectFile
117 const objectRegistry&
obr_;
171 const bool loadFromFiles =
false
200 virtual void write();
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
virtual void movePoints(const polyMesh &)
Update for changes of mesh.
A class for handling words, derived from string.
Switch log_
Switch to send output to Info as well as to file.
scalar tolerance_
Tolerance used when calculating the number of blended cells.
Base class for function objects, adding functionality to read/write state information (data required ...
void operator=(const blendingFactor &)
Disallow default bitwise assignment.
virtual void write()
Calculate the blendingFactor and write.
virtual const word & name() const
Return name of the set of blendingFactor.
word resultName_
Result field name.
Mesh consisting of general polyhedral cells.
Registry of regIOobjects.
blendingFactor(const blendingFactor &)
Disallow default bitwise copy construct.
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 read(const dictionary &)
Read the blendingFactor data.
virtual void end()
Execute at the final time-loop, currently does nothing.
word fieldName_
Field name.
This function object provides information on the mode of operation of blended convection schemes.
virtual ~blendingFactor()
Destructor.
virtual void execute()
Execute, currently does nothing.
Base class for output file data handling.
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
word phiName_
Name of flux field, default is "phi".
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
void calc()
Calculate the blending factor.
virtual void writeFileHeader(Ostream &os) const
Write the file header.
TypeName("blendingFactor")
Runtime type information.