mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'ami-cache-weights-addressing' into 'develop'
Draft: AMI - added caching of weights and addressing See merge request Development/openfoam!744
This commit is contained in:
@ -788,9 +788,14 @@ boundary
|
||||
|
||||
AMI1
|
||||
{
|
||||
cacheSize 360;
|
||||
|
||||
type cyclicAMI;
|
||||
neighbourPatch AMI2;
|
||||
transform noOrdering;
|
||||
rotationCentre (0 0 0);
|
||||
rotationAxis (0 0 1);
|
||||
|
||||
/* optional
|
||||
surface
|
||||
{
|
||||
@ -815,9 +820,13 @@ boundary
|
||||
|
||||
AMI2
|
||||
{
|
||||
cacheSize 360;
|
||||
|
||||
type cyclicAMI;
|
||||
neighbourPatch AMI1;
|
||||
transform noOrdering;
|
||||
rotationCentre (0 0 0);
|
||||
rotationAxis (0 0 1);
|
||||
/* optional
|
||||
surface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user