Skip to content

Reply To: Concentration fields in openLB

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 Concentration fields in openLB Reply To: Concentration fields in openLB

#8990
shota
Participant

Simply, call the coupling operator every n-th time step using if(iT%n == 0) or something alike.