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:
Andrew Heather
2025-10-27 19:05:33 +00:00
48 changed files with 3361 additions and 450 deletions

View File

@ -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
{