Skip to content

Re: Non reflecting boundary condition

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums OpenLB General Topics Non reflecting boundary condition Re: Non reflecting boundary condition

#2825
mathias
Keymaster

A simple solution for the mentioned example / problem is to slowly and smoothly increase the inflow velocity form zero to the desired value. So you may chose a longer initialization time by e.g. change

int iTmaxStart = converter.getLatticeTime( maxPhysT*0.4 );

into

int iTmaxStart = converter.getLatticeTime( maxPhysT*0.8 );

Best
Mathias