Go to the documentation of this file.
318 #ifndef functionObjects_stabilityBlendingFactor_H
319 #define functionObjects_stabilityBlendingFactor_H
329 namespace functionObjects
336 class stabilityBlendingFactor
338 public fieldExpression,
349 Switch nonOrthogonality_;
370 scalar maxNonOrthogonality_;
373 scalar minNonOrthogonality_;
385 scalar minFaceWeight_;
388 scalar maxFaceWeight_;
406 word nonOrthogonalityName_;
409 word faceWeightName_;
444 bool init(
bool first);
447 void calcStats(label&, label&, label&)
const ;
464 TypeName(
"stabilityBlendingFactor");
474 const dictionary&
dict
491 virtual bool read(
const dictionary&);
494 virtual bool write();
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
void operator=(const stabilityBlendingFactor &)=delete
No copy assignment.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
TypeName("stabilityBlendingFactor")
Runtime type information.
A class for handling words, derived from Foam::string.
virtual bool write()
Write the stabilityBlendingFactor.
virtual ~stabilityBlendingFactor()=default
Destructor.
Computes the stabilityBlendingFactor to be used by the local blended convection scheme....
GeometricField< scalar, fvPatchField, volMesh > volScalarField
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
const word & name() const
Return the name of this functionObject.
Base class for writing single files from the function objects.
stabilityBlendingFactor(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual bool read(const dictionary &)
Read the stabilityBlendingFactor data.
virtual void writeFileHeader(Ostream &os) const
Write the file header.