Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux-course
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Wiki
Code
Merge requests
4
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-course
Merge requests
!25
[fix] again change name to basics exercise in runtime readme
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[fix] again change name to basics exercise in runtime readme
fix/readme-runtime
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Katharina Heck
requested to merge
fix/readme-runtime
into
master
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
744076a2
1 commit,
6 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
exercises/exercise-runtimeparams/README.md
+
2
−
2
Options
@@ -2,7 +2,7 @@
<br>
## Problem set-up
Here we will expand on what we've covered in the
mainfile
exercise, and the problem set up will remain the same.
Here we will expand on what we've covered in the
basics
exercise, and the problem set up will remain the same.
## Preparing the exercise
@@ -114,7 +114,7 @@ values[Indices::conti0EqIdx + FluidSystem::N2Idx]= -1e-4/FluidSystem::molarMass(
with a runtime variable.
*
(2a) Develop a new variable called
`totalAreaSpecificInflow_`
,
*
(2b) record a value to this variable from a path in the input file, and
*
(2b) record a value to this variable from a path in the input file, and
*
(2c) incorporate this variable into the injection boundary condition.
When your problem file and the input file are edited, compile and run the exercise.
Loading