Re: [DuMuX] Stuck with boundary condition setting

2013-01-14 Thread Christoph GrĂ¼ninger
Hi Romain, are you sure, that you use the right x-values in the method boundaryTypes(..)? Try using the onUpperBoundary_(..) as several other test cases use them. You do not need to change anything in neumann(..), because in bounadryTypes(..) you specified the injectors to be of Dirichlet

Re: [DuMuX] Stuck with boundary condition setting

2013-01-14 Thread Bernd Flemisch
Hi Romain, in statements like globalPos[idx] or this-bboxMax()[idx], the idx refers to the coordinate direction, so in 2D 0 means the x- and 1 the y-direction. The x-axis is directed towards the right and the y-axis towards the top. This means that in the boundaryTypes function, you have to