mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: blockMesh: avoid 'empty' for initial mesh. Fixes #2125.
This commit is contained in:
@ -34,8 +34,15 @@ blocks
|
||||
edges
|
||||
();
|
||||
|
||||
patches
|
||||
();
|
||||
|
||||
// Synthesise 'defaultFaces' as type patch instead of 'empty' to avoid
|
||||
// warnings from decomposePar with hierarchical
|
||||
boundary
|
||||
(
|
||||
defaultFaces
|
||||
{
|
||||
type patch;
|
||||
faces ();
|
||||
}
|
||||
);
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user