ENH: oscillatingInletPeriodicAMI2D: changed interfaces on either side to be same size

Added description of case.
This commit is contained in:
mattijs
2015-11-09 10:41:02 +00:00
parent c999886f17
commit 4ef54948f7
2 changed files with 10 additions and 6 deletions

View File

@ -0,0 +1,4 @@
Testcase for cyclicPeriodicAMI functionality. This case is adapted
from the oscillatingInletACMI2D testcase. Assumes cyclic behaviour
in y-direction; this cyclic transformation is used to extend the underlying
cyclicAMI such that the weights on either side add up to (at least) one.

View File

@ -19,18 +19,18 @@ convertToMeters 1;
vertices vertices
( (
(0 0.333333333333333 0 ) (0 0.333333333333333 0 )
(0 0.666666666666667 0 ) (0 1.333333333333333 0 )
(0 0.666666666666667 0.1) (0 1.333333333333333 0.1)
(0 0.333333333333333 0.1) (0 0.333333333333333 0.1)
(0.8 0.333333333333333 0 ) (0.8 0.333333333333333 0 )
(0.8 0.666666666666667 0 ) (0.8 1.333333333333333 0 )
(0.8 0.666666666666667 0.1) (0.8 1.333333333333333 0.1)
(0.8 0.333333333333333 0.1) (0.8 0.333333333333333 0.1)
(1 0.333333333333333 0 ) (1 0.333333333333333 0 )
(1 0.666666666666667 0 ) (1 1.333333333333333 0 )
(1 0.666666666666667 0.1) (1 1.333333333333333 0.1)
(1 0.333333333333333 0.1) (1 0.333333333333333 0.1)
(1 0 0 ) (1 0 0 )