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
0490bed7
Commit
0490bed7
authored
1 year ago
by
Markus Holzer
Browse files
Options
Downloads
Patches
Plain Diff
Fix evaluation
parent
fcfd4272
No related branches found
No related tags found
No related merge requests found
Pipeline
#65515
failed
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/FlowAroundSphere/FlowAroundSphere.cpp
+1
-1
1 addition, 1 deletion
apps/showcases/FlowAroundSphere/FlowAroundSphere.cpp
apps/showcases/FlowAroundSphere/FlowAroundSphere.prm
+2
-2
2 additions, 2 deletions
apps/showcases/FlowAroundSphere/FlowAroundSphere.prm
with
3 additions
and
3 deletions
apps/showcases/FlowAroundSphere/FlowAroundSphere.cpp
+
1
−
1
View file @
0490bed7
...
...
@@ -603,7 +603,7 @@ int main(int argc, char** argv)
};
shared_ptr
<
Evaluation
>
evaluation
(
new
Evaluation
(
blocks
,
evaluationCheckFrequency
,
rampUpTime
,
getFields
,
pdfFieldID
,
densityFieldID
,
velFieldID
,
flagFieldID
,
fluidFlagUID
,
FlagUID
(
"NoSlip"
)
,
pdfFieldID
,
densityFieldID
,
velFieldID
,
flagFieldID
,
fluidFlagUID
,
obstacleFlagUID
,
setup
,
evaluationLogToStream
,
evaluationLogToFile
,
evaluationFilename
));
// create time loop
...
...
This diff is collapsed.
Click to expand it.
apps/showcases/FlowAroundSphere/FlowAroundSphere.prm
+
2
−
2
View file @
0490bed7
...
...
@@ -56,9 +56,9 @@ StabilityChecker
VTKWriter
{
vtkWriteFrequency
2
0;
vtkWriteFrequency
100
0;
velocity true;
density
fals
e;
density
tru
e;
flag false;
writeOnlySlice false;
amrFileFormat false;
...
...
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