cylinderAnnulusToFace, cylinderToFace: Corrected setType

Resolves bug-report https://bugs.openfoam.org/view.php?id=3453
This commit is contained in:
Henry Weller
2020-02-14 17:06:22 +00:00
parent 2d3b02c130
commit 4deaba90f7
2 changed files with 4 additions and 4 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) 2017-2019 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2017-2020 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -115,7 +115,7 @@ public:
virtual sourceType setType() const
{
return CELLSETSOURCE;
return FACESETSOURCE;
}
virtual void applyToSet

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2017-2019 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2017-2020 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -111,7 +111,7 @@ public:
virtual sourceType setType() const
{
return CELLSETSOURCE;
return FACESETSOURCE;
}
virtual void applyToSet