|
[Sponsors] |
Source Term calculation for multiphase reactive flows [CoalChemistryFoam] |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 9, 2010, 14:37 |
Source Term calculation for multiphase reactive flows [CoalChemistryFoam]
|
#1 |
Member
N. A.
Join Date: May 2010
Posts: 64
Rep Power: 16 |
Hello Foam Users,
So I am starting to understand how and where the source terms for coal particle combustion is calculated. I found out that in the solver coalChemistryFoam the UEqn.H and hEqn.H is as follows: UEqn.H fvVectorMatrix UEqn ( fvm::ddt(rho, U) + fvm::div(phi, U) + turbulence->divDevRhoReff(U) == rho.dimensionedInternalField()*g + coalParcels.SU() + limestoneParcels.SU() ); UEqn.relax(); if (momentumPredictor) { solve(UEqn == -fvc::grad(p)); hEqn.H fvScalarMatrix hEqn ( fvm::ddt(rho, h) + mvConvection->fvmDiv(phi, h) - fvm::laplacian(turbulence->alphaEff(), h) == DpDt + coalParcels.Sh() + limestoneParcels.Sh() + enthalpySource.Su() + radiation->Sh(thermo) ); hEqn.relax(); hEqn.solve(); thermo.correct(); radiation->correct(); I understand that the source terms from particle momentum is given to CFD cell as coalParcels.SU() and from particle energy equation is given to CFD cell as coalParcels.Sh(). My question is: 1. Where are these source terms calculated. 2. has any one tried to dsitribute these source terms over surrounding cells/nodes Thanks, Nir |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
momentum source term | zwdi | FLUENT | 14 | June 27, 2017 16:40 |
UDF source term | Rajani Kanth.B | Fluent UDF and Scheme Programming | 4 | May 1, 2013 10:31 |
[Gmsh] Compiling gmshFoam with OpenFOAM-1.5 | BlGene | OpenFOAM Meshing & Mesh Conversion | 10 | August 6, 2009 05:26 |
Problem with source term in the calculation domain | galaad | OpenFOAM Running, Solving & CFD | 0 | November 28, 2005 10:43 |
UDF Source Term Units? | Brian | FLUENT | 1 | October 24, 2005 10:15 |