Corrected typos in comments

Resolves bug-report https://bugs.openfoam.org/view.php?id=2891
This commit is contained in:
Henry Weller
2018-03-27 21:08:37 +01:00
parent 5a4d25429d
commit 01d6aed0e1
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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