|
[Sponsors] |
August 14, 2013, 02:12 |
A question about UEqn.H in smallpoolfire2D
|
#1 |
Member
赵庆良
Join Date: Aug 2013
Posts: 56
Rep Power: 13 |
Hi Foamers:
According to the following codes in UEqn.H: fvVectorMatrix UEqn ( fvm::ddt(rho, U) + fvm::div(phi, U) + turbulence->divDevRhoReff(U) == parcels.SU(U) ); UEqn.relax(); if (pimple.momentumPredictor()) { solve ( UEqn == fvc::reconstruct ( ( - ghf*fvc::snGrad(rho) - fvc::snGrad(p_rgh) )*mesh.magSf() ) ); } The momentum equation that the smallpoolFire2D sloves is fvm::ddt(rho, U)+ fvm::div(phi, U)+ turbulence->divDevRhoReff(U) ==parcels.SU(U)+fvc::reconstruct((- ghf*fvc::snGrad(rho)- fvc::snGrad(p_rgh))*mesh.magSf()). I understand all term in the equation except the term of "parcels.SU(U)". In many example in OF,there is no term of "parcels.SU(U)" in UEqn.H.How can understand the term?Is there any theory about the term? please some foamers know tell me.I really need help! Thank you! |
|
August 14, 2013, 15:33 |
|
#2 |
Senior Member
Matvey Kraposhin
Join Date: Mar 2009
Location: Moscow, Russian Federation
Posts: 355
Rep Power: 21 |
I'm not an expert in the fire simulation, but from the source which you provided (fireFoam) i understand that term parcels.SU(U) is an explicit contribution to the moment conservation of the fluid from parcels.
This parcels (i guess!!!) are moving in the main fluid and term parcels.SU(U) used to include their drag and other forces. To obtain more information, you have to make a more deep look at the fireFoam solver source code |
|
August 15, 2013, 23:16 |
|
#3 |
Member
赵庆良
Join Date: Aug 2013
Posts: 56
Rep Power: 13 |
Thank you for your reply,now I make a more deep look at the fireFoam solver first!
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
A question about UEqn.H (interPhaseChangeFoam) | Zheng.Zhi | OpenFOAM | 3 | April 8, 2013 08:34 |
small question about the functionalities of topological changes in OpenFoam | ngj | OpenFOAM Running, Solving & CFD | 2 | February 28, 2013 11:02 |
Question Re Engineering Data Source | imnull | ANSYS | 0 | March 5, 2012 14:51 |
internal field question - PitzDaily Case | atareen64 | OpenFOAM Running, Solving & CFD | 2 | January 26, 2011 16:26 |
Poisson Solver question | Suresh | Main CFD Forum | 3 | August 12, 2005 05:37 |