Packaged function objects: added a Description entry
This commit is contained in:
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the average value of one or more fields on a patch.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
patchAverage
|
patchAverage
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the surface integral of one or more fields on a patch.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
patchIntegrate
|
patchIntegrate
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the Courant Number field from the flux field.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
CourantNo
|
CourantNo
|
||||||
|
|||||||
@ -1,9 +1,15 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates and writes the second largest eigenvalue of the sum of the
|
||||||
|
square of the symmetrical and anti-symmetrical parts of the velocity
|
||||||
|
gradient tensor.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
Lambda2
|
Lambda2
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the Mach Number field from the velocity field.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
MachNo
|
MachNo
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the Peclet Number field from the flux field.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
PecletNo
|
PecletNo
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the second invariant of the velocity gradient tensor.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
Q
|
Q
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the Reynolds stress tensor field and stores it on the database.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
R
|
R
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Writes the component scalar fields (e.g. Ux, Uy, Uz) of a field (e.g. U).
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
components
|
components
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the divergence of a field.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
div
|
div
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the enstrophy of the velocity field.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
enstrophy
|
enstrophy
|
||||||
|
|||||||
@ -1,9 +1,16 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates and writes the flowType of velocity field where:
|
||||||
|
-1 = rotational flow;
|
||||||
|
0 = simple shear flow;
|
||||||
|
+1 = planar extensional flow.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
flowType
|
flowType
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the gradient of a field.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
grad
|
grad
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the magnitude of a field.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
mag
|
mag
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the magnitude-squared of a field.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
magSqr
|
magSqr
|
||||||
|
|||||||
@ -1,9 +1,14 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Adds a random component to a field, with a specified perturbation
|
||||||
|
magnitude.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
randomise
|
randomise
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates specified turbulence fields and stores it on the database.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
turbulenceFields
|
turbulenceFields
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the vorticity field, i.e. the curl of the velocity field.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
vorticity
|
vorticity
|
||||||
|
|||||||
@ -1,9 +1,14 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the shear stress at wall patches, outputting the data as a
|
||||||
|
volVectorField.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
wallShearStress
|
wallShearStress
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Writes out specified objects, e.g. fields, stored on the case database.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
writeObjects
|
writeObjects
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the turbulence y+, outputting the data as a yPlus field.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
yPlus
|
yPlus
|
||||||
|
|||||||
@ -1,14 +1,16 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ 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
|
flowRatePatch
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,14 +1,17 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
\*---------------------------------------------------------------------------*/
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates volumetric flow rate through a specified triangulated surface
|
||||||
|
by interpolating velocity onto the triangles and integrating over the
|
||||||
|
surface area. Triangles need to be small (<= cell size) for an accurate
|
||||||
|
result.
|
||||||
|
|
||||||
// This packaged function object interpolates velocity U onto triangles in
|
\*---------------------------------------------------------------------------*/
|
||||||
// triSurface file and integrates over the surface area. Triangles need to
|
|
||||||
// be small (<= cell size) for an accurate integration.
|
|
||||||
|
|
||||||
volFlowRateSurface
|
volFlowRateSurface
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,9 +1,15 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates lift, drag and moment coefficients by summing forces on
|
||||||
|
specified patches for a case where the solver is compressible (pressure is
|
||||||
|
in units ML^-1T^-2, e.g. Pa).
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
forceCoeffsCompressible
|
forceCoeffsCompressible
|
||||||
|
|||||||
@ -1,9 +1,15 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates lift, drag and moment coefficients by summing forces on
|
||||||
|
specified patches for a case where the solver is incompressible (pressure
|
||||||
|
is kinematic, e.g. m^2/s^2).
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
forceCoeffsIncompressible
|
forceCoeffsIncompressible
|
||||||
|
|||||||
@ -1,9 +1,14 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates pressure and viscous forces over specified patches for a case
|
||||||
|
where the solver is compressible (pressure is in units ML^-1T^-2, e.g. Pa).
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
forcesCompressible
|
forcesCompressible
|
||||||
|
|||||||
@ -1,9 +1,14 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates pressure and viscous forces over specified patches for a case
|
||||||
|
where the solver is incompressible (pressure is kinematic, e.g. m^2/s^2).
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
forcesIncompressible
|
forcesIncompressible
|
||||||
|
|||||||
@ -1,9 +1,14 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Writes graph data for specified fields along a line, specified by start
|
||||||
|
and end points.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
singleGraph
|
singleGraph
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Writes out the maximum cell value for one or more fields.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
cellMax
|
cellMax
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Writes out the minimum cell value for one or more fields.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
cellMin
|
cellMin
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Writes out the maximum face value for one or more fields.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
faceMax
|
faceMax
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Writes out the minimum face value for one or more fields.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
faceMin
|
faceMin
|
||||||
|
|||||||
@ -1,16 +1,21 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Writes out the minimum and maximum values, by component for non-scalar
|
||||||
|
fields, and the locations where they occur.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
minMaxComponents
|
minMaxComponents
|
||||||
{
|
{
|
||||||
#includeEtc "caseDicts/postProcessing/minMax/minMaxComponents.cfg"
|
#includeEtc "caseDicts/postProcessing/minMax/minMaxComponents.cfg"
|
||||||
|
|
||||||
mode components;
|
fields (U p);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -7,6 +7,6 @@
|
|||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#includeEtc "caseDicts/postProcessing/minMax/fieldMinMax.cfg"
|
#includeEtc "caseDicts/postProcessing/minMax/fieldMinMax.cfg"
|
||||||
mode components;
|
mode component;
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -1,9 +1,14 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Writes out the minimum and maximum values, by magnitude for non-scalar
|
||||||
|
fields, and the locations where they occur.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
minMaxMagnitude
|
minMaxMagnitude
|
||||||
|
|||||||
@ -1,9 +1,15 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
For specified fields, writes out the initial residuals for the first
|
||||||
|
solution of each time step; for non-scalar fields (e.g. vectors), writes
|
||||||
|
the largest of the residuals for each component (e.g. x, y, z).
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
residuals
|
residuals
|
||||||
|
|||||||
@ -1,9 +1,14 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the difference between the average pressures on 2 specified
|
||||||
|
patches.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
pressureDifferencePatch
|
pressureDifferencePatch
|
||||||
|
|||||||
@ -1,9 +1,14 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Interpolates pressures onto 2 specified triangulated surfaces and
|
||||||
|
calculates the difference between the average pressures.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
pressureDifferenceSurface
|
pressureDifferenceSurface
|
||||||
|
|||||||
@ -1,9 +1,14 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the pressure field in units ML^-1T^-2 (e.g. Pa) from kinematic
|
||||||
|
pressure by scaling by a specified density.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
staticPressure
|
staticPressure
|
||||||
|
|||||||
@ -1,9 +1,14 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the total pressure field for a case where the solver is
|
||||||
|
compressible (pressure is in units ML^-1T^-2, e.g. Pa).
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
totalPressureCompressible
|
totalPressureCompressible
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#includeEtc "caseDicts/postProcessing/pressure/pressure.cfg"
|
#includeEtc "caseDicts/postProcessing/pressure/pressure.cfg"
|
||||||
|
|
||||||
calcTotal no;
|
calcTotal yes;
|
||||||
calcCoeff no;
|
calcCoeff no;
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -1,9 +1,14 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Calculates the total pressure field for a case where the solver is
|
||||||
|
incompressible (pressure is kinematic, e.g. m^2/s^2).
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
totalPressureIncompressible
|
totalPressureIncompressible
|
||||||
|
|||||||
@ -1,9 +1,14 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Writes out values of fields at a cloud of points, interpolated to
|
||||||
|
specified boundary patches.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
boundaryCloud
|
boundaryCloud
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Writes out values of fields interpolated to a specified cloud of points.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
internalCloud
|
internalCloud
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Writes out values of fields from cells nearest to specified locations.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
probes
|
probes
|
||||||
|
|||||||
@ -1,9 +1,17 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Solves a transport equation for a scalar field.
|
||||||
|
|
||||||
|
The name of the scalar field is specified in this file. A sample scalar
|
||||||
|
field file, that must be initialised for the case, typically in the 0
|
||||||
|
directory, is available in $FOAM_ETC/caseDicts/solvers/scalarTransport.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
scalarTransport
|
scalarTransport
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Writes out files of streamlines with interpolated field data in VTK format.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
streamlines
|
streamlines
|
||||||
|
|||||||
@ -1,9 +1,17 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
========= |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
| \\ / O peration | Version: dev |
|
\\ / O peration |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
\\ / A nd | Web: www.OpenFOAM.org
|
||||||
| \\/ M anipulation | |
|
\\/ M anipulation |
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
Description
|
||||||
|
Writes out surface files with interpolated field data in VTK format, e.g.
|
||||||
|
cutting planes, iso-surfaces and patch boundary surfaces.
|
||||||
|
|
||||||
|
This file includes a selection of example surfaces, each of which the user
|
||||||
|
should configure and/or remove.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
surfaces
|
surfaces
|
||||||
|
|||||||
Reference in New Issue
Block a user