mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
DOC: elaborate the usage of function objects
ENH: update libs of etc/caseDicts/postProcess items
ENH: ensure destructor=default
ENH: ensure constness
ENH: ensure no 'copy construct' and 'no copy assignment' exist
TUT: add examples of function objects with full set
of settings into a TUT if unavailable
TUT: update pisoFoam/RAS/cavity tutorial in terms of usage
This commit is contained in:
committed by
Andrew Heather
parent
b549116588
commit
a5c6516e23
@ -54,6 +54,15 @@ maxDeltaT 1;
|
||||
|
||||
functions
|
||||
{
|
||||
add1
|
||||
{
|
||||
type add;
|
||||
libs (fieldFunctionObjects);
|
||||
fields (U.air U.water);
|
||||
result U.total;
|
||||
writeControl writeTime;
|
||||
}
|
||||
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
|
||||
Reference in New Issue
Block a user