|
[Sponsors] |
May 22, 2014, 18:25 |
Pyrolisis energy equation
|
#1 |
New Member
Jacopo
Join Date: Mar 2013
Location: Italy
Posts: 18
Rep Power: 13 |
Hello All!
I have a rather simple (for experienced users) question regarding the pyrolysis (reactingOneDim model) energy equation. The energy equation which is calculating T in pyrolysis zone takes the form: fvm::ddt(rhoCp, T_) - fvm::laplacian(K_, T_) == chemistrySh_ + fvc::div(phiQr) + fvc::div(phiGas) I understand that the on the left-hand said of the equation we have the enthalpy(advection) [fvm::ddt(rhoCp, T_)] + convection [fvm::laplacian(K_, T_)]. This part is rather simple. On the right hand side we however have : 1.fvc::div(phiQr) which I assume to be a radiation part but If I try to follow the phiQr in a code I only find const surfaceScalarField phiQr(fvc::interpolate(Qr_)*nMagSf()); which tells me nothing - I would rather expect something in a form of Stefan-Boltzman law with T^4... Where can I find it? 2.chemistrySh_ - tells me nothing - tracing in in code give me the "dead end" at chemistrySh_ = solidChemistry_->Sh()(); how does it work? What is the physical sense? 3.fvc::div(phiGas) - also I dont understand this - we have the divergence of something which I cannot trace down in a code - it also looks like something connected with the advection but I might be wrong - and certainly two advective parts have no sense to me.On the top of this I have considered the energy equation in pyrolysis process as an non-linear task. Since the temperature at the pyrolysis zone is dependent on a amount of heat radiated out, which in turn is dependent on temperature at the pyrolysis zone. Here we come to the iterative cycle which I cannot find in the code. I would be grateful If you can give me any help in understanding the model. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
energy equation in rhoCentralFoam | nakul | OpenFOAM | 0 | October 10, 2010 16:07 |
Pohlhausen energy equation MATLAB help | abe_cooldude | Main CFD Forum | 2 | May 3, 2010 17:58 |
SIMPLE and energy equation convergence | Fabio | Main CFD Forum | 0 | June 1, 2007 07:06 |
How to discretize of energy equation ?? | Asghari | FLUENT | 0 | October 12, 2006 09:09 |
energy equation formulation | Pedro | Phoenics | 1 | July 5, 2001 13:17 |