Skip to content
Snippets Groups Projects
Commit 1e927f07 authored by Markus Holzer's avatar Markus Holzer
Browse files

Sphere run

parent dc7737ea
Branches
No related tags found
No related merge requests found
Pipeline #67138 failed
......@@ -4,10 +4,10 @@ Parameters
diameterSphere 1.0;
referenceVelocity 1.0;
latticeVelocity 0.05;
timesteps 1001;
timesteps 100001;
simulationTime 93;
// coarseMeshSize 0.0625;
coarseMeshSize 0.05;
coarseMeshSize 0.02;
// sphereXPosition 7.5;
sphereXPosition 2.0;
......@@ -26,7 +26,6 @@ Parameters
// GPU related Parameters, only used if GPU is enabled
sendDirectlyFromGPU true;
gpuBlockSize <128, 1, 1>;
}
//! [domainSetup]
......@@ -34,9 +33,9 @@ DomainSetup
{
// cellsPerBlock < 130, 240, 240 >;
// domainSize < 32.5, 15, 15 >;
cellsPerBlock < 16, 16, 16 >;
domainSize < 8, 3.2, 3.2 >;
refinementLevels 1;
cellsPerBlock < 32, 32, 32 >;
domainSize < 8, 4, 4 >;
refinementLevels 2;
numberProcesses 1; // This is for load balancing, overwritten if more than one proc is used
}
//! [domainSetup]
......@@ -60,11 +59,11 @@ StabilityChecker
VTKWriter
{
vtkWriteFrequency 500;
vtkWriteFrequency 1000;
velocity true;
density true;
flag false;
writeOnlySlice false;
writeOnlySlice true;
amrFileFormat false;
oneFilePerProcess false;
samplingResolution -1;
......@@ -91,12 +90,21 @@ Evaluation
AABBRefinementSelection
{
// coordinates of Regions are always in [0,1] -> the entire simulation space is mapped to [ <0,0,0>, <1,1,1> ]
Region
{
level 2;
region [ <0.26, 0.4, 0.4>, <0.4, 0.6, 0.6> ];
}
/*Region
{
level 1;
region [ <0.2, 0.3, 0.3>, <0.5, 0.6, 0.6> ];
}
/*Region
Region
{
level 2;
region [ <0.26, 0.41, 0>, <0.7, 0.59, 1> ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment