mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Improvements to boatAndPropeller case
This commit is contained in:
@ -29,14 +29,14 @@ vertices
|
|||||||
( -1.00 1.0 1)
|
( -1.00 1.0 1)
|
||||||
|
|
||||||
// hullBox
|
// hullBox
|
||||||
( -0.03 -0.20 -0.2) // 8
|
( 0.04 -0.20 -0.2) // 8
|
||||||
( 0.80 -0.20 -0.2)
|
( 0.80 -0.20 -0.2)
|
||||||
( 0.80 0.20 -0.2) // 10
|
( 0.80 0.20 -0.2) // 10
|
||||||
( -0.03 0.20 -0.2)
|
( 0.04 0.20 -0.2)
|
||||||
( -0.03 -0.20 0.2) // 12
|
( 0.04 -0.20 0.2) // 12
|
||||||
( 0.80 -0.20 0.2)
|
( 0.80 -0.20 0.2)
|
||||||
( 0.80 0.20 0.2) // 14
|
( 0.80 0.20 0.2) // 14
|
||||||
( -0.03 0.20 0.2)
|
( 0.04 0.20 0.2)
|
||||||
|
|
||||||
// propeller
|
// propeller
|
||||||
( -0.03 -0.08 -0.08) // 16
|
( -0.03 -0.08 -0.08) // 16
|
||||||
|
|||||||
@ -25,7 +25,7 @@ startTime 0;
|
|||||||
|
|
||||||
stopAt endTime;
|
stopAt endTime;
|
||||||
|
|
||||||
endTime 1;
|
endTime 5;
|
||||||
|
|
||||||
deltaT 0.001;
|
deltaT 0.001;
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ runTimeModifiable true;
|
|||||||
adjustTimeStep yes;
|
adjustTimeStep yes;
|
||||||
|
|
||||||
//maxCo 1;
|
//maxCo 1;
|
||||||
maxCo 2.0;
|
maxCo 4.0;
|
||||||
maxAlphaCo 5.0;
|
maxAlphaCo 5.0;
|
||||||
maxDeltaT 1;
|
maxDeltaT 1;
|
||||||
|
|
||||||
|
|||||||
@ -60,7 +60,7 @@ actions
|
|||||||
source boxToCell;
|
source boxToCell;
|
||||||
boxes
|
boxes
|
||||||
(
|
(
|
||||||
(0.06 -0.082 -0.1)(0.52 0.052 0.1) //hullBox
|
(0.07 -0.082 -0.1)(0.52 0.052 0.1) //hullBox
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user