@@ -8,17 +8,17 @@ The problem setup is identical to the previous [_Exercise Basic_](../exercise-ba
...
@@ -8,17 +8,17 @@ The problem setup is identical to the previous [_Exercise Basic_](../exercise-ba
* Navigate to the directory `exercise-properties`
* Navigate to the directory `exercise-properties`
_Exercise 2_ deals with a two-phase compositional problem (__2p2c__). Goal is to learn how to use compile and runtime parameters and the _DuMu<sup>x</sup> property system_.
_Exercise Properties_ deals with a two-phase compositional problem (__2p2c__). Goal is to learn how to use compile and runtime parameters and the _DuMu<sup>x</sup> property system_.
<br><br>
<br><br>
### Task 1: Getting familiar with the code
### Task 1: Getting familiar with the code
<hr>
<hr>
Locate all the files you will need for this exercise
Locate all the files you will need for this exercise
* The __main file__: `exercise2.cc`
* The __main file__: `exercise_properties.cc`
* The __problem file__: `injection2p2cproblem.hh`
* The __problem file__: `injection2p2cproblem.hh`
* The __spatial parameters file__: `injection2p2cspatialparams.hh`
* The __spatial parameters file__: `injection2p2cspatialparams.hh`
* The __input file__: `exercise2.input`
* The __input file__: `exercise_properties.input`
* Two header files containing:
* Two header files containing:
* a custom __local residual__ in: `mylocalresidual.hh`
* a custom __local residual__ in: `mylocalresidual.hh`
* a custom __material law__ in: `mymateriallaw.hh`
* a custom __material law__ in: `mymateriallaw.hh`