mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Updated header file documentation
This commit is contained in:
@ -28,9 +28,10 @@ Group
|
|||||||
grpCombustionSolvers
|
grpCombustionSolvers
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Solver for chemistry problems
|
Solver for chemistry problems designed for use on single cell cases to
|
||||||
- designed for use on single cell cases to provide comparison against
|
provide comparison against other chemistry solvers
|
||||||
other chemistry solvers
|
|
||||||
|
Note:
|
||||||
- single cell mesh created on-the-fly
|
- single cell mesh created on-the-fly
|
||||||
- fields created on the fly from the initial conditions
|
- fields created on the fly from the initial conditions
|
||||||
|
|
||||||
|
|||||||
@ -29,11 +29,12 @@ Group
|
|||||||
|
|
||||||
Description
|
Description
|
||||||
Combination of heatConductionFoam and buoyantFoam for conjugate heat
|
Combination of heatConductionFoam and buoyantFoam for conjugate heat
|
||||||
transfer between solid regions and fluid regions. Both regions include
|
transfer between solid regions and fluid regions.
|
||||||
the fvOptions framework.
|
|
||||||
|
|
||||||
It handles secondary fluid or solid circuits which can be coupled
|
Note:
|
||||||
thermally with the main fluid region. i.e radiators, etc.
|
- Both regions support the fvOptions framework.
|
||||||
|
- It handles secondary fluid or solid circuits which can be coupled
|
||||||
|
thermally with the main fluid region. i.e radiators, etc.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
@ -29,7 +29,7 @@ Group
|
|||||||
|
|
||||||
Description
|
Description
|
||||||
Steady-state solver for incompressible, 1D turbulent flow, typically to
|
Steady-state solver for incompressible, 1D turbulent flow, typically to
|
||||||
generate boundary layer conditions at an inlet, for use in a simulation.
|
generate boundary layer conditions at an inlet.
|
||||||
|
|
||||||
Boundary layer code to calculate the U, k and epsilon distributions.
|
Boundary layer code to calculate the U, k and epsilon distributions.
|
||||||
Used to create inlet boundary conditions for experimental comparisons
|
Used to create inlet boundary conditions for experimental comparisons
|
||||||
|
|||||||
@ -28,13 +28,12 @@ Group
|
|||||||
grpLagrangianSolvers
|
grpLagrangianSolvers
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient solver for:
|
Transient PIMPLE solver for compressible, laminar or turbulent flow with
|
||||||
- compressible,
|
coal and thermodynamic parcels, and combustion.
|
||||||
- turbulent flow,
|
|
||||||
with
|
Note:
|
||||||
- coal and limestone parcel injections,
|
- includes run-time selectable finite volume options, e.g. sources,
|
||||||
- energy source, and
|
constraints
|
||||||
- combustion.
|
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
@ -29,8 +29,11 @@ Group
|
|||||||
|
|
||||||
Description
|
Description
|
||||||
Transient PIMPLE solver for compressible, laminar or turbulent flow with
|
Transient PIMPLE solver for compressible, laminar or turbulent flow with
|
||||||
reacting multiphase Lagrangian parcels, including run-time selectable
|
reacting multiphase Lagrangian parcels.
|
||||||
finite volume options, e.g. sources, constraints
|
|
||||||
|
Note:
|
||||||
|
- includes run-time selectable finite volume options, e.g. sources,
|
||||||
|
constraints
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
@ -27,7 +27,9 @@ Application
|
|||||||
Description
|
Description
|
||||||
Generates a VTK file of particle tracks for cases that were computed using
|
Generates a VTK file of particle tracks for cases that were computed using
|
||||||
a steady-state cloud
|
a steady-state cloud
|
||||||
NOTE: case must be re-constructed (if running in parallel) before use
|
|
||||||
|
Note:
|
||||||
|
- Case must be re-constructed (if running in parallel) before use
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
@ -25,7 +25,6 @@ Application
|
|||||||
faceAgglomerate
|
faceAgglomerate
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
|
||||||
Agglomerate boundary faces using the pairPatchAgglomeration algorithm.
|
Agglomerate boundary faces using the pairPatchAgglomeration algorithm.
|
||||||
It writes a map from the fine to coarse grid.
|
It writes a map from the fine to coarse grid.
|
||||||
|
|
||||||
|
|||||||
@ -27,6 +27,7 @@ Application
|
|||||||
Description
|
Description
|
||||||
Maps volume fields from one mesh to another, reading and
|
Maps volume fields from one mesh to another, reading and
|
||||||
interpolating all fields present in the time directory of both cases.
|
interpolating all fields present in the time directory of both cases.
|
||||||
|
|
||||||
Parallel and non-parallel cases are handled without the need to reconstruct
|
Parallel and non-parallel cases are handled without the need to reconstruct
|
||||||
them first.
|
them first.
|
||||||
|
|
||||||
|
|||||||
@ -25,16 +25,15 @@ Application
|
|||||||
surfaceBooleanFeatures
|
surfaceBooleanFeatures
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
|
||||||
Generates the extendedFeatureEdgeMesh for the interface between a boolean
|
Generates the extendedFeatureEdgeMesh for the interface between a boolean
|
||||||
operation on two surfaces. Assumes that the orientation of the surfaces is
|
operation on two surfaces.
|
||||||
correct:
|
|
||||||
|
|
||||||
+ if the operation is union or intersection, that both surface's normals
|
Assumes that the orientation of the surfaces iscorrect:
|
||||||
|
- if the operation is union or intersection, that both surface's normals
|
||||||
(n) have the same orientation with respect to a point, i.e. surfaces and b
|
(n) have the same orientation with respect to a point, i.e. surfaces and b
|
||||||
are orientated the same with respect to point x:
|
are orientated the same with respect to point x:
|
||||||
|
|
||||||
@verbatim
|
\verbatim
|
||||||
_______
|
_______
|
||||||
| |--> n
|
| |--> n
|
||||||
| ___|___ x
|
| ___|___ x
|
||||||
@ -43,14 +42,14 @@ Description
|
|||||||
| |
|
| |
|
||||||
|_______|
|
|_______|
|
||||||
|
|
||||||
@endverbatim
|
\endverbatim
|
||||||
|
|
||||||
+ if the operation is a subtraction, the surfaces should be oppositely
|
- if the operation is a subtraction, the surfaces should be oppositely
|
||||||
oriented with respect to a point, i.e. for (a - b), then b's orientation
|
oriented with respect to a point, i.e. for (a - b), then b's orientation
|
||||||
should be such that x is "inside", and a's orientation such that x is
|
should be such that x is "inside", and a's orientation such that x is
|
||||||
"outside"
|
"outside"
|
||||||
|
|
||||||
@verbatim
|
\verbatim
|
||||||
_______
|
_______
|
||||||
| |--> n
|
| |--> n
|
||||||
| ___|___ x
|
| ___|___ x
|
||||||
@ -59,7 +58,7 @@ Description
|
|||||||
| n <--|
|
| n <--|
|
||||||
|_______|
|
|_______|
|
||||||
|
|
||||||
@endverbatim
|
\endverbatim
|
||||||
|
|
||||||
When the operation is peformed - for union, all of the edges generates where
|
When the operation is peformed - for union, all of the edges generates where
|
||||||
one surfaces cuts another are all "internal" for union, and "external" for
|
one surfaces cuts another are all "internal" for union, and "external" for
|
||||||
|
|||||||
@ -25,6 +25,9 @@ Application
|
|||||||
surfaceClean
|
surfaceClean
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
Utility to clean surfaces.
|
||||||
|
|
||||||
|
Current functionality
|
||||||
- removes baffles
|
- removes baffles
|
||||||
- collapses small edges, removing triangles.
|
- collapses small edges, removing triangles.
|
||||||
- converts sliver triangles into split edges by projecting point onto
|
- converts sliver triangles into split edges by projecting point onto
|
||||||
|
|||||||
@ -25,12 +25,15 @@ Application
|
|||||||
surfaceCoarsen
|
surfaceCoarsen
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Surface coarsening using 'bunnylod':
|
Surface coarsening using `bunnylod'
|
||||||
|
|
||||||
|
Reference:
|
||||||
|
\verbatim
|
||||||
Polygon Reduction Demo
|
Polygon Reduction Demo
|
||||||
By Stan Melax (c) 1998
|
By Stan Melax (c) 1998
|
||||||
mailto:melax@cs.ualberta.ca
|
mailto:melax@cs.ualberta.ca
|
||||||
http://www.cs.ualberta.ca/~melax
|
http://www.cs.ualberta.ca/~melax
|
||||||
|
\endverbatim
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
@ -26,8 +26,9 @@ Application
|
|||||||
|
|
||||||
Description
|
Description
|
||||||
Calculates the inertia tensor, principal axes and moments of a
|
Calculates the inertia tensor, principal axes and moments of a
|
||||||
command line specified triSurface. Inertia can either be of the
|
command line specified triSurface.
|
||||||
solid body or of a thin shell.
|
|
||||||
|
Inertia can either be of the solid body or of a thin shell.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
@ -26,10 +26,16 @@ Application
|
|||||||
|
|
||||||
Description
|
Description
|
||||||
Refine by splitting all three edges of triangle ('red' refinement).
|
Refine by splitting all three edges of triangle ('red' refinement).
|
||||||
|
|
||||||
Neighbouring triangles (which are not marked for refinement get split
|
Neighbouring triangles (which are not marked for refinement get split
|
||||||
in half ('green' refinement). (R. Verfuerth, "A review of a posteriori
|
in half ('green' refinement).
|
||||||
|
|
||||||
|
Reference:
|
||||||
|
\verbatim
|
||||||
|
R. Verfuerth, "A review of a posteriori
|
||||||
error estimation and adaptive mesh refinement techniques",
|
error estimation and adaptive mesh refinement techniques",
|
||||||
Wiley-Teubner, 1996)
|
Wiley-Teubner, 1996)
|
||||||
|
\endverbatim
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
@ -22,10 +22,10 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
Strips any baffle parts of a surface.
|
||||||
|
|
||||||
Strips any baffle parts of a surface. A baffle region is one which is
|
A baffle region is one which is reached by walking from an open edge, and
|
||||||
reached by walking from an open edge, and stopping when a multiply connected
|
stopping when a multiply connected edge is reached.
|
||||||
edge is reached.
|
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user