View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000596 | OpenFOAM | Bug | public | 2012-07-24 15:48 | 2012-07-25 12:05 |
Reporter | davidh | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Platform | All | OS | Other | OS Version | (please specify) |
Summary | 0000596: compressibleTwoPhaseEulerFoam - KTGF pressure gradient is not included in the cell center velocity update | ||||
Description | In pEqn.H, compressibleTwoPhaseEulerFoam is missing a "ppDrag" term which is the pressure gradient from KTGF. The recent bug fix did add the term to the flux update. compressibleTwoPhaseEulerFoam has: U1 = HbyA1 + fvc::reconstruct ( rAlphaAU1f *( (g & mesh.Sf()) + mSfGradp/fvc::interpolate(rho1) ) ); the analogous code in twoPhaseEulerFoam: U1 = HbyA1 + fvc::reconstruct ( ppDrag + rAU1f*((g & mesh.Sf()) - SfGradp/rho1) ); | ||||
Tags | No tags attached. | ||||