Skip to content
Snippets Groups Projects
Commit 13dbb15f authored by Martin Schneider's avatar Martin Schneider
Browse files

[ex1] Update of readme and CMakeLists

parent 3679499d
No related branches found
No related tags found
2 merge requests!600[WIP][components][plotproperties] Add a source file to plot properties of some components,!559Feature/dumux course corrections
# the immiscible two-phase simulation program
dune_add_test(NAME exercise1_2p
SOURCES exercise1_2p.cc)
SOURCES exercise1_2p.cc
COMMAND ./exercise1_2p exercise1.input)
# the compositional two-phase simulation program
dune_add_test(NAME exercise1_2p2c
SOURCES exercise1_2p2c.cc)
SOURCES exercise1_2p2c.cc
COMMAND ./exercise1_2p2c exercise1.input)
# add a symlink for the input file
dune_symlink_to_source_files(FILES "exercise1.input")
......@@ -104,7 +104,7 @@ in the `injection2p2cproblem.hh` file and also remember to also set the paramete
* Check the influence of that parameter on the simulation result by rerunning the simulation with different injection rates. Remember to also set the parameter totalAreaSpecificInflow in the input file.
Again, you don't need to recompile the program.
Since you have changed your header hile, you have to recompile the program.
<hr><br><br>
### 5. Setting up a new executable (for a non-isothermal simulation)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment