Skip to content
Snippets Groups Projects
Commit d50e6388 authored by Christoph Lehmann's avatar Christoph Lehmann Committed by Dmitri Naumov
Browse files

[T/TRM] Added a minimal test for passing volumetric strain.

parent 530123c4
No related branches found
No related tags found
No related merge requests found
...@@ -129,8 +129,12 @@ ...@@ -129,8 +129,12 @@
</property> </property>
<property> <property>
<name>permeability</name> <name>permeability</name>
<type>Constant</type> <type>Function</type>
<value>2e-20</value> <value>
<!-- If volumetric strain is not set by OGS, it will be NaN.
Hence, the entire expression will be NaN and OGS will fail. -->
<expression>2e-20 + volumetric_strain - volumetric_strain</expression>
</value>
</property> </property>
<property> <property>
<name>porosity</name> <name>porosity</name>
......
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