Skip to content

Commit

Permalink
[T/TRM] Added a minimal test for passing volumetric strain.
Browse files Browse the repository at this point in the history
  • Loading branch information
chleh authored and endJunction committed Sep 15, 2023
1 parent 530123c commit d50e638
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,12 @@
</property>
<property>
<name>permeability</name>
<type>Constant</type>
<value>2e-20</value>
<type>Function</type>
<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>
<name>porosity</name>
Expand Down

0 comments on commit d50e638

Please sign in to comment.