View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000108 | OpenFOAM | Bug | public | 2010-12-15 09:48 | 2010-12-15 12:41 |
Reporter | Juho | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Summary | 0000108: rhoPimpleFoam: hEqn relaxation on the final outer correction loop | ||||
Description | Shouldn't the hEqn relaxation factor be set to 1 on the final outer correction loop to ensure time accuracy with limited number of outer correction loops? The same way it is done for the UEqn. hEqn.H: if (oCorr == nOuterCorr-1) { hEqn.relax(); hEqn.solve(mesh.solver("hFinal")); } else { hEqn.relax(); hEqn.solve(); } UEqn.H: if (oCorr == nOuterCorr-1) { UEqn().relax(1); } else { UEqn().relax(); } | ||||
Tags | No tags attached. | ||||