Good morning!
We are trying to modify k-epsilon model in Telemac-3D. By tracing the variable ITURBV, we have identified following subroutines of k-epsilon model:
1. CSTKEP --- Set turbulence constants
2. KEPINI --- Initialize k and epsilon
3. VISCKE --- Compute viscosity
4. KEPICL --- Initialize the boundary conditions for k-epsilon model
5. KEPCL3 --- Compute KBOR, EBOR and AUBOR for the k-epsilon model
6. SOUKEP --- Prepare source terms in the diffusion equation of k and epsilon
In order to do the modification, eddy viscosity, shear production P and the turbulent time scale have to be changed. I found the eddy viscosity in VISCKE, shear production P in SOUKEP, but I couldn't find places to modify other terms like epsilon and turbulence time scale. I guess they have been integrated into the advection-diffusion step. Where can I find them? Thanks!
Best regards,
Qilong