View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000861 | OpenFOAM | Bug | public | 2013-05-21 10:23 | 2013-05-21 11:54 |
Reporter | Assigned To | henry | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | OpenSuse | OS Version | 11.3 |
Summary | 0000861: faceMDLimited error | ||||
Description | The owner side limiter in faceMDLimitedGrads.C uses the neighbour instead of the owner cell value to calculate the cell-face delta. To correct, change file faceMDLimitedGrads.C, Line 209: Cf[facei] - C[nei] to Cf[facei] - C[own] | ||||
Steps To Reproduce | Any use of faceMDLimited will result in 100% limiting. | ||||
Tags | No tags attached. | ||||
|
Line 209 in faceMDLimitedGrads.C of OpenFOAM-2.2.x: const volVectorField& C = mesh.C(); Which version of OpenFOAM are you using? |
|
Wrong line number reported in kdiff Actual line number is 238 2.2.x pulled on 18/03 |
|
Resolved by commit 29ce554b9686ada6b8de98e50b46ef741f6a6971 |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-05-21 10:23 |
|
New Issue | |
2013-05-21 11:32 | henry | Note Added: 0002226 | |
2013-05-21 11:41 |
|
Note Added: 0002227 | |
2013-05-21 11:54 | henry | Note Added: 0002228 | |
2013-05-21 11:54 | henry | Status | new => resolved |
2013-05-21 11:54 | henry | Resolution | open => fixed |
2013-05-21 11:54 | henry | Assigned To | => henry |