FaceCellWave: travel through coupled ACMI. See #3139
Merge request reports
Activity
assigned to @andy
added 8 commits
- 3b187a8d - ENH: add const_cast variants for isA<> and refCast<>
- 1acba1e8 - ENH: reduce reliance on stringListOps functions
- c33bf3f0 - REGRESSION: distributedTriSurfaceMesh:::findLocalInstance failure (#3135 (closed))
- 4053c9a0 - ENH: add separate handling for clearing mesh phi
- 01ded97c - ENH: add MeshObject Release() static method
- 38cd3091 - ENH: use typedef for MeshObject within derived classes
- 9be501f2 - ENH: prefer objectRegistry sorted to lookupClass
- 04d75540 - BUG: FaceCellWave: only travel through coupled. See #3139 (closed)
Toggle commit listadded 1 commit
- 23dbaf2c - ENH: FaceCellWave: abstract out scaling logic. See #3139 (closed)
added 70 commits
-
23dbaf2c...30d2e2d3 - 66 commits from branch
develop
- 2ec46c00 - BUG: FaceCellWave: only travel through coupled. See #3139 (closed)
- 76dcce09 - BUG: FaceCellWave: only travel through coupled. See #3139 (closed)
- 2efadc3f - ENH: FaceCellWave: abstract out scaling logic. See #3139 (closed)
- 31a64e3b - STYLE: algorithms: remove unused code
Toggle commit list-
23dbaf2c...30d2e2d3 - 66 commits from branch
changed title from Draft: FaceCellWave: only travel through coupled. See #3139 (closed) to FaceCellWave: travel through coupled ACMI. See #3139 (closed)
The logic is that if the face-area is > 0.5 of the geometric area the face is of that type. So for duplicate faces (as in cyclicACMI) the face switches from fully wall to fully coupled at area-fraction 0.5. Tested for both
meshWave
andmeshWaveAddressing
.Tested on
tutorials/incompressible/pimpleFoam/RAS/oscillatingInletACMI2D
mentioned in commit 60ffaba7
mentioned in issue #3139 (closed)
Please register or sign in to reply