Re: Boundary condition for an open end
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Boundary condition for an open end › Re: Boundary condition for an open end
March 23, 2016 at 12:53 pm
#2299
robin.trunk
Keymaster
Hi,rnrnto allow a free outflow, the ConvectionBoundary can be used. It exists for the fluid and the temperature as well, simply replace the boundary condition for material number 3, for the fluid byrn NSboundaryCondition.addConvectionBoundary(superGeometry, 3, NSomega);rnand for the temperature byrn TboundaryCondition.addConvectionBoundary(superGeometry, 3);rnrnbestrnrobin