73#ifndef Foam_functionObjects_streamFunction_H
74#define Foam_functionObjects_streamFunction_H
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
fieldExpression(const word &name, const Time &runTime, const dictionary &dict, const word &fieldName=word::null, const word &resultName=word::null)
Construct from name, Time and dictionary.
virtual bool calc()=0
Calculate the components of the field and return true if successful.
Computes the stream function (i.e. https://w.wiki/Ncm).
virtual ~streamFunction()=default
Destructor.
streamFunction(const word &name, const Time &runTime, const dictionary &dict)
Construct for given objectRegistry and dictionary.
void operator=(const streamFunction &)=delete
No copy assignment.
streamFunction(const streamFunction &)=delete
No copy construct.
TypeName("streamFunction")
Runtime type information.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
Forwards and collection of common point field types.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.