Skip to content

Re: External flow in openLB – doubts

#2089
shreyas
Member

Dear Mathias,rnrnI can see that you have only one variable, ‘offset’ that adds onto all nx, ny and nz. Are you suggesting that I change ‘offset’ to maybe offset_x,offset_y,offset_z, or offset[3]? rnrnBut why can’t I just use..rnrnblockGeometry.setNx ( some new nX )rnblockGeometry.setNy ( some new nY )rnblockGeometry.setNz ( some new nZ ) rnrn..after reading geometry with stlReader.read() ? Its essentially doing the same thing right – changing nx, ny & nz? rn