Re: External flow in openLB – doubts
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › 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
