Re: About ConvectionBC
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › About ConvectionBC › Re: About ConvectionBC
October 23, 2017 at 9:59 am
#2750
steed188
Participant
Dear Marc,
Yeah, I passed uAv to the convection boundary constructor. But If I did not pass it just like below, the simulation will divergence immediately.
Code:
bc.addConvectionBoundary(superGeometry, 4, omega);
Is there a method that I can use convection without passing uAv in high Reynolds flow?
best,
steed188