Skip to content
Snippets Groups Projects
Commit e537235e authored by sergio's avatar sergio
Browse files

ENH: Improvements to boatAndPropeller case

parent a9310033
No related branches found
No related tags found
No related merge requests found
......@@ -29,14 +29,14 @@ vertices
( -1.00 1.0 1)
// 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) // 10
( -0.03 0.20 -0.2)
( -0.03 -0.20 0.2) // 12
( 0.04 0.20 -0.2)
( 0.04 -0.20 0.2) // 12
( 0.80 -0.20 0.2)
( 0.80 0.20 0.2) // 14
( -0.03 0.20 0.2)
( 0.04 0.20 0.2)
// propeller
( -0.03 -0.08 -0.08) // 16
......
......@@ -25,7 +25,7 @@ startTime 0;
stopAt endTime;
endTime 1;
endTime 5;
deltaT 0.001;
......@@ -50,7 +50,7 @@ runTimeModifiable true;
adjustTimeStep yes;
//maxCo 1;
maxCo 2.0;
maxCo 4.0;
maxAlphaCo 5.0;
maxDeltaT 1;
......
......@@ -60,7 +60,7 @@ actions
source boxToCell;
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
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment