|
[Sponsors] |
How to get shear stress all over the flow domain |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 22, 2003, 00:03 |
How to get shear stress all over the flow domain
|
#1 |
Guest
Posts: n/a
|
Hi:
It's easy to get shear stress in the wall in fluent.But I need the distribution of shear stress all over the domain.A friend suggested that shear stress all over the domain was available through buiding walls in the whole domain.I tried it .But I failed because fluent only caculates the shear stress in the walls.Who knows how to get shear stree at any point? |
|
October 22, 2003, 10:57 |
Re: How to get shear stress all over the flow doma
|
#2 |
Guest
Posts: n/a
|
Hi , You would need to write a UDF. Use DEFINE_ON_DEMAND macro where in you access each cell in your domain. FLUENT gives the derivatives at each cell C_DUDX(c,t)for example gives you du/dx where c is the cell_t type variable and t is the cell thread. Form the shear stress components Tauxy= C_MU_L(c,t)*(C_DUDY(c,t) + C_DVDX(c,t)) form the rest similarly Tauxz, Tauyz etc. Hope this helps. Let me know if you need me to be more specific. Regards Ajay
|
|
November 3, 2003, 22:16 |
Re: How to get shear stress all over the flow doma
|
#3 |
Guest
Posts: n/a
|
Ajay Rao:
Thank you for your advice.I never write a UDF before.Now i am learning c language and writing a UDF. I want you to be more specific.Thanks very much! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
Modeling the flow domain in Icepak | saisanthoshm88 | ANSYS | 1 | December 12, 2011 01:20 |
Shear stress at a certain point | fruk | FLUENT | 0 | April 29, 2011 04:56 |
Modeling the flow domain in Icepak | saisanthoshm88 | Main CFD Forum | 0 | April 11, 2011 09:31 |
Post processing - Wall shear stress | Carlo | Siemens | 1 | March 4, 2009 08:35 |