Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
fc4ecc99
Commit
fc4ecc99
authored
6 years ago
by
Kilian Weishaupt
Browse files
Options
Downloads
Patches
Plain Diff
[test][freeflow] Fix Stokes channel test problem
parent
c9779723
No related branches found
No related tags found
1 merge request
!1214
Feature/runtime inertia
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/freeflow/navierstokes/channeltestproblem.hh
+0
-7
0 additions, 7 deletions
test/freeflow/navierstokes/channeltestproblem.hh
test/freeflow/navierstokes/test_channel_stokes.input
+1
-0
1 addition, 0 deletions
test/freeflow/navierstokes/test_channel_stokes.input
with
1 addition
and
7 deletions
test/freeflow/navierstokes/channeltestproblem.hh
+
0
−
7
View file @
fc4ecc99
...
@@ -68,13 +68,6 @@ SET_BOOL_PROP(ChannelTestTypeTag, EnableFVGridGeometryCache, true);
...
@@ -68,13 +68,6 @@ SET_BOOL_PROP(ChannelTestTypeTag, EnableFVGridGeometryCache, true);
SET_BOOL_PROP
(
ChannelTestTypeTag
,
EnableGridFluxVariablesCache
,
true
);
SET_BOOL_PROP
(
ChannelTestTypeTag
,
EnableGridFluxVariablesCache
,
true
);
SET_BOOL_PROP
(
ChannelTestTypeTag
,
EnableGridVolumeVariablesCache
,
true
);
SET_BOOL_PROP
(
ChannelTestTypeTag
,
EnableGridVolumeVariablesCache
,
true
);
#if ENABLE_NAVIERSTOKES
SET_BOOL_PROP
(
ChannelTestTypeTag
,
EnableInertiaTerms
,
true
);
#else
SET_BOOL_PROP
(
ChannelTestTypeTag
,
EnableInertiaTerms
,
false
);
#endif
}
}
/*!
/*!
...
...
This diff is collapsed.
Click to expand it.
test/freeflow/navierstokes/test_channel_stokes.input
+
1
−
0
View file @
fc4ecc99
...
@@ -10,6 +10,7 @@ Cells = 100 50
...
@@ -10,6 +10,7 @@ Cells = 100 50
Name = test_channel_stokes # name passed to the output routines
Name = test_channel_stokes # name passed to the output routines
InletVelocity = 1
InletVelocity = 1
EnableGravity = false
EnableGravity = false
EnableInertiaTerms = false
[ Newton ]
[ Newton ]
MaxSteps = 10
MaxSteps = 10
...
...
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