Files
openfoam/tutorials/compressible/rhoSimpleFoam/gasMixing/injectorPipe/system/fluxSummary
2019-08-30 16:45:45 +02:00

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
);
}
// ************************************************************************* //