|
[Sponsors] |
November 4, 2017, 13:54 |
|
#21 | |
New Member
ahmad
Join Date: Jun 2013
Posts: 11
Rep Power: 13 |
Quote:
How can I delay time to start? All off my Runs done by TRANSIENT STATISTICS checked with out any thing about time off starting. I have 8 cycle and I wanna to calculate OSI in last cycle and done all of runs with out any start time. Can I set an expression which do it: WSS(8.24s)]-WSS(7.58) |
||
November 6, 2017, 03:52 |
|
#22 | |
Senior Member
Lance
Join Date: Mar 2009
Posts: 669
Rep Power: 22 |
Quote:
|
||
March 15, 2018, 06:47 |
Can you explain how to understand the denominator expression?
|
#23 | |
New Member
yuqian mei
Join Date: Mar 2017
Posts: 1
Rep Power: 0 |
Sorry, I can not appreciate the expression on your denominator of the equation. Can you explain it more?
Quote:
|
||
June 11, 2018, 10:59 |
|
#24 |
New Member
Ranit Das
Join Date: Jun 2018
Posts: 1
Rep Power: 0 |
I am trying to calculate the TAWSS over a particular surface . i have 1800 points all over the surface. so it is not possible manually to calaculate TAWSS ans OSI for each and individual points. is there any way by which i can find out the TAWSS & OSI for the entire surface and its graphical variation as obtained in other parameters like pressure velocity and others?
|
|
October 16, 2018, 14:53 |
|
#25 | |
New Member
carlos torres martinez
Join Date: Oct 2018
Posts: 1
Rep Power: 0 |
Quote:
|
||
October 17, 2018, 03:27 |
|
#26 |
Senior Member
Lance
Join Date: Mar 2009
Posts: 669
Rep Power: 22 |
||
November 13, 2018, 00:31 |
|
#27 |
Senior Member
alberto
Join Date: Apr 2016
Location: Mexico
Posts: 119
Rep Power: 10 |
Hi, I try this equation but with out success
0.5*(1-((abs((Wall Shear X.Trnavg)+(Wall Shear Y.Trnavg)+(Wall Shear Z.Trnavg)))/((abs(Wall Shear X.Trnavg))+(abs(Wall Shear Y.Trnavg))+(abs( Wall Shear Z.Trnavg))))). 0.5 * (1 - (((Wall Shear X.Trnavg) ^ 2 + (Wall Shear Y.Trnavg) ^ 2 + (Wall Shear Z.Trnavg)^ 2) ^ 0.5) / (((Wall Shear X) ^ 2 + (Wall Shear Y) ^ 2 + (Wall Shear Z) ^ 2) ^ 0.5)) some one could tell me wich is the OSI equation for CFX please? |
|
August 23, 2022, 11:20 |
Error
|
#28 |
New Member
Md Asif Equbal
Join Date: Aug 2022
Location: India
Posts: 15
Rep Power: 4 |
while typing expression of OSI it shows errror as the following unrecognised name was referenced: trans_statistic.
Can anyone help me regarding this. I am using Ansys version 2022R1. |
|
August 23, 2022, 12:36 |
|
#29 |
Senior Member
Join Date: Jun 2009
Posts: 1,880
Rep Power: 33 |
who introduced the "trans_statistic( )" function? where did you get that expression from?
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
August 23, 2022, 14:46 |
|
#30 |
New Member
Md Asif Equbal
Join Date: Aug 2022
Location: India
Posts: 15
Rep Power: 4 |
|
|
August 23, 2022, 14:48 |
|
#31 |
New Member
Md Asif Equbal
Join Date: Aug 2022
Location: India
Posts: 15
Rep Power: 4 |
||
August 23, 2022, 15:07 |
Error
|
#32 |
New Member
Md Asif Equbal
Join Date: Aug 2022
Location: India
Posts: 15
Rep Power: 4 |
while typing expression in cfd post provided above shows errror as the following unrecognised name was referenced: trans_statistic.
Can anyone help me regarding this. I am using Ansys version 2022R1. |
|
August 24, 2022, 05:42 |
|
#33 |
Senior Member
Gert-Jan
Join Date: Oct 2012
Location: Europe
Posts: 1,928
Rep Power: 28 |
Above in this thread and in the link you provided it is explained. The term trans_statistic does not exist in Post. It is an reference to Transient average variables. This can be a simple number average, or rms values, or whatever you defined.
You first need to calculate these variables in a transient calculation. Therefore you should open CFX-Pre and define the type of Transient average variable ou want (in Output Control). Then after the run, you can open the results in Post, and you obtain additional variables like WSS.Trnavg. This is the Transient Average of WSS. Then in you expression you should replace the trans_statistic by WSS.Trnavg It is all already explained above. |
|
August 25, 2022, 06:49 |
|
#34 |
New Member
Md Asif Equbal
Join Date: Aug 2022
Location: India
Posts: 15
Rep Power: 4 |
Thanks for detail explanation.
But I am using Fluent. So that method not works for me.Can you suggest how to do same in Fluent. |
|
August 25, 2022, 07:22 |
|
#35 |
Senior Member
Gert-Jan
Join Date: Oct 2012
Location: Europe
Posts: 1,928
Rep Power: 28 |
Ask your question in the Fluent-forum, not the CFX-forum.
Alternatively, start using CFX. I can highly recommend this piece of software, especially for transient calculations. For multiple reasons, too many to list them here. |
|
December 6, 2022, 01:55 |
|
#36 |
New Member
Md Asif Equbal
Join Date: Aug 2022
Location: India
Posts: 15
Rep Power: 4 |
Thanks Gert-Jan for your valuable suggestion.
|
|
October 18, 2023, 08:18 |
|
#37 |
New Member
wangyuan
Join Date: Oct 2023
Posts: 1
Rep Power: 0 |
MARK AND LEARN thanks
|
|
December 4, 2023, 22:58 |
|
#38 | |
Member
Evelyn
Join Date: Mar 2021
Posts: 32
Rep Power: 5 |
Quote:
|
||
December 4, 2023, 23:35 |
|
#39 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
If the denominator is zero then put in an if() statement or use a min() function.
Note that with the if() statement both the negative and positive cases are evaluated, so if one evaluates to a divide by zero error but the if() statement should go to the other one it will still return an error. For instance, C=if(abs(B)>0.01,A/B,A/0.01) will return an error if B=0; but this function will work with B=0: Denominator = max(B,0.01) C = A/Denominator
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
December 6, 2023, 02:24 |
|
#40 | |
Member
Evelyn
Join Date: Mar 2021
Posts: 32
Rep Power: 5 |
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF for calculating Oscillatory Shear Index (OSI) | vasava | Fluent UDF and Scheme Programming | 24 | April 20, 2023 06:48 |
Shear Stress Calculation in the flow. | auburnuser | FLOW-3D | 11 | May 12, 2018 14:49 |
[OpenFOAM] Paraview 3.98 - errors when saving geometry file | pajot | ParaView | 1 | September 28, 2013 11:45 |
OpenFOAM install on Ubuntu Natty 11.04 | bkubicek | OpenFOAM | 13 | May 26, 2011 06:48 |
Warning 097- | AB | Siemens | 6 | November 15, 2004 05:41 |