mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: mixerVesselAMI2D updated for MD24 cache weights and addressing
This commit is contained in:
@ -788,9 +788,14 @@ boundary
|
|||||||
|
|
||||||
AMI1
|
AMI1
|
||||||
{
|
{
|
||||||
|
cacheSize 360;
|
||||||
|
|
||||||
type cyclicAMI;
|
type cyclicAMI;
|
||||||
neighbourPatch AMI2;
|
neighbourPatch AMI2;
|
||||||
transform noOrdering;
|
transform noOrdering;
|
||||||
|
rotationCentre (0 0 0);
|
||||||
|
rotationAxis (0 0 1);
|
||||||
|
|
||||||
/* optional
|
/* optional
|
||||||
surface
|
surface
|
||||||
{
|
{
|
||||||
@ -815,9 +820,13 @@ boundary
|
|||||||
|
|
||||||
AMI2
|
AMI2
|
||||||
{
|
{
|
||||||
|
cacheSize 360;
|
||||||
|
|
||||||
type cyclicAMI;
|
type cyclicAMI;
|
||||||
neighbourPatch AMI1;
|
neighbourPatch AMI1;
|
||||||
transform noOrdering;
|
transform noOrdering;
|
||||||
|
rotationCentre (0 0 0);
|
||||||
|
rotationAxis (0 0 1);
|
||||||
/* optional
|
/* optional
|
||||||
surface
|
surface
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user