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

U&g expression in Energy Equation in OF3.0.0

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 30, 2015, 03:18
Default U&g expression in Energy Equation in OF3.0.0
  #1
New Member
 
Werner
Join Date: Apr 2014
Posts: 19
Rep Power: 11
Polli is on a distinguished road
Hello,
the energy equation in reactingTwoPhaseEulerFoam and other solvers in OpenFOAM 3.0.0 looks a litte bit different from the other versions.
Here the code for the EEqn in the reactingTwoPhaseEulerFoam:

if (E1Eqn.valid())
{
E1Eqn =
(
E1Eqn
==
*heatTransfer[phase1.name()]
+ alpha1*rho1*(U1&g)
+ fvOptions(alpha1, rho1, phase1.thermo().he())
);

E1Eqn->relax();
fvOptions.constrain(E1Eqn());
E1Eqn->solve();
}

The most is clear to me but what is the meaning of: U1&g

Do anybody know what the meaning of this expression is and where it is calculated?
Polli is offline   Reply With Quote

Old   November 30, 2015, 05:00
Default
  #2
Senior Member
 
Olivier
Join Date: Jun 2009
Location: France, grenoble
Posts: 272
Rep Power: 17
olivierG is on a distinguished road
hello,

See this https://github.com/OpenFOAM/OpenFOAM...f65f45d78495ed

regards,
olivier
olivierG is offline   Reply With Quote

Reply


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
Setting the height of the stream in the free channel kevinmccartin CFX 12 October 13, 2022 21:43
Pyrolisis energy equation yaqb OpenFOAM Programming & Development 0 May 22, 2014 17:25
Questions about the energy equation aestas Fluent UDF and Scheme Programming 5 April 6, 2014 11:28
problem on energy and flow equation solving separately preetam69 FLUENT 2 July 30, 2013 21:08
Why FVM for high-Re flows? Zhong Lei Main CFD Forum 23 May 14, 1999 13:22


All times are GMT -4. The time now is 18:13.