mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
16 lines
543 B
C++
16 lines
543 B
C++
// -*- C++ -*-
|
|
|
|
// ************************************************************************* //
|
|
|
|
#include "derivedFields"
|
|
#include "fieldTransfer"
|
|
#include "avg-tracer0"
|
|
#include "sum-tracer0"
|
|
// #include "sum-tracer0Mean"
|
|
|
|
// #include "averaging.1612" // generate time-averaged fields
|
|
// #include "spatialDeviation.1612" // spatial deviation compared to a mean field
|
|
// #include "statistics.1612" // transcribe volume fields -> surface
|
|
|
|
// ************************************************************************* //
|