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
d04e02d0
Commit
d04e02d0
authored
1 year ago
by
Markus Holzer
Browse files
Options
Downloads
Patches
Plain Diff
testing
parent
65eb1054
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#62877
canceled
1 year ago
Stage: pretest
Stage: test
Stage: benchmark
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/showcases/FlowAroundCylinder/Cylinder.cpp
+2
-2
2 additions, 2 deletions
apps/showcases/FlowAroundCylinder/Cylinder.cpp
apps/showcases/FlowAroundCylinder/CylinderRe3900.prm
+1
-1
1 addition, 1 deletion
apps/showcases/FlowAroundCylinder/CylinderRe3900.prm
with
3 additions
and
3 deletions
apps/showcases/FlowAroundCylinder/Cylinder.cpp
+
2
−
2
View file @
d04e02d0
...
...
@@ -97,8 +97,8 @@ bool Cylinder::intersects(const AABB& aabb, const real_t bufferDistance) const
real_t
Cylinder
::
delta
(
const
Vector3
<
real_t
>&
fluid
,
const
Vector3
<
real_t
>&
boundary
)
const
{
WALBERLA_CHECK
(
!
contains
(
fluid
))
WALBERLA_CHECK
(
contains
(
boundary
))
WALBERLA_CHECK
(
!
contains
(
fluid
)
,
"Point ( "
<<
fluid
<<
" ) is not outside the cylinder!"
)
WALBERLA_CHECK
(
contains
(
boundary
)
,
"Point ( "
<<
boundary
<<
" ) is not inside the cylinder!"
)
const
real_t
px
=
setup_
.
cylinderXPosition
;
const
real_t
py
=
setup_
.
cylinderYPosition
;
...
...
This diff is collapsed.
Click to expand it.
apps/showcases/FlowAroundCylinder/CylinderRe3900.prm
+
1
−
1
View file @
d04e02d0
...
...
@@ -37,7 +37,7 @@ DomainSetup
cellsPerBlock < 750, 750, 200 >;
domainSize < 60, 30, 4 >;
periodic < false, false, true>;
refinementLevels
0
;
refinementLevels
8
;
numberProcesses 1; // This is for load balancing, overwritten if more than one proc is used
}
...
...
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