View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000217 | OpenFOAM | Bug | public | 2011-06-13 20:32 | 2011-06-13 22:39 |
Reporter | albertop | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | OpenSuse | OS Version | 11.3 |
Summary | 0000217: Missing correctBoundaryCondition in twoPhaseEulerFoam / Schaeffer's frictional model | ||||
Description | The Schaeffer frictional viscosity model is missing a call to correctBoundaryConditions() on the muff field so that such field is updated properly on processor patches. | ||||
Additional Information | A patch is attached. | ||||
Tags | No tags attached. | ||||
|
SchaefferFrictionalStress.C.patch (303 bytes)
*** SchaefferFrictionalStress.C 2011-03-21 21:09:11.728756001 -0500 --- SchaefferFrictionalStressNEW.C 2011-06-11 12:33:02.229542848 -0500 *************** *** 139,144 **** --- 139,146 ---- ); } } + + muff.correctBoundaryConditions(); return tmuf; } |
|
Thanks for the bug-report and patch. Resolved by commit d1e8e84c0cf7ce42daae58fa65355909ae182794 |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-06-13 20:32 | albertop | New Issue | |
2011-06-13 20:32 | albertop | File Added: SchaefferFrictionalStress.C.patch | |
2011-06-13 22:39 | henry | Note Added: 0000441 | |
2011-06-13 22:39 | henry | Status | new => resolved |
2011-06-13 22:39 | henry | Resolution | open => fixed |
2011-06-13 22:39 | henry | Assigned To | => henry |