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.
Dear code Developer,
In the Aorta example, How is it possible to change pressure outlet by time?
(Pressure outlet is equal to 0 by default). We have two outlets in the aorta example
is it possible to assign different pressure BC’s to them. In the main code we have just these following two lines for assigning zero pressure.
bc.addPressureBoundary( superGeometry,4,omega );
bc.addPressureBoundary( superGeometry,5,omega );
Thank you
the two line asign the kind of bc. The value is set be “sLattice.defineRho”. You can define that within the time loop for changing boundary pressure values as it is done for the velocity in that very example.
Best
Mathias
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.