mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: starcd mesh reader: convert cyclics
This commit is contained in:
@ -24,7 +24,7 @@ License
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "STARCDMeshReader.H"
|
||||
#include "cyclicPolyPatch.H"
|
||||
#include "oldCyclicPolyPatch.H"
|
||||
#include "emptyPolyPatch.H"
|
||||
#include "wallPolyPatch.H"
|
||||
#include "symmetryPolyPatch.H"
|
||||
@ -950,7 +950,7 @@ void Foam::meshReaders::STARCD::readBoundary(const fileName& inputName)
|
||||
{
|
||||
// incorrect. should be cyclicPatch but this
|
||||
// requires info on connected faces.
|
||||
patchTypes_[patchI] = cyclicPolyPatch::typeName;
|
||||
patchTypes_[patchI] = oldCyclicPolyPatch::typeName;
|
||||
patchPhysicalTypes_[patchI] = patchTypes_[patchI];
|
||||
}
|
||||
else if (origType == "baffle")
|
||||
|
||||
Reference in New Issue
Block a user