Re: External flow in openLB – doubts
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › External flow in openLB – doubts › Re: External flow in openLB – doubts
November 23, 2012 at 5:42 pm
#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