|
[Sponsors] |
May 30, 2015, 05:30 |
EEqn to TEqn
|
#1 |
New Member
JISHNU H
Join Date: Nov 2014
Location: Kerala, India
Posts: 20
Rep Power: 12 |
Hi all,
Does any one here know how to convert EEqn to Teqn. I have the following EEqn. Please tell me a way to convert it into TEqn. /********************************EEqn.H************ *****************************/ fvScalarMatrix EEqn ( fvm::ddt(H2) + fvm::div(phi2, H2) + fvm::laplacian(K2/(rho2*Cp2), H2) == DpDt/rho2 // + (mcond*Cp2*Tsat)/alpha2*rho2 + fvm::Sp(mEvap/(alpha2*rho2),H2) + Qw/(rho2*alpha2*z*0.5) ); EEqn.relax(); EEqn.solve(); ******************************/************************************************** |
|
June 4, 2015, 12:06 |
|
#2 |
Senior Member
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 848
Rep Power: 18 |
Hello JISHNU
Look at the buoyantPimpleFoam and buoyantBoussinesqPimpleFoam, the spirit with this two solves are how to do EEqn to TEqn. U can use their idea to make your own solver. Best,
__________________
My OpenFOAM algorithm website: http://dyfluid.com By far the largest Chinese CFD-based forum: http://www.cfd-china.com/category/6/openfoam We provide lots of clusters to Chinese customers, and we are considering to do business overseas: http://dyfluid.com/DMCmodel.html |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
melting problem: looking for appropriate solvers | som | OpenFOAM Running, Solving & CFD | 329 | September 6, 2024 13:43 |
Missing gravity in new Teqn in compressibleInterFoam, OpenFOAM v2.2.0 | dduque | OpenFOAM Running, Solving & CFD | 5 | June 21, 2015 00:37 |
EEqn in buoyantPimpleFoam Foam | P1361 | OpenFOAM Running, Solving & CFD | 0 | July 15, 2014 08:37 |
Replace H equation with Teqn in chtMultiregionFoam OF 2.3 | Moncef | OpenFOAM Running, Solving & CFD | 0 | May 22, 2014 21:37 |