The property type tag is an empty struct with the respective name, e.g. `DiffusionModel`.
The property type tag is an empty struct with the respective name, e.g. `DiffusionModel`.
All properties related to the desired model can be attributed using the property type tag.
All properties related to the desired model can be attributed using the property type tag.
```cpp
```cpp
...
@@ -255,3 +255,5 @@ Implementation of a **nonlinear diffusion model** for denoising of an MRI image
...
@@ -255,3 +255,5 @@ Implementation of a **nonlinear diffusion model** for denoising of an MRI image
- Set model properties
- Set model properties
- Use model in test case
- Use model in test case
- Customize volume variables
- Customize volume variables
* Go to [Model excercise](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course/tree/master/exercises/exercise-model#exercise-model-dumux-course)