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/>.
|
||||
|
||||
Class
|
||||
Foam::simplifiedFvMesh
|
||||
Foam::simplifiedDynamicFvMesh
|
||||
|
||||
Description
|
||||
Functions to generate simplified finite volume meshes
|
||||
|
||||
SourceFiles
|
||||
simplifiedFvMesh.C
|
||||
simplifiedDynamicFvMesh.C
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user