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

how to add turbulent dispersion term in twoPhaseEulerFoam?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 21, 2015, 09:18
Default how to add turbulent dispersion term in twoPhaseEulerFoam?
  #1
New Member
 
Yucheng Fu
Join Date: Apr 2015
Posts: 2
Rep Power: 0
Yucheng Fu is on a distinguished road
In the twoPhaseEulerFoam/constant/phaseProperties file, there is a term called turbulent dispersion term. But it's left blank in tutorials. Which kind of format should I follow if I want to add that term in the problem?
Yucheng Fu is offline   Reply With Quote

Old   April 21, 2015, 17:06
Default
  #2
Member
 
Join Date: May 2014
Location: Germany
Posts: 31
Rep Power: 11
hester is on a distinguished road
Hello,

if you want to use the turbulent dispersion force, you have to define the coefficient Ctd. There are different models defined under twoPhaseEulerFoam/interfacialModels/turbulentDispersionModels/.
A constant coefficient is defined by
Code:
        type            constantCoefficient;
        Ctd             0.1;
There is also a model after Gosman, which I'm not familiar with. It needs a definition of sigma.

If you are unsure what variables need to be defined or how a term is implemented have a look at the source code. In the header-file is often also a reference paper for further reading given.

Regards,
hester
hester is offline   Reply With Quote

Old   April 28, 2015, 00:04
Default
  #3
New Member
 
Yucheng Fu
Join Date: Apr 2015
Posts: 2
Rep Power: 0
Yucheng Fu is on a distinguished road
Hi,hester
Thank you for your help, I think my question is solved
according to your responding!
Quote:
Originally Posted by hester View Post
Hello,

if you want to use the turbulent dispersion force, you have to define the coefficient Ctd. There are different models defined under twoPhaseEulerFoam/interfacialModels/turbulentDispersionModels/.
A constant coefficient is defined by
Code:
        type            constantCoefficient;
        Ctd             0.1;
There is also a model after Gosman, which I'm not familiar with. It needs a definition of sigma.

If you are unsure what variables need to be defined or how a term is implemented have a look at the source code. In the header-file is often also a reference paper for further reading given.

Regards,
hester
Yucheng Fu 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
Adding radiation source term in twoPhaseEulerFoam solver tos OpenFOAM Programming & Development 0 April 8, 2014 10:57
Add source term in alphaEqn.H of interFoam tayo OpenFOAM 1 October 23, 2013 03:40
twoPhaseEulerFoam & Source term Aurelien Thinat OpenFOAM Programming & Development 0 September 10, 2013 06:26
ATTENTION! Reliability problems in CFX 5.7 Joseph CFX 14 April 20, 2010 15:45
Add source term in species equation zhou1 FLUENT 1 October 21, 2003 06:28


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