Corrected typos in comments and in name of solidEquilibriumEnergySource fvOption
Patch contributed by Timo Niemi, VTT. Resolves bug report https://bugs.openfoam.org/view.php?id=3369
This commit is contained in:
@ -441,7 +441,7 @@ private:
|
||||
) const;
|
||||
|
||||
//- Check to see if dual cell specified by given vertex iterator
|
||||
// intersects the boundary and hence reqires a point-pair
|
||||
// intersects the boundary and hence requires a point-pair
|
||||
bool dualCellSurfaceAnyIntersection
|
||||
(
|
||||
const Delaunay::Finite_vertices_iterator& vit
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration | Website: https://openfoam.org
|
||||
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -110,7 +110,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
|
||||
// - All patches which are not agglomarated are identity for finalAgglom
|
||||
// - All patches which are not agglomerated are identity for finalAgglom
|
||||
forAll(boundary, patchid)
|
||||
{
|
||||
if (finalAgglom[patchid].size() == 0)
|
||||
|
||||
@ -87,7 +87,7 @@ for (label proci = 0; proci < Pstream::nProcs(); proci++)
|
||||
|
||||
DynamicList<label> dRayIs;
|
||||
|
||||
// Collect the rays which has not abstacle in bettween in rayStartFace
|
||||
// Collect the rays which don't have obstacle in between rayStartFace
|
||||
// and rayEndFace. If the ray hit itself get stored in dRayIs
|
||||
forAll(hitInfo, rayI)
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration | Website: https://openfoam.org
|
||||
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -130,7 +130,7 @@ int main(int argc, char *argv[])
|
||||
);
|
||||
|
||||
|
||||
// Stoiciometric number of moles of species for one mole of fuel
|
||||
// Stoichiometric number of moles of species for one mole of fuel
|
||||
scalar stoicO2 = n + m/4.0;
|
||||
scalar stoicN2 = (0.79/0.21)*(n + m/4.0);
|
||||
scalar stoicCO2 = n;
|
||||
|
||||
Reference in New Issue
Block a user