38 fieldName_(
"unknown"),
40 meanFieldName_(
"unknown"),
42 prime2MeanFieldName_(
"unknown")
46 "Foam::Istream& Foam::operator>>" 47 "(Foam::Istream&, Foam::functionObjects::fieldAverageItem&)" 52 fieldName_ = wd.
first();
58 meanFieldName_ = IOobject::groupName
60 IOobject::member(fieldName_) + fieldAverageItem::meanExt,
64 prime2MeanFieldName_ = IOobject::groupName
66 IOobject::member(fieldName_) + fieldAverageItem::prime2MeanExt,
75 prime2MeanFieldName_ =
const char *const group
Group name for atomic constants.
fieldAverageItem()
Construct null.
Switch mean_
Compute mean flag.
virtual bool check(const char *operation) const
Check IOstream status for given operation.
const Type1 & first() const
Return first.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Switch prime2Mean_
Compute prime-squared mean flag.
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.
Tuple of a word and dictionary, used to read in per-field options for function objects in the followi...
scalar window_
Averaging window - defaults to -1 for 'all iters/time'.
Calculates average quantities for a user-specified selection of volumetric and surface fields...
word windowName_
Averaging window name - defaults to 'window'.
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
const Type2 & second() const
Return second.