View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000559 | OpenFOAM | Bug | public | 2012-06-17 15:54 | 2012-06-19 16:01 |
Reporter | Assigned To | henry | |||
Priority | high | Severity | major | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 10.04 |
Summary | 0000559: compressibleTwoPhaseEulerFoam is missing code for particle pressure in pEqn | ||||
Description | I have found that compressible version of twoPhaseEulerFoam has missing code, which accounts for particle pressure in solid momentum equation. Which is being accounted in pressure loop. if (g0.value() > 0.0) { phiDraga -= ppMagf*fvc::snGrad(alpha)*mesh.magSf(); } if (kineticTheory.on()) { phiDraga -= rUaAf*fvc::snGrad(kineticTheory.pa()/rhoa)*mesh.magSf(); } The above code is extracted from twoPhaseEulerFoam pEqn, which is missing in compressibleTwoPhaseEulerFoam. Thanks | ||||
Tags | No tags attached. | ||||