createBafflesDict: removed matchTolerance entries since they default to 1e-4
This commit is contained in:
@ -28,13 +28,13 @@ baffles
|
||||
{
|
||||
name AMI1;
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
}
|
||||
slave
|
||||
{
|
||||
$master;
|
||||
name AMI2;
|
||||
type cyclicAMI;
|
||||
neighbourPatch AMI1;
|
||||
}
|
||||
}
|
||||
|
||||
@ -30,13 +30,13 @@ baffles
|
||||
{
|
||||
name AMI1;
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
}
|
||||
slave
|
||||
{
|
||||
$master;
|
||||
name AMI2;
|
||||
type cyclicAMI;
|
||||
neighbourPatch AMI1;
|
||||
}
|
||||
}
|
||||
|
||||
@ -30,13 +30,12 @@ baffles
|
||||
{
|
||||
name AMI1;
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
}
|
||||
slave
|
||||
{
|
||||
$master;
|
||||
name AMI2;
|
||||
type cyclicAMI;
|
||||
neighbourPatch AMI1;
|
||||
}
|
||||
}
|
||||
|
||||
@ -28,7 +28,6 @@ baffles
|
||||
{
|
||||
name AMI1;
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
}
|
||||
slave
|
||||
|
||||
@ -38,7 +38,6 @@ baffles
|
||||
//- Master side patch
|
||||
name ACMI1_couple;
|
||||
type cyclicACMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch ACMI2_couple;
|
||||
nonOverlapPatch ACMI1_blockage;
|
||||
}
|
||||
@ -77,7 +76,6 @@ baffles
|
||||
//- Master side patch
|
||||
name ACMI2_couple;
|
||||
type cyclicACMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch ACMI1_couple;
|
||||
nonOverlapPatch ACMI2_blockage;
|
||||
}
|
||||
|
||||
@ -33,7 +33,6 @@ baffles
|
||||
{
|
||||
name AMI1;
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
}
|
||||
slave
|
||||
|
||||
@ -33,7 +33,6 @@ baffles
|
||||
{
|
||||
name AMI1;
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
}
|
||||
slave
|
||||
|
||||
@ -35,7 +35,6 @@ baffles
|
||||
//- Master side patch
|
||||
name AMI1;
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
}
|
||||
|
||||
@ -44,7 +43,6 @@ baffles
|
||||
//- Slave side patch
|
||||
name AMI2;
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI1;
|
||||
}
|
||||
}
|
||||
|
||||
@ -33,7 +33,6 @@ baffles
|
||||
{
|
||||
name AMI1;
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
}
|
||||
slave
|
||||
|
||||
Reference in New Issue
Block a user