|
[Sponsors] |
August 13, 2013, 23:55 |
The 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! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
why UEqn.H of buoyantSimpleFoam has no gravity term? | alundilong | OpenFOAM Programming & Development | 6 | October 22, 2013 14:35 |
the error of createPatchDict in smallpoolfire2D | zqlhzx | OpenFOAM Running, Solving & CFD | 2 | August 11, 2013 10:12 |
A question about UEqn.H (interPhaseChangeFoam) | Zheng.Zhi | OpenFOAM | 3 | April 8, 2013 08:34 |
Laplacian term missing in simpleFoam - UEqn.H | Balakrshnan Ramakrishnan | OpenFOAM | 2 | April 5, 2011 11:58 |
UEqn.A() and UEqn.H() | l_r_mcglashan | OpenFOAM Programming & Development | 0 | May 25, 2010 05:31 |