How to do postprocessing or on-the-fly analysis of max. WSS for each facet within one period?
Posted: Mon Nov 04, 2019 1:18 am
Dear developers,
I want to simulate pulsatile blood flow in an artery. Most importantly, I want to find maximum wall shear stress (WSS), together with its corresponding time step, for each facet (each finite element) of the entire artery mesh within one heart beat (say period T=0.8 second). Then, all local max. WSS and their corresponding times should be displayed over the arterial wall via ParaView.
Naively, I can save the simulation per time step and then write a C++/Python script to find the maximum WSS and its corresponding instant for each facet. However, it will be both memory-consuming and time-consuming. Could you give me some suggestions in this regard? How could this be realized in an easier way?
Best regards,
Haifeng
I want to simulate pulsatile blood flow in an artery. Most importantly, I want to find maximum wall shear stress (WSS), together with its corresponding time step, for each facet (each finite element) of the entire artery mesh within one heart beat (say period T=0.8 second). Then, all local max. WSS and their corresponding times should be displayed over the arterial wall via ParaView.
Naively, I can save the simulation per time step and then write a C++/Python script to find the maximum WSS and its corresponding instant for each facet. However, it will be both memory-consuming and time-consuming. Could you give me some suggestions in this regard? How could this be realized in an easier way?
Best regards,
Haifeng