Skip to content

Re: For Help

#2743
mgaedtke
Keymaster

Hello,

in aorta.cpp line 174 and following the boundary velocity is set with SinusStartScale<T,int> nSinusStartScale( iTperiod,converter.getCharU() ); So, after the start time period of 0.5s, the velocity at the inlet is a circular poiseuille profile with CharU beein the maximum velocity. Change CharU in the converter, and you will get this velocity at your inlet.

Best, Max