mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
named regIOobject for dictionary
This commit is contained in:
@ -1333,7 +1333,20 @@ Foam::distributedTriSurfaceMesh::distributedTriSurfaceMesh
|
|||||||
)
|
)
|
||||||
:
|
:
|
||||||
triSurfaceMesh(io, s),
|
triSurfaceMesh(io, s),
|
||||||
dict_(io, dict)
|
dict_
|
||||||
|
(
|
||||||
|
IOobject
|
||||||
|
(
|
||||||
|
searchableSurface::name() + "Dict",
|
||||||
|
searchableSurface::instance(),
|
||||||
|
searchableSurface::local(),
|
||||||
|
searchableSurface::db(),
|
||||||
|
searchableSurface::NO_READ,
|
||||||
|
searchableSurface::writeOpt(),
|
||||||
|
searchableSurface::registerObject()
|
||||||
|
),
|
||||||
|
dict
|
||||||
|
)
|
||||||
{
|
{
|
||||||
read();
|
read();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user