View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001422 | OpenFOAM | Bug | public | 2014-10-24 12:29 | 2022-05-19 08:47 |
Reporter | dhora | Assigned To | will | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | dev | ||||
Summary | 0001422: neighbour face search in cyclicAMI | ||||
Description | Problems can be observed if one patch of an (e.g. cylindrical) AMI interface is split by a baffle with zero thickness into two or more separate regions. The neighbour face search algorithm doesn't find all the neighbour faces and sum(weights) can deviate significantly from 1. | ||||
Tags | AMI | ||||
|
The neighbour search should re-start until all is covered. Do you have a (simple) testcase for this? |
|
|
|
You can run the case with pimpleDyMFoam. |
2015-03-10 12:52
|
|
|
We can replicate the problem. Attached the output from moveDynamicMesh -checkAMI at time 0.02408554. It is indeed the baffle which breaks the advancing front algorithm that finds the weights. Can you work around it while we think about this one? |
|
As a workaround: - make sure you don't have duplicated points on the baffle so the slave patch is continuous (you can see these duplicated points with checkMesh -allGeometry) - or put the static side faces in INT-SIDE-2, the rotating side faces in -1 again to do the same |
|
It's not an urgent issue. Nevertheless, thanks a lot for the workaround. |
|
This issue is resolved by the new Non-Conformal Coupled (NCC) development. NCC's advancing front algorithm remains correct even when the patch is split along a set of edges such as in this case. https://github.com/OpenFOAM/OpenFOAM-dev/commit/569fa31d09f98e29d1aaf84d40bb16043f104ec6 |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-10-24 12:29 | dhora | New Issue | |
2014-12-29 18:40 | wyldckat | Tag Attached: AMI | |
2015-03-05 09:11 |
|
Note Added: 0003957 | |
2015-03-05 15:22 | dhora | File Added: foam_ami.tar.gz | |
2015-03-05 15:23 | dhora | Note Added: 0003963 | |
2015-03-10 12:52 |
|
File Added: tgtWeights.png | |
2015-03-10 12:58 |
|
Note Added: 0004065 | |
2015-03-10 16:25 |
|
Note Added: 0004070 | |
2015-03-11 16:59 | dhora | Note Added: 0004087 | |
2015-03-24 00:17 | liuhuafei | Issue cloned: 0001620 | |
2022-05-19 08:47 | will | Assigned To | => will |
2022-05-19 08:47 | will | Status | new => resolved |
2022-05-19 08:47 | will | Resolution | open => fixed |
2022-05-19 08:47 | will | Fixed in Version | => dev |
2022-05-19 08:47 | will | Note Added: 0012595 |