ENH: Function objects - added new 'multiply' function object
Multiplies a given list of (at least two or more) fields and outputs the result into a new field.
fieldResult = field1 * field2 * ... * fieldN
Minimal example by using system/controlDict
functions:
multiply1
{
// Mandatory entries (unmodifiable)
type multiply;
libs (fieldFunctionObjects);
// Mandatory (inherited) entry (runtime modifiable)
fields (<field1> <field2> ... <fieldN>);
// Optional (inherited) entries
...
}
Serves as a precursor to a more general function object based on the fieldExpression
toolchain
Merge request reports
Activity
changed milestone to %v2012
added enhancement feature post-processing labels
added 52 commits
-
b7c94c52...b700456a - 51 commits from branch
develop
- 75769add - ENH: Function objects - added new 'multiply' function object
-
b7c94c52...b700456a - 51 commits from branch
mentioned in commit a629fb7d
Please register or sign in to reply