44 #ifndef fieldAverageItem_H
45 #define fieldAverageItem_H
58 namespace functionObjects
84 word prime2MeanFieldName_;
166 return meanFieldName_;
184 return prime2MeanFieldName_;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Class used for the read-construction of.
autoPtr< fieldAverageItem > operator()(Istream &is) const
iNew(const fieldAverage &fa)
Helper class to describe what form of averaging to apply. A set will be applied to each base field in...
static const word meanExt
Mean average.
const Switch & mean() const
Return const access to the mean flag.
const word & prime2MeanFieldName() const
Return const access to the prime-squared mean field name.
static const word prime2MeanExt
Prime-squared average.
const word & fieldName() const
Return const access to the field name.
autoPtr< fieldAverageItem > clone() const
Clone function.
~fieldAverageItem()
Destructor.
const word & meanFieldName() const
Return const access to the mean field name.
fieldAverageItem()
Construct null.
const Switch & prime2Mean() const
Return const access to the prime-squared mean flag.
Calculates average quantities for a user-specified selection of volumetric and surface fields.
A class for handling words, derived from string.