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