Skip to content
Snippets Groups Projects
Commit 623c82b8 authored by Timo Koch's avatar Timo Koch
Browse files

Small fixes

parent b2d6cbd9
No related branches found
No related tags found
No related merge requests found
Pipeline #30796 passed
...@@ -222,7 +222,7 @@ $\rightarrow$ the empirical parameters $p_d$ and $\lambda$ have to be specified ...@@ -222,7 +222,7 @@ $\rightarrow$ the empirical parameters $p_d$ and $\lambda$ have to be specified
## Example implementations ## Example implementations
* _InertSolidState_ : assumes an inert solid phase. Solid volume fractions do not change. This is the **default**. * _InertSolidState_ : assumes an inert solid phase. Solid volume fractions do not change. This is the **default**.
* _CompositionalSolidState_ : assumes a solid matrix composed out of two components. The volume fractions can change and properties such as heat capacity are adapted. * _CompositionalSolidState_ : assumes a solid matrix composed out of multiple components. The volume fractions can change and properties such as heat capacity are adapted.
# Constraint Solvers # Constraint Solvers
......
...@@ -28,8 +28,8 @@ For more control, follow ...@@ -28,8 +28,8 @@ For more control, follow
./dune-common/bin/dunecontrol bexec rm -r CMakeFiles CMakeCache.txt ./dune-common/bin/dunecontrol bexec rm -r CMakeFiles CMakeCache.txt
python3 -m venv venv python3 -m venv venv
source venv/bin/activate source venv/bin/activate
./dune-common/bin/dunecontrol --opts=dumux.opts configure ./dune-common/bin/dunecontrol --opts=dumux/cmake.opts configure
./dune-common/bin/dunecontrol --opts=dumux.opts make -j ./dune-common/bin/dunecontrol --opts=dumux/cmake.opts make -j
``` ```
which installs Python bindings into the activated virtual environment. which installs Python bindings into the activated virtual environment.
......
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