Packaged function objects: added a Description entry
This commit is contained in:
@ -1,14 +1,16 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Web: www.OpenFOAM.org
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
Description
|
||||
Calculates the flow rate through a specified patch by summing the flux on
|
||||
patch faces. For solvers where the flux is volumetric, the flow rate is
|
||||
volumetric; where flux is mass flux, the flow rate is mass flow rate.
|
||||
|
||||
// This packaged function object sums the flux phi on patch faces so the
|
||||
// calculated volume flow rate for solvers where phi = volumetric flux, and
|
||||
// mass flow rate for solvers where phi = mass flux.
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
flowRatePatch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user