STYLE: Minor updates to simplifiedFvMesh code

This commit is contained in:
Andrew Heather
2018-06-21 08:31:02 +01:00
parent cbb1ff8680
commit dd9823def5
2 changed files with 8 additions and 2 deletions

View File

@ -22,13 +22,13 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::simplifiedFvMesh
Foam::simplifiedDynamicFvMesh
Description
Functions to generate simplified finite volume meshes
SourceFiles
simplifiedFvMesh.C
simplifiedDynamicFvMesh.C
\*---------------------------------------------------------------------------*/

View File

@ -120,6 +120,12 @@ bool Foam::simplifiedMeshes::columnFvMeshInfo::setPatchEntries
<< fieldDict.objectPath()
<< endl;
WarningInFunction
<< "All boundaries will be approximated using wall-type patches. "
<< "This may cause your final case to run differntly. "
<< "Create you mesh first for improved performance"
<< endl;
const dictionary& boundaryFieldDict =
fieldDict.subDict("boundaryField");