Skip to content

Re: Changing Geometry

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 Changing Geometry Re: Changing Geometry

#2916
LaurentDelaon
Participant

Hi
when you do this :

Code:
IndicatorCircle2D<T> circle(center1, 0.1);

Is it possible (so far in the code ) to modify circle to ajust radius after it’s definition ?
like :

Code:
circle(center1, 0.5)

Is it possible to realise a change like this ?
Regards.