mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Additional output when face is non-single
This commit is contained in:
@ -211,7 +211,8 @@ void Foam::singleCellFvMesh::agglomerateMesh
|
|||||||
"singleCellFvMesh::agglomerateMesh(..)"
|
"singleCellFvMesh::agglomerateMesh(..)"
|
||||||
) << "agglomeration does not create a"
|
) << "agglomeration does not create a"
|
||||||
<< " single, non-manifold"
|
<< " single, non-manifold"
|
||||||
<< " face for agglomeration " << coarseI
|
<< " face for agglomeration " << myAgglom
|
||||||
|
<< " on patch " << patchI
|
||||||
<< exit(FatalError);
|
<< exit(FatalError);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user