Skip to content

Re: Changing Geometry

#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