|
[Sponsors] |
how to add turbulent dispersion term in twoPhaseEulerFoam? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 21, 2015, 10:18 |
how to add turbulent dispersion term in twoPhaseEulerFoam?
|
#1 |
New Member
Yucheng Fu
Join Date: Apr 2015
Posts: 2
Rep Power: 0 |
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?
|
|
April 21, 2015, 18:06 |
|
#2 |
Member
Join Date: May 2014
Location: Germany
Posts: 32
Rep Power: 12 |
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; 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 |
|
April 28, 2015, 01:04 |
|
#3 | |
New Member
Yucheng Fu
Join Date: Apr 2015
Posts: 2
Rep Power: 0 |
Hi,hester
Thank you for your help, I think my question is solved according to your responding! Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Adding radiation source term in twoPhaseEulerFoam solver | tos | OpenFOAM Programming & Development | 0 | April 8, 2014 11:57 |
Add source term in alphaEqn.H of interFoam | tayo | OpenFOAM | 1 | October 23, 2013 04:40 |
twoPhaseEulerFoam & Source term | Aurelien Thinat | OpenFOAM Programming & Development | 0 | September 10, 2013 07:26 |
ATTENTION! Reliability problems in CFX 5.7 | Joseph | CFX | 14 | April 20, 2010 16:45 |
Add source term in species equation | zhou1 | FLUENT | 1 | October 21, 2003 07:28 |