mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Doxygen updates
This commit is contained in:
@ -30,9 +30,9 @@ Description
|
|||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
createExternalCoupledPatchGeometry <fieldName>
|
createExternalCoupledPatchGeometry \<fieldName\>
|
||||||
|
|
||||||
On execution, the field <fieldName> is read, and its boundary conditions
|
On execution, the field \<fieldName\> is read, and its boundary conditions
|
||||||
interrogated for the presence of an \c externalCoupled type. If found,
|
interrogated for the presence of an \c externalCoupled type. If found,
|
||||||
the patch geometry (points and faces) for the coupled patches are output
|
the patch geometry (points and faces) for the coupled patches are output
|
||||||
to the communications directory.
|
to the communications directory.
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2013-2014 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -35,7 +35,7 @@ namespace Foam
|
|||||||
{
|
{
|
||||||
defineTypeNameAndDebug(lduPrimitiveMesh, 0);
|
defineTypeNameAndDebug(lduPrimitiveMesh, 0);
|
||||||
|
|
||||||
//- Less operator for pairs of <processor><index>
|
//- Less operator for pairs of \<processor\>\<index\>
|
||||||
class procLess
|
class procLess
|
||||||
{
|
{
|
||||||
const labelPairList& lst_;
|
const labelPairList& lst_;
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::force
|
Foam::regionModels::surfaceFilmModels::force
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Base class for film (stress-based) force models
|
Base class for film (stress-based) force models
|
||||||
@ -30,6 +30,7 @@ Description
|
|||||||
SourceFiles
|
SourceFiles
|
||||||
force.C
|
force.C
|
||||||
forceNew.C
|
forceNew.C
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#ifndef force_H
|
#ifndef force_H
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::injectionModel
|
Foam::regionModels::surfaceFilmModels::injectionModel
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Base class for film injection models, handling mass transfer from the
|
Base class for film injection models, handling mass transfer from the
|
||||||
@ -31,6 +31,7 @@ Description
|
|||||||
SourceFiles
|
SourceFiles
|
||||||
injectionModel.C
|
injectionModel.C
|
||||||
injectionModelNew.C
|
injectionModelNew.C
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#ifndef injectionModel_H
|
#ifndef injectionModel_H
|
||||||
|
|||||||
@ -68,6 +68,7 @@ Description
|
|||||||
kappaLayers (1 2 3 4)
|
kappaLayers (1 2 3 4)
|
||||||
value uniform 300;
|
value uniform 300;
|
||||||
}
|
}
|
||||||
|
\endverbatim
|
||||||
|
|
||||||
Needs to be on underlying mapped(Wall)FvPatch.
|
Needs to be on underlying mapped(Wall)FvPatch.
|
||||||
|
|
||||||
|
|||||||
@ -63,6 +63,7 @@ Description
|
|||||||
kappaLayers (1 2 3 4)
|
kappaLayers (1 2 3 4)
|
||||||
value uniform 300;
|
value uniform 300;
|
||||||
}
|
}
|
||||||
|
\endverbatim
|
||||||
|
|
||||||
Needs to be on underlying mapped(Wall)FvPatch.
|
Needs to be on underlying mapped(Wall)FvPatch.
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -28,7 +28,7 @@ Group
|
|||||||
grpCoupledBoundaryConditions
|
grpCoupledBoundaryConditions
|
||||||
|
|
||||||
Description
|
Description
|
||||||
This boundary condition provides a jump condition, using the \cyclic
|
This boundary condition provides a jump condition, using the \c cyclic
|
||||||
condition as a base.
|
condition as a base.
|
||||||
|
|
||||||
The porous baffle introduces a pressure jump defined by:
|
The porous baffle introduces a pressure jump defined by:
|
||||||
|
|||||||
Reference in New Issue
Block a user