Re: Doubts – Prepare Geometry – Cylinder3d
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Doubts – Prepare Geometry – Cylinder3d › Re: Doubts – Prepare Geometry – Cylinder3d
May 3, 2016 at 12:38 pm
#2323
Alejandro_Claro
Member
Hi Robin.Trunk,rnrnThank you for the yours answers. As “”stlReader”” and “”extendedDomain”” instances are IndicatorF3D type, the addZeroVelocityBoundary function could use either. I know that prepareLattice function needs a STLreader object, but it could be changed by a IndicatorLayer3D object, right? rnrnThe addZeroVelocityBoundary function is defined as:rnrn
Code:
rnvoid olb::sOffLatticeBoundaryCondition3D<T, Lattice>::addZeroVelocityBoundary(rn SuperGeometry3D< T > & superGeometry, rn int material, rn IndicatorF3D< T > & indicator, rn std::list< int > bulkMaterials = std::list<int>(1,1) rn) rn
rnrnBest regards,rnrnAlejandrorn