Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
waLBerla
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Markus Holzer
waLBerla
Commits
1e927f07
Commit
1e927f07
authored
11 months ago
by
Markus Holzer
Browse files
Options
Downloads
Patches
Plain Diff
Sphere run
parent
dc7737ea
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#67138
failed
11 months ago
Stage: pretest
Stage: test
Stage: benchmark
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/showcases/FlowAroundSphere/FlowAroundSphere.prm
+17
-9
17 additions, 9 deletions
apps/showcases/FlowAroundSphere/FlowAroundSphere.prm
with
17 additions
and
9 deletions
apps/showcases/FlowAroundSphere/FlowAroundSphere.prm
+
17
−
9
View file @
1e927f07
...
...
@@ -4,10 +4,10 @@ Parameters
diameterSphere 1.0;
referenceVelocity 1.0;
latticeVelocity 0.05;
timesteps 1001;
timesteps 100
00
1;
simulationTime 93;
// coarseMeshSize 0.0625;
coarseMeshSize 0.0
5
;
coarseMeshSize 0.0
2
;
// 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
5
00;
vtkWriteFrequency
10
00;
velocity true;
density true;
flag false;
writeOnlySlice
fals
e;
writeOnlySlice
tru
e;
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> ];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment