| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000217 | OpenFOAM | [All Projects] 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 |
| Product Version | 1.7.x | |
| Target Version | | Fixed in Version | | |
|
| 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. |
|
| Attached Files | SchaefferFrictionalStress.C.patch [^] (303 bytes) 2011-06-13 20:32 [Show Content] [Hide Content]*** 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;
}
|
|