diff --git a/tutorials/incompressible/pimpleDyMFoam/oscillatingInletPeriodicAMI2D/README.txt b/tutorials/incompressible/pimpleDyMFoam/oscillatingInletPeriodicAMI2D/README.txt new file mode 100644 index 0000000000..cf014b64f5 --- /dev/null +++ b/tutorials/incompressible/pimpleDyMFoam/oscillatingInletPeriodicAMI2D/README.txt @@ -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. diff --git a/tutorials/incompressible/pimpleDyMFoam/oscillatingInletPeriodicAMI2D/constant/polyMesh/blockMeshDict b/tutorials/incompressible/pimpleDyMFoam/oscillatingInletPeriodicAMI2D/constant/polyMesh/blockMeshDict index 381e2b0710..f7984d5367 100644 --- a/tutorials/incompressible/pimpleDyMFoam/oscillatingInletPeriodicAMI2D/constant/polyMesh/blockMeshDict +++ b/tutorials/incompressible/pimpleDyMFoam/oscillatingInletPeriodicAMI2D/constant/polyMesh/blockMeshDict @@ -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 )