Go to the source code of this file.
◆ writeValuesFieldType
| #define writeValuesFieldType |
( |
|
fieldType, |
|
|
|
none |
|
) |
| |
Value: { \
fieldType result; \
\
const bool typeOk = \
processValues(values, signs, weights, Sf, result);
\
{ \
\
resultDict_.add(fieldName, result, true); \
\
\
if (Pstream::master()) \
{ \
file() <<
tab << result; \
\
Log << " " << operationTypeNames_[operation_] \
<< "(" << selectionName_.c_str() << ") of " \
<< fieldName <<
" = " << result <<
endl; \
} \
} \
\
ok = ok || typeOk; \
}
if(!fvConstraints.PtrListDictionary< fvConstraint >::size())
Ostream & endl(Ostream &os)
Add newline and flush stream.