Hi, all
I am trying to simulate the non-isothermal airflow field in a room; however, the simulation is always diverged. I think the reason may be related to the boundary conditions. I used
setLocalVelocityBoundary<T,NSDESCRIPTOR>(NSLattice, NSomega, superGeometry, 3);
setLocalPressureBoundary<T,NSDESCRIPTOR>(NSLattice, NSomega, superGeometry, 5);
setAdvectionDiffusionTemperatureBoundary<T,TDESCRIPTOR>(ADLattice, Tomega, superGeometry, 3);
, but the temerature around the pressure outlet is always low, and the air inflow the room from the pressure outlet.
I have read some paper, and the regularized boundary approach for pressure and velocity boundary conditions has been used. I wonder how to use that? I didnot see some function like setRegularizedvelocityBoudnary, but there are RegularizedVelocityBM and RegularizedPressureBM, how to use those? Could anyone give me a example? Thanks a lot.
Best Regards,
mengqiang