1 0 GfsSimulation GfsBox GfsGEdge {} {
  Time { iend = 30 dtmax = 1e-2 }
  Refine 5
  RefineSolid 6
  Solid (cube(0,0,0,0.5)) { sy = 0.06251 tx = 0.031249 ty = -0.015 }
  AdvectionParams { scheme = none }
  Init {} { U = 1 }
  OutputScalarNorm { start = end } stdout { v = Velocity } 
}
GfsBox {
  left = Boundary { BcDirichlet U 1 }
  right = BoundaryOutflow 
}