Skip to content

Re: Boundary condition for an open end

#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