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/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::simplifiedFvMesh Foam::simplifiedDynamicFvMesh
Description Description
Functions to generate simplified finite volume meshes Functions to generate simplified finite volume meshes
SourceFiles SourceFiles
simplifiedFvMesh.C simplifiedDynamicFvMesh.C
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View File

@ -120,6 +120,12 @@ bool Foam::simplifiedMeshes::columnFvMeshInfo::setPatchEntries
<< fieldDict.objectPath() << fieldDict.objectPath()
<< endl; << 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 = const dictionary& boundaryFieldDict =
fieldDict.subDict("boundaryField"); fieldDict.subDict("boundaryField");