|
[Sponsors] |
September 22, 2014, 03:11 |
the oscillatory shear index (OSI)
|
#1 |
Member
Siamak
Join Date: Jul 2014
Location: Australia
Posts: 36
Rep Power: 12 |
Hi,
The oscillatory shear index (OSI) is an important factor in hemodynamic use to measure disturbed flow along the artery wall. As you can see form the following formula (attached picture) it must be calculate after one cycle. In this formula T is the period of the one cycle. In the other hand, during one cycle, the shear stress on the artery wall must be integrated. So, I think to doing this calculation, I have to write UDF or even I have to develop code in Matlab or C++. I am wondering, is there anyone do it before? Can you guide me how can I do it? Untitled.jpg Yours, Siamak |
|
September 24, 2014, 06:51 |
|
#2 |
Member
Ftab
Join Date: Sep 2011
Posts: 87
Rep Power: 15 |
Hi Siamak,
I have done it exporting the WSS data of each time step to a file with a UDF. Then, I actually calculate everything in Matlab simply with Trapezoidal integration, and then having the connectivity of the nodes and information of the faces I plot it in Tecplot. The matlab code is very simple, the only concern is to export the XYZ of nodes and the connectivity of them to make triangular faces to a file to use it later to construct the plot in Tecplot. Cheers, Ftab |
|
December 12, 2014, 16:39 |
|
#3 |
New Member
Emily Imdieke
Join Date: Apr 2013
Posts: 20
Rep Power: 13 |
Hello,
Do you have to use integration though? Can't you just use the WSS components at each point? |
|
April 21, 2015, 10:44 |
|
#4 |
Member
Ftab
Join Date: Sep 2011
Posts: 87
Rep Power: 15 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Oscillatory Shear Index Calculation | ashtonJ | CFX | 39 | December 6, 2023 02:24 |
UDF for calculating Oscillatory Shear Index (OSI) | vasava | Fluent UDF and Scheme Programming | 24 | April 20, 2023 06:48 |
[OpenFOAM] Paraview 3.98 - errors when saving geometry file | pajot | ParaView | 1 | September 28, 2013 11:45 |
Doxygen documentation | Tanay | OpenFOAM Installation | 9 | September 23, 2011 12:40 |
OpenFOAM install on Ubuntu Natty 11.04 | bkubicek | OpenFOAM | 13 | May 26, 2011 06:48 |