87#ifndef Foam_functionObjects_valueAverage_H
88#define Foam_functionObjects_valueAverage_H
146 virtual bool write();
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.
Specialization of Foam::functionObject for a region and providing a reference to the region Foam::obj...
regionFunctionObject(const regionFunctionObject &)=delete
No copy construct.
Base class that computes the ensemble- or time-based singular-value average values,...
valueAverageBase(const word &name, const objectRegistry &obr, const dictionary &dict, stateFunctionObject &state, const bool writeToFile=true)
Construct from Time and dictionary.
Computes the ensemble- or time-based singular-value average values, with optional windowing,...
void operator=(const valueAverage &)=delete
No copy assignment.
virtual ~valueAverage()=default
Destructor.
valueAverage(const valueAverage &)=delete
No copy construct.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
TypeName("valueAverage")
Runtime type information.
valueAverage(const word &name, const Time &runTime, const dictionary &dict)
Construct from name, Time and dictionary.
virtual bool execute()
Execute the function-object operations.
virtual bool write()
Write the function-object results.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.