Skip to content

Re: About ConvectionBC

#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