Updates to overset tutorials using overlap fringe

This commit is contained in:
Vuko Vukcevic 2018-07-30 08:31:41 +02:00
parent 9ec8d55010
commit 657c6abfb8
3 changed files with 10 additions and 10 deletions

View file

@ -40,7 +40,7 @@ regions
donorSuitability donorSuitability
{ {
type cellVolumes; type cellVolumes;
threshold 0.99; threshold 0.2;
} }
} }
} }

View file

@ -40,7 +40,7 @@ regions
donorSuitability donorSuitability
{ {
type cellVolumes; type cellVolumes;
threshold 0.99; threshold 0.2;
} }
} }
} }

View file

@ -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;
} }