mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Revert "BUG: snappyHexMesh: attraction distance mapping. Fixes #941."
This reverts commit 708e650990.
This commit is contained in:
@ -23,13 +23,13 @@ startTime 0;
|
||||
|
||||
stopAt endTime;
|
||||
|
||||
endTime 0.005;
|
||||
endTime 0.5;
|
||||
|
||||
deltaT 0.005;
|
||||
|
||||
writeControl timeStep;
|
||||
|
||||
writeInterval 1;
|
||||
writeInterval 20;
|
||||
|
||||
purgeWrite 0;
|
||||
|
||||
|
||||
@ -53,12 +53,12 @@ snGradSchemes
|
||||
|
||||
oversetInterpolation
|
||||
{
|
||||
//method cellVolumeWeight;
|
||||
method cellVolumeWeight;
|
||||
|
||||
// Faster but less accurate
|
||||
method trackingInverseDistance;
|
||||
searchBox (0 0 0)(0.02 0.01 0.01);
|
||||
searchBoxDivisions 3{(64 64 1)};
|
||||
//method trackingInverseDistance;
|
||||
//searchBox (0 0 0)(0.02 0.01 0.01);
|
||||
//searchBoxDivisions 3{(64 64 1)};
|
||||
}
|
||||
|
||||
fluxRequired
|
||||
|
||||
@ -78,41 +78,17 @@ boundary
|
||||
(9 13 12 8)
|
||||
);
|
||||
}
|
||||
ACMI1_couple
|
||||
couple1
|
||||
{
|
||||
type cyclicACMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch ACMI2_couple;
|
||||
nonOverlapPatch ACMI1_blockage;
|
||||
transform noOrdering;
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(2 6 5 1)
|
||||
);
|
||||
}
|
||||
ACMI2_couple
|
||||
couple2
|
||||
{
|
||||
type cyclicACMI;
|
||||
neighbourPatch ACMI1_couple;
|
||||
nonOverlapPatch ACMI2_blockage;
|
||||
transform noOrdering;
|
||||
faces
|
||||
(
|
||||
(8 12 15 11)
|
||||
);
|
||||
}
|
||||
|
||||
ACMI1_blockage
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
(2 6 5 1)
|
||||
);
|
||||
}
|
||||
ACMI2_blockage
|
||||
{
|
||||
type wall;
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(8 12 15 11)
|
||||
|
||||
Reference in New Issue
Block a user