mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: columnFvMesh: typo
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) 2018 OpenCFD Ltd.
|
\\ / A nd | Copyright (C) 2018-2019 OpenCFD Ltd.
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -122,8 +122,9 @@ bool Foam::simplifiedMeshes::columnFvMeshInfo::setPatchEntries
|
|||||||
|
|
||||||
WarningInFunction
|
WarningInFunction
|
||||||
<< "All boundaries will be approximated using wall-type patches. "
|
<< "All boundaries will be approximated using wall-type patches. "
|
||||||
<< "This may cause your final case to run differntly. "
|
<< "This may cause your" << nl
|
||||||
<< "Create you mesh first for improved performance"
|
<< " final case to run differently. "
|
||||||
|
<< "Create your mesh first for improved performance"
|
||||||
<< endl;
|
<< endl;
|
||||||
|
|
||||||
const dictionary& boundaryFieldDict =
|
const dictionary& boundaryFieldDict =
|
||||||
|
|||||||
Reference in New Issue
Block a user