CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

EEqn to TEqn

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   May 30, 2015, 04:30
Default EEqn to TEqn
  #1
New Member
 
JISHNU H
Join Date: Nov 2014
Location: Kerala, India
Posts: 20
Rep Power: 11
jishnuhari25 is on a distinguished road
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();
******************************/**************************************************
jishnuhari25 is offline   Reply With Quote

 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
melting problem: looking for appropriate solvers som OpenFOAM Running, Solving & CFD 328 July 20, 2022 08:47
Missing gravity in new Teqn in compressibleInterFoam, OpenFOAM v2.2.0 dduque OpenFOAM Running, Solving & CFD 5 June 20, 2015 23:37
EEqn in buoyantPimpleFoam Foam P1361 OpenFOAM Running, Solving & CFD 0 July 15, 2014 07:37
Replace H equation with Teqn in chtMultiregionFoam OF 2.3 Moncef OpenFOAM Running, Solving & CFD 0 May 22, 2014 20:37


All times are GMT -4. The time now is 04:17.