29template<
class ZoneMeshType>
30void Foam::simplifiedMeshes::columnFvMeshInfo::initialiseZone
32 const word& zoneTypeName,
33 const fileName& instance,
34 ZoneMeshType& zoneType
43 zoneTypeName +
"Zones",
55 ZoneMeshType::disallowGenericZones = 1;
56 for (
const word&
name : zoneNames)
61 ZoneMeshType::disallowGenericZones = 0;
@ NO_REGISTER
Do not request registration (bool: false).
@ READ_IF_PRESENT
Reading is optional [identical to LAZY_READ].
@ NO_WRITE
Ignore writing from objectRegistry::writeObject().
static word meshSubDir
Return the mesh sub-directory name (usually "polyMesh").
List< word > wordList
List of word.