|
[Sponsors] |
October 25, 2011, 11:57 |
HsEqn ReactingFoam Hypothesis?
|
#1 |
Member
|
Hi, I'm a little confuse with the assumptions under HsEqn implemented in reactingFoam, the energy equation in terms of the sensible enthalpy, can be written as:
My confusion is with two terms: 1. the term associated with the species diffusion: 2, the term associated with the energy dissipation by viscous effects: The implementation of this equation in reactingFoam is: Code:
fvm::ddt(rho, hs) + mvConvection->fvmDiv(phi, hs) - fvm::laplacian(turbulence->alphaEff(), hs) // - fvm::laplacian(turbulence->muEff(), hs) // unit lewis no. == DpDt + chemistrySh On the other hand it is clear that the species diffusion term was neglected, but reviewed bibliography I see that this term ussually is neglected if : a) if mixture contains only one specie b) if all species have the same sensible enthalpy. c) sometimes is set to zero because it is usually negligible compared with The first assumption in this case is not suitable, I'm confused with the second one, it is applicable in this case or simply is considered the third hypothesis? if someone could shed some light on this I'll be very grateful Thanks in advance Fg
__________________
Felipe G Last edited by lfgmarc; October 27, 2011 at 11:50. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Turbulence dampening due to magnetic field in LES and RAS | eelcovv | OpenFOAM | 0 | June 8, 2010 12:35 |
Natural convection - Inlet boundary condition | max91 | CFX | 1 | July 29, 2008 21:28 |
RSM shortcoming in onset of Turbulence | Hatef | Main CFD Forum | 0 | October 23, 2007 09:12 |
turbulence model and sol init_best practice | sam | Main CFD Forum | 0 | October 18, 2006 02:10 |
Question...Turbulence Intensity & Viscosity ratio | Jay | FLUENT | 1 | October 6, 2005 05:41 |