Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

channel1 <- ChannelDrawing(channelorigin,p1,TChannelWall)

When sedlayout = 1, channelorigin is a 3*1 matrix with x,y,z points corresponding to where the channel will be drawn.

channelorigin =

if layout 2:

  • x: PlantOrigin0 - LSed + WInletChannel
  • y: PlantOrigin1 - TPlantWall
  • z: PlantOrigin2 + HSed - HInletChannel

if layout 3:

  • x: PlantOrigin0 - LSed + W{~}InletChannel
  • y: PlantOrigin1 - TPlantWall
  • z: PlantOrigin2 + HSed - HInletChannel

if layout 4 :

  • x: PlantOrigin0 - LSed + W{~}ChannelInlet
  • y: PlantOrigin1 - TPlantWall
  • z: PlantOrigin2 + HSed - HInletChannel

p1 = Specifies the dimensions of the channel cutout.p1 =

  • x: WSed - 2TPlantWall
  • y: WInletChannel
  • z: HInletChannel

...