View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001649 | OpenFOAM | Bug | public | 2015-04-07 09:04 | 2015-04-11 11:43 |
Reporter | gdtech | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Centos | OS Version | 6.6 |
Summary | 0001649: Unable to compute viewFactor with 2D model | ||||
Description | viewFactorGen is stuck with a 2D model. I dig a litlle bit in the code and here is small patch. I replaced line 30 in searchingEngine.H : if (!pp.coupled() && !isA<cyclicAMIPolyPatch>(pp)) by if (!pp.coupled() && !isA<cyclicAMIPolyPatch>(pp) && !isA<emptyPolyPatch>(pp)) and it solved the problem. | ||||
Steps To Reproduce | tar -xzvf cylinders.tgz ./Allrun | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-04-07 09:04 | gdtech | New Issue | |
2015-04-07 09:04 | gdtech | File Added: cylinders.tgz | |
2015-04-07 09:15 | henry | Note Added: 0004571 | |
2015-04-11 11:42 | henry | Note Added: 0004603 | |
2015-04-11 11:42 | henry | Status | new => resolved |
2015-04-11 11:42 | henry | Resolution | open => fixed |
2015-04-11 11:42 | henry | Assigned To | => henry |