Re: Changing Geometry
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Changing Geometry › Re: Changing Geometry
March 18, 2016 at 10:21 am
#2293
mathias
Keymaster
Hi,rnrnYes, you can change it easily. Look at this line in the beginning of the exmape code:rnrn// Parameters for the simulation setuprnconst T lx1 = 5.0; // length of steprnconst T ly1 = 0.75; // height of steprnconst T lx0 = 20.0; // length of channelrnconst T ly0 = 1.5; // height of channel rnrnBest Mathias