|
[Sponsors] |
Implementing a new turbulent diffusion coefficient |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 1, 2020, 16:58 |
Implementing a new turbulent diffusion coefficient
|
#1 |
New Member
Mohammadmehdi
Join Date: Feb 2019
Posts: 5
Rep Power: 7 |
Dear Foamers,
The buoyantBousinessqPimpleFoam solver uses the following equation for turbulent diffusion coefficient based on Standard Gradient Diffusion Hypothesis (SGDH): I'm going to modify this equation based on Generalized Gradient Diffusion Hypothesis (GGDH) as follows: The problem is that I don't know how i can access to . I tried Code:
turbulence->R() |
|
August 3, 2020, 16:40 |
|
#2 |
Senior Member
Michael Alletto
Join Date: Jun 2018
Location: Bremen
Posts: 616
Rep Power: 16 |
If you want the first component of the symmetric tensor R you can try
Code:
turbulence->R().xx() |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Find the coefficient of diffusion in TPMS | sohoem | ANSYS | 0 | April 10, 2020 06:42 |
how to get diffusion coefficient of species in fluent? | lilistar-8216 | FLUENT | 0 | December 12, 2019 23:40 |
how to obtain mass diffusion coefficient with UDF? | Weiqiang Liu | FLUENT | 0 | May 28, 2019 13:32 |
How to define turbulent diffusion coeff. for UDS | John | FLUENT | 4 | October 16, 2015 13:38 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |