createBaffles: Corrected warning about internalFacesOnly setting
This commit is contained in:
parent
538044ac05
commit
61d4e1a8ec
1 changed files with 5 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
|
|
@ -390,9 +390,10 @@ void createFaces
|
|||
<< " to convert to baffle patch "
|
||||
<< pbm[newPatchi].name()
|
||||
<< endl
|
||||
<< " Run with -internalFacesOnly option"
|
||||
<< " if you don't wish to convert"
|
||||
<< " boundary faces." << endl;
|
||||
<< " Set internalFacesOnly to true in the"
|
||||
<< " createBaffles control dictionary if you"
|
||||
<< " don't wish to convert boundary faces."
|
||||
<< endl;
|
||||
}
|
||||
|
||||
modifyOrAddFace
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue