View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000639 | OpenFOAM | Bug | public | 2012-08-30 10:28 | 2015-02-05 10:11 |
Reporter | dhora | Assigned To | henry | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000639: Wall distance across non-matching AMI | ||||
Description | Wall distance across non-matching AMI is not correct. Not sure if it's a bug or just not supported. | ||||
Steps To Reproduce | Test case (5 MB) can be provided if requested. | ||||
Tags | AMI | ||||
|
|
|
It should work, there is no distinction between 1:1 matching and non-1:1 matching in AMI, they all are just using an interpolated value (based on the area overlap). What are your weights min and max and average? Can you set up a tiny case that demonstrates the problem? Mattijs |
|
The problem is that the functions to make the nearest wall point relative are not reciprocal so accumulate errors. I'll push a workaround 5ecafe8a5e035a55781a3b62a7870b585daaf0ed which for collocated AMI does not use these functions and will have a think about how to solve it in general. |
|
More accurate wall distance fields may be obtained using the Poisson or advectionDiffusion methods which will operate across AMIs in the same manner as solving for any FV field. |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-08-30 10:28 | dhora | New Issue | |
2012-08-30 10:28 | dhora | File Added: AMI_bug.pdf | |
2012-08-30 10:37 |
|
Note Added: 0001646 | |
2012-08-30 18:20 |
|
Note Added: 0001654 | |
2014-12-29 18:42 | wyldckat | Tag Attached: AMI | |
2015-02-05 10:11 | henry | Note Added: 0003688 | |
2015-02-05 10:11 | henry | Status | new => resolved |
2015-02-05 10:11 | henry | Resolution | open => fixed |
2015-02-05 10:11 | henry | Assigned To | => henry |