mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Corrected typos in comments
Resolves bug-report https://bugs.openfoam.org/view.php?id=2891
This commit is contained in:
@ -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-2017 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -180,7 +180,7 @@ public:
|
|||||||
//
|
//
|
||||||
word name() const;
|
word name() const;
|
||||||
|
|
||||||
//- Return file name (part beyond last /), subsitute for FOAM_CASE
|
//- Return file name (part beyond last /), substitute for FOAM_CASE
|
||||||
string caseName() const;
|
string caseName() const;
|
||||||
|
|
||||||
//- Return file name, optionally without extension
|
//- Return file name, optionally without extension
|
||||||
|
|||||||
@ -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-2017 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -104,7 +104,7 @@ Usage
|
|||||||
|
|
||||||
|
|
||||||
Note
|
Note
|
||||||
To employ the \c prime2Mean option, the \c mean option must be selecetd.
|
To employ the \c prime2Mean option, the \c mean option must be selected.
|
||||||
|
|
||||||
See also
|
See also
|
||||||
Foam::functionObjects::fvMeshFunctionObject
|
Foam::functionObjects::fvMeshFunctionObject
|
||||||
|
|||||||
@ -3,7 +3,7 @@ populationBalanceModel class which is a part of the reactingEulerFoam framework.
|
|||||||
They represent single-cell setups, i.e. they solve the population balance
|
They represent single-cell setups, i.e. they solve the population balance
|
||||||
equation without spatial transport. The setups already represent the
|
equation without spatial transport. The setups already represent the
|
||||||
inhomogeneous case, i.e. the populationBalance is split over multiple
|
inhomogeneous case, i.e. the populationBalance is split over multiple
|
||||||
velocityGroups. This can help to identify wether the populationBalance-induced
|
velocityGroups. This can help to identify whether the populationBalance-induced
|
||||||
mass transfer terms are handled correctly. The cases can also be used to study
|
mass transfer terms are handled correctly. The cases can also be used to study
|
||||||
the influence of certain parameters on the form of the size distribution, before
|
the influence of certain parameters on the form of the size distribution, before
|
||||||
running a simulation with spatial transport. Further test cases are contained in
|
running a simulation with spatial transport. Further test cases are contained in
|
||||||
|
|||||||
Reference in New Issue
Block a user