mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Minor updates to simplifiedFvMesh code
This commit is contained in:
@ -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
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
@ -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");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user