createBafflesDict: removed matchTolerance entries since they default to 1e-4
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -28,7 +28,6 @@ baffles
|
|||||||
{
|
{
|
||||||
name AMI1;
|
name AMI1;
|
||||||
type cyclicAMI;
|
type cyclicAMI;
|
||||||
matchTolerance 0.0001;
|
|
||||||
neighbourPatch AMI2;
|
neighbourPatch AMI2;
|
||||||
}
|
}
|
||||||
slave
|
slave
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -33,7 +33,6 @@ baffles
|
|||||||
{
|
{
|
||||||
name AMI1;
|
name AMI1;
|
||||||
type cyclicAMI;
|
type cyclicAMI;
|
||||||
matchTolerance 0.0001;
|
|
||||||
neighbourPatch AMI2;
|
neighbourPatch AMI2;
|
||||||
}
|
}
|
||||||
slave
|
slave
|
||||||
|
|||||||
@ -33,7 +33,6 @@ baffles
|
|||||||
{
|
{
|
||||||
name AMI1;
|
name AMI1;
|
||||||
type cyclicAMI;
|
type cyclicAMI;
|
||||||
matchTolerance 0.0001;
|
|
||||||
neighbourPatch AMI2;
|
neighbourPatch AMI2;
|
||||||
}
|
}
|
||||||
slave
|
slave
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -33,7 +33,6 @@ baffles
|
|||||||
{
|
{
|
||||||
name AMI1;
|
name AMI1;
|
||||||
type cyclicAMI;
|
type cyclicAMI;
|
||||||
matchTolerance 0.0001;
|
|
||||||
neighbourPatch AMI2;
|
neighbourPatch AMI2;
|
||||||
}
|
}
|
||||||
slave
|
slave
|
||||||
|
|||||||
Reference in New Issue
Block a user