Updates to overset tutorials using overlap fringe
This commit is contained in:
parent
9ec8d55010
commit
657c6abfb8
3 changed files with 10 additions and 10 deletions
|
@ -40,7 +40,7 @@ regions
|
||||||
donorSuitability
|
donorSuitability
|
||||||
{
|
{
|
||||||
type cellVolumes;
|
type cellVolumes;
|
||||||
threshold 0.99;
|
threshold 0.2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,7 @@ regions
|
||||||
donorSuitability
|
donorSuitability
|
||||||
{
|
{
|
||||||
type cellVolumes;
|
type cellVolumes;
|
||||||
threshold 0.99;
|
threshold 0.2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,10 +49,10 @@ regions
|
||||||
|
|
||||||
donorSuitability
|
donorSuitability
|
||||||
{
|
{
|
||||||
// Donor/acceptor pair must have cell volumes that differ not
|
// Donor/acceptor pair must have cell volumes that are at least
|
||||||
// more than 60% of the larger cell
|
// 40% within each other
|
||||||
type cellVolumes;
|
type cellVolumes;
|
||||||
threshold 0.6;
|
threshold 0.4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -79,10 +79,10 @@ regions
|
||||||
|
|
||||||
donorSuitability
|
donorSuitability
|
||||||
{
|
{
|
||||||
// Donor/acceptor pair must have cell volumes that differ not
|
// Donor/acceptor pair must have cell volumes that are at least
|
||||||
// more than 60% of the larger cell
|
// 50% within each other
|
||||||
type cellVolumes;
|
type cellVolumes;
|
||||||
threshold 0.6;
|
threshold 0.5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -109,8 +109,8 @@ regions
|
||||||
|
|
||||||
donorSuitability
|
donorSuitability
|
||||||
{
|
{
|
||||||
// Donor/acceptor pair must have cell volumes that differ not
|
// Donor/acceptor pair must have cell volumes that are at least
|
||||||
// more than 40% of the larger cell
|
// 40% within each other
|
||||||
type cellVolumes;
|
type cellVolumes;
|
||||||
threshold 0.4;
|
threshold 0.4;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue