mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
30 lines
517 B
C++
30 lines
517 B
C++
// -*- C++ -*-
|
|
//
|
|
// Summary of fluxes
|
|
|
|
flux
|
|
{
|
|
type fluxSummary;
|
|
libs (fieldFunctionObjects);
|
|
log on;
|
|
enabled true;
|
|
|
|
executeControl none;
|
|
writeControl timeStep;
|
|
writeInterval 4;
|
|
|
|
mode functionObjectSurface;
|
|
|
|
phi rhoU;
|
|
|
|
surfaces
|
|
(
|
|
sampled.plane-0.25
|
|
sampled.plane-0.45
|
|
sampled.plane-0.55
|
|
);
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|