Skip to content
Snippets Groups Projects
Commit d8dec777 authored by Philipp Suffa's avatar Philipp Suffa
Browse files

Some small app changes[skip ci]

parent f0a42dcf
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ Parameters
ref_length 1.0; //rotor radius according to mesh file
viscosity 1.0; //1.49e-5;
sim_time 0.0; //set to 0, then timesteps is used
mesh_size 0.008; // Goal = 0.3 mm = 0.0003 m;
mesh_size 0.0048; // Goal = 0.3 mm = 0.0003 m;
timeStepStrategy refinement;
innerOuterSplit <1,1,1>;
......@@ -28,7 +28,7 @@ DomainSetup
domainTransforming < 0.45 , 0, 0 >;
cellsPerBlock < 24, 24, 24 >;
periodic < 0, 1, 1 >;
refinementDepth 3 ;
refinementDepth 4 ;
}
Boundaries
......
......@@ -21,12 +21,12 @@ Parameters
DomainSetup
{
rotationSpeed 738.173; //rad/s
rotationSpeed 7.38173; //rad/s
rotationAxis < 1, 0, 0 >;
domainScaling < 0.84, 2, 2 >; //< 0.3, 5, 5 >;
domainScaling < 0.23, 4, 4 >; //< 0.3, 5, 5 >;
domainTransforming < 0.45 , 0, 0 >;
cellsPerBlock < 59, 59, 59 >;
cellsPerBlock < 128, 128, 128 >;
periodic < 0, 0, 0 >;
refinementDepth 0 ;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment