mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add IOobject-based constructors for meshed surfaces (#1600)
- refactor logic from triSurfaceMesh for triSurface, MeshedSurface, UnsortedMeshedSurface. Makes it easier to locate and use surface files without the triSurfaceMesh (meshTools) infrastructure. STYLE: remove unused sampledTriSurfaceMesh constructors
This commit is contained in:
@ -2557,7 +2557,7 @@ Foam::distributedTriSurfaceMesh::distributedTriSurfaceMesh(const IOobject& io)
|
||||
|
||||
bounds().reduce();
|
||||
|
||||
const fileName actualFile(checkFile(io, true));
|
||||
const fileName actualFile(triSurfaceMesh::checkFile(io, true));
|
||||
|
||||
if
|
||||
(
|
||||
@ -2697,7 +2697,7 @@ Foam::distributedTriSurfaceMesh::distributedTriSurfaceMesh
|
||||
|
||||
bounds().reduce();
|
||||
|
||||
const fileName actualFile(checkFile(io, dict, true));
|
||||
const fileName actualFile(triSurfaceMesh::checkFile(io, dict, true));
|
||||
|
||||
if
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user