|
[Sponsors] |
February 23, 2023, 11:20 |
turbulent energy dissipation rate
|
#1 |
New Member
Join Date: Oct 2022
Posts: 5
Rep Power: 4 |
Hello,
i have a hopefully simple question for using UDF. I try to implement a new coalescence kernel for PBM. This contains the turbulent energy dissipation rate epsilon. I am using: eps = C_D(cell, tm); turbulence model is RNG k-epsilon. I get a SIGSEGV The fl process could not be started. I know its about epsilon because error does not occur when using eps = const. what do i have to consider? Do i have to save epsilon? Thank you. |
|
February 24, 2023, 06:05 |
|
#2 |
New Member
Join Date: Oct 2022
Posts: 5
Rep Power: 4 |
Update:
As i told I am using RNG k-epsilon model, where epsilon should be saved. What i did not considered is the "dispersed" option, which is only calculating epsilon for primary liquid phase. So I changed my code in Aggregation kernel into: epsi = C_D(cell, tp) with: */ Thread *tp as primary liquid phase */ Additional information: Theory Guide uses epsilon(liquid phase) for prince&blanch aggregation kernel for bubbles as well. No error occurs! Does anyone know if this approach is valid? thanks |
|
Tags |
energy dissipation, rng k-epsilon, sigsegv |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How is turbulent kinetic energy and dissipation rate calculated? | Manideep304 | Main CFD Forum | 3 | June 29, 2020 03:31 |
Turbulence kinetic energy and dissipation rate - problem with computation | Kozan | Main CFD Forum | 0 | March 6, 2015 05:04 |
how to define the turbulent kinetic energy and turbulent dissipation rate? | fanke | FLOW-3D | 4 | March 26, 2013 21:40 |
turbulent kinetic energy and turbulent dissipation rate | D_L | Main CFD Forum | 5 | July 17, 2010 03:35 |
ATTENTION! Reliability problems in CFX 5.7 | Joseph | CFX | 14 | April 20, 2010 16:45 |