View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001276 | OpenFOAM | Bug | public | 2014-04-28 09:19 | 2014-04-29 17:55 |
Reporter | Assigned To | henry | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0001276: The twoPhaseEulerFoam solver uses wrong heat conductivity in EEqns.H | ||||
Description | In the file EEqns.H of the twoPhaseEulerFoam solver the lines 26: - fvm::laplacian(alpha1*phase1.turbulence().nuEff(), he1) and line 49: - fvm::laplacian(alpha2*phase2.turbulence().nuEff(), he2) use the wrong thermal conductivity. It should be something like: - fvm::laplacian(alpha1*(thermo1.alpha()/rho1), he1) when turbulence effects are not included. An even better solution would be to implement an effective thermal conductivity based on the solid fraction that is commonly used for heat transfer in gas-solid systems. One example would be the the model by Zehner and Schluender (1970) | ||||
Tags | No tags attached. | ||||
|
This part of the templated turbulence framework is not complete and we seek further funding to complete it. We are also working on a fully energy conservative formulation to replace the current form which is generates conservatino errors in regions of high density gradient. |
|
Resolved by commit abcc7428ac7ba5964160110ef655142ba6ec2d25 |