|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
Sahil
Join Date: Jan 2025
Posts: 3
Rep Power: 2 ![]() |
I am simulating a mixing tank with a 6-blade impeller using the sliding mesh approach in ANSYS Fluent 2023R2. I aim to compare the RANS (SST k−ω) method with the RANS-LES hybrid (SST k−ω with SBES + WALE) method. Specifically, I want to compare the energy dissipation rate (EDR) and turbulent kinetic energy (TKE) estimated using these approaches.
I am relatively new to LES and CFD, so any guidance would be greatly appreciated. I am happy to read more literature, but I should point out that I am on a tight timeline so may not be able to go very deep into it.So far, I’ve found the following resources very helpful:
Below are my questions divided into two main topics: Energy Dissipation Rate (EDR) and Turbulent Kinetic Energy (TKE). Energy Dissipation Rate (EDR) To calculate the energy dissipation rate, I used the following custom field function based on a response by CeesH (Link 1): Total Energy dissipation rate = [eff-viscosity][strain-rate-mag][strain-rate-mag] I have the following questions:
Turbulent Kinetic Energy (TKE) I intend to analyze the fraction of resolved TKE vs. total TKE using the following approach:
My questions are:I deeply appreciate the feedback and apologize if I’ve missed any forum rules. Thanks in advance for your guidance! |
|
![]() |
![]() |
![]() |
![]() |
#2 |
New Member
Sahil
Join Date: Jan 2025
Posts: 3
Rep Power: 2 ![]() |
Hi,
I hope this is sufficient time gap to give this post a minor boost. I am running a simulation in the meantime with different formulations to compare the values. Regarding the Sub-grid TKE formulations, I am testing the equations from (1) and (3), with minor changes in equation (1). I realized, after some dimensional analysis, that dividing LuckyTran's formulation by density gives the same units as Fluent's energy dissipation. Below is the formulation I am using. ![]() I will update this post as soon I have some results from the simulation. |
|
![]() |
![]() |
![]() |
![]() |
#3 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,810
Rep Power: 68 ![]() ![]() ![]() |
EDR
Note that you should be using the regular viscosity (the property) to get the resolved epsilon, not the effective viscosity. Notice also that strain-rate-mag has a mean and fluctuating part. That's the other hint that you should be using the same viscosity. 2. It's the same two formulas but you need to use the right one at the right time. If there is turbulent viscosity involved, then you have a modeled quantity. Dissipation is just the viscous conversion of flow-work into heat and can be calculated if you have the velocity field. With RANS you have the mean strain but not fluctuating strain. With LES you have mean strain and resolved part of the strain (so you can directly calculate the resolved part without any turbulent viscosity). You only need the turbulent viscosity to calculate the subgrid scale dissipation. 3. up to you TKE Not necessarily a typo. It depends whether k is from a compressible or incompressible solver. That is, in your solver, does k have units of kinetic energy or does it have units of m^2/s^2 Note that your own custom field function does not have a density in it and does not have units of kinetic energy. The random 0.3 is the C_mu, a model constant and is used to calculate the turblent viscosity. Some people absorb the model constant into the turbulent viscosity, some people don't and put it in the length scale. It may be correct or incorrect, you have no way of knowing unless you write down the entire formula for how the turbulent viscosity is calculated and how the transport equation for k is formulated. You cannot quote formulas out of context. |
|
![]() |
![]() |
![]() |
![]() |
#4 |
New Member
Sahil
Join Date: Jan 2025
Posts: 3
Rep Power: 2 ![]() |
Hi LuckyTran,
Thank you so much for your reply, it helps a lot. After pondering over it for the last two days and reading a bit further, below are the formulations that I have decided to use going forward. For EDR (in m2/s3), 1. SBES Total EDR = ([effective-viscosity][strain-rate-mag-instantaneous][strain-rate-mag-instantaneous])/[density] EDR_Resolved = ([molecular-viscosity][strain-rate-mag-instantaneous][strain-rate-mag-instantaneous])/[density] EDR_Sgs = ![]() 2. RANS Total EDR = ([effective-viscosity][strain-rate-mag-instantaneous][strain-rate-mag-instantaneous])/[density] i. Should this be turbulent or effective, I think it should be effective viscosity here as well, as the total would be a combination of molecular and tuburlent viscosity. Please correct me if I am wrong here. ii. I tested using both the turbulent and effective viscosity in the above formula and comparing with what Fluent gives under Turbulent dissipation rate. While Fluent gives 0.0679 m2/s3, using u_turb and u_eff give 0.0637 and 0.072 respectively. What do you think could be the cause behind this difference? For TKE (in m2/s2), k_resolved = 0.5*((Vx - mean-x-velocity)^2 +(Vy - mean-y-velocity)^2 + (Vz - mean-z-velocity)^2) k_SGS = ![]() I just want to ensure that I have understood your explanations correctly. Thank you again for your time. Edits in purple Last edited by sp_0y; February 21, 2025 at 19:20. |
|
![]() |
![]() |
![]() |
Tags |
edr, sbes, tdr, tke |
Thread Tools | Search this Thread |
Display Modes | |
|
|