mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: oscillatingInletPeriodicAMI2D: changed interfaces on either side to be same size
Added description of case.
This commit is contained in:
@ -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.
|
||||
@ -19,18 +19,18 @@ convertToMeters 1;
|
||||
vertices
|
||||
(
|
||||
(0 0.333333333333333 0 )
|
||||
(0 0.666666666666667 0 )
|
||||
(0 0.666666666666667 0.1)
|
||||
(0 1.333333333333333 0 )
|
||||
(0 1.333333333333333 0.1)
|
||||
(0 0.333333333333333 0.1)
|
||||
|
||||
(0.8 0.333333333333333 0 )
|
||||
(0.8 0.666666666666667 0 )
|
||||
(0.8 0.666666666666667 0.1)
|
||||
(0.8 1.333333333333333 0 )
|
||||
(0.8 1.333333333333333 0.1)
|
||||
(0.8 0.333333333333333 0.1)
|
||||
|
||||
(1 0.333333333333333 0 )
|
||||
(1 0.666666666666667 0 )
|
||||
(1 0.666666666666667 0.1)
|
||||
(1 1.333333333333333 0 )
|
||||
(1 1.333333333333333 0.1)
|
||||
(1 0.333333333333333 0.1)
|
||||
|
||||
(1 0 0 )
|
||||
|
||||
Reference in New Issue
Block a user