createBafflesDict: removed matchTolerance entries since they default to 1e-4

This commit is contained in:
Chris Greenshields
2021-07-08 12:14:00 +01:00
parent 9ed9cdde08
commit cfd11c035b
9 changed files with 3 additions and 12 deletions

View File

@ -28,13 +28,13 @@ baffles
{ {
name AMI1; name AMI1;
type cyclicAMI; type cyclicAMI;
matchTolerance 0.0001;
neighbourPatch AMI2; neighbourPatch AMI2;
} }
slave slave
{ {
$master; $master;
name AMI2; name AMI2;
type cyclicAMI;
neighbourPatch AMI1; neighbourPatch AMI1;
} }
} }

View File

@ -30,13 +30,13 @@ baffles
{ {
name AMI1; name AMI1;
type cyclicAMI; type cyclicAMI;
matchTolerance 0.0001;
neighbourPatch AMI2; neighbourPatch AMI2;
} }
slave slave
{ {
$master; $master;
name AMI2; name AMI2;
type cyclicAMI;
neighbourPatch AMI1; neighbourPatch AMI1;
} }
} }

View File

@ -30,13 +30,12 @@ baffles
{ {
name AMI1; name AMI1;
type cyclicAMI; type cyclicAMI;
matchTolerance 0.0001;
neighbourPatch AMI2; neighbourPatch AMI2;
} }
slave slave
{ {
$master;
name AMI2; name AMI2;
type cyclicAMI;
neighbourPatch AMI1; neighbourPatch AMI1;
} }
} }

View File

@ -28,7 +28,6 @@ baffles
{ {
name AMI1; name AMI1;
type cyclicAMI; type cyclicAMI;
matchTolerance 0.0001;
neighbourPatch AMI2; neighbourPatch AMI2;
} }
slave slave

View File

@ -38,7 +38,6 @@ baffles
//- Master side patch //- Master side patch
name ACMI1_couple; name ACMI1_couple;
type cyclicACMI; type cyclicACMI;
matchTolerance 0.0001;
neighbourPatch ACMI2_couple; neighbourPatch ACMI2_couple;
nonOverlapPatch ACMI1_blockage; nonOverlapPatch ACMI1_blockage;
} }
@ -77,7 +76,6 @@ baffles
//- Master side patch //- Master side patch
name ACMI2_couple; name ACMI2_couple;
type cyclicACMI; type cyclicACMI;
matchTolerance 0.0001;
neighbourPatch ACMI1_couple; neighbourPatch ACMI1_couple;
nonOverlapPatch ACMI2_blockage; nonOverlapPatch ACMI2_blockage;
} }

View File

@ -33,7 +33,6 @@ baffles
{ {
name AMI1; name AMI1;
type cyclicAMI; type cyclicAMI;
matchTolerance 0.0001;
neighbourPatch AMI2; neighbourPatch AMI2;
} }
slave slave

View File

@ -33,7 +33,6 @@ baffles
{ {
name AMI1; name AMI1;
type cyclicAMI; type cyclicAMI;
matchTolerance 0.0001;
neighbourPatch AMI2; neighbourPatch AMI2;
} }
slave slave

View File

@ -35,7 +35,6 @@ baffles
//- Master side patch //- Master side patch
name AMI1; name AMI1;
type cyclicAMI; type cyclicAMI;
matchTolerance 0.0001;
neighbourPatch AMI2; neighbourPatch AMI2;
} }
@ -44,7 +43,6 @@ baffles
//- Slave side patch //- Slave side patch
name AMI2; name AMI2;
type cyclicAMI; type cyclicAMI;
matchTolerance 0.0001;
neighbourPatch AMI1; neighbourPatch AMI1;
} }
} }

View File

@ -33,7 +33,6 @@ baffles
{ {
name AMI1; name AMI1;
type cyclicAMI; type cyclicAMI;
matchTolerance 0.0001;
neighbourPatch AMI2; neighbourPatch AMI2;
} }
slave slave