coupledPolyPatch:transform() -> transformType()

to facilitate the change to using the transformer class.
This commit is contained in:
Henry Weller
2020-01-01 16:01:19 +00:00
parent 02fc637645
commit 745c95849e
11 changed files with 61 additions and 57 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -776,7 +776,11 @@ int main(int argc, char *argv[])
const cyclicPolyPatch& cycpp =
refCast<const cyclicPolyPatch>(pp);
if (cycpp.transform() != cyclicPolyPatch::TRANSLATIONAL)
if
(
cycpp.transformType()
!= cyclicPolyPatch::TRANSLATIONAL
)
{
const cyclicPolyPatch& nbr = cycpp.neighbPatch();