|
[Sponsors] |
Definition of strain rate for axisymmetric case in ANSYS Fluent |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 26, 2021, 18:07 |
Definition of strain rate for axisymmetric case in ANSYS Fluent
|
#1 |
New Member
Jnandeep
Join Date: Aug 2021
Posts: 2
Rep Power: 0 |
The strain rate magnitude(STRAIN_RATE-MAG(c,t)) is defined in header files as:
sqrt(ND_SUM(ND_DOT(C_DUDX(c,t), C_DUDY(c,t), C_DUDZ(c,t),(C_DUDX(c,t) + C_DUDX(c,t)),(C_DUDY(c,t) + C_DVDX(c,t)),(C_DUDZ(c,t) + C_DWDX(c,t))),ND_DOT(C_DVDX(c,t), C_DVDY(c,t), C_DVDZ(c,t),(C_DVDX(c,t) + C_DUDY(c,t)),(C_DVDY(c,t) + C_DVDY(c,t)),(C_DVDZ(c,t) + C_DWDY(c,t))),ND_DOT(C_DWDX(c,t), C_DWDY(c,t), C_DWDZ(c,t), (C_DWDX(c,t) + C_DUDZ(c,t)),(C_DWDY(c,t) + C_DVDZ(c,t)),(C_DWDZ(c,t) + C_DWDZ(c,t)))) + (rp_axi ? (2.*SQR(C_V(c,t)/C_AVE_Y(c,t)) + (sg_swirl ? (SQR(C_AVE_Y(c,t))*NV_MAG2( C_STORAGE_R_NV(c,t,SV_OMEGA_G))): 0.)): 0.)) I understand the first part of the definition which is basically the second invariant of the strain rate tensor. But for axisymmetric case part(rp_axi part) I don't get how those terms appear. Can anyone explain/refer to any theory <span class="highlighter highlight-on">resource</span> to learn how those terms appear for axisymmetric case? Also, I can't find definition of the terms too in the manual. |
|
August 27, 2021, 01:11 |
|
#2 |
Senior Member
Lorenzo Galieti
Join Date: Mar 2018
Posts: 375
Rep Power: 12 |
Hi, this blue component contains the term due to the swirl. It is zero if there’s no flow rotation around the axis, but i think in fluent you can run “axi-symmetric” simulations also including swirl velocity
|
|
August 27, 2021, 04:00 |
|
#3 |
New Member
Jnandeep
Join Date: Aug 2021
Posts: 2
Rep Power: 0 |
Hello. Thanks for your reply. Actually, I am writing a UDF for viscosity that is based on the third invariant of the strain rate tensor. So, for a 2D axisymmetric case, I am stuck on what those swirl terms will be for the third invariant. Can you help me with this?
|
|
Tags |
axisymmetric, strain rate, strain rate tensor, strainrate(), udf code |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Epyc 7551 vs 6850K; Ansys Mechanical Bench | Duke711 | Hardware | 24 | March 26, 2020 11:16 |
Can you help me with a problem in ansys static structural solver? | sourabh.porwal | Structural Mechanics | 0 | March 27, 2016 18:07 |
Running UDF with Supercomputer | roi247 | FLUENT | 4 | October 15, 2015 14:41 |
special case in ansys fluent | eytworld | ANSYS | 0 | March 31, 2013 04:06 |
Free surface boudary conditions with SOLA-VOF | Fan | Main CFD Forum | 10 | September 9, 2006 13:24 |