Skip to content

Commit

Permalink
Update lamem_input.dat
Browse files Browse the repository at this point in the history
Some smart person had added the  PhaseTransition infrastructure along with a keyword to activate it, but did not add this to the master file.
As a result, this was not taken into account in the `LaMEM.jl` package as well and I spend hours looking for the bug...
  • Loading branch information
boriskaus authored Feb 2, 2024
1 parent 9f4b94f commit 1b1bccd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion input_models/input/lamem_input.dat
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@
useTk = 1 # switch to use T-dependent conductivity, 0: not active
dikeHeat = 1 # switch to use Behn & Ito heat source in the dike
Compute_velocity_gradient = 1 # compute the velocity gradient tensor 1: active, 0: not active. If active, it automatically activates the output in the .pvd file

Phasetrans = 0 # take phase transitions on particles into account (see <PhaseTransitionStart>/ <PhaseTransitionEnd> below)

# Groundwater level type specification:

# gw_level_type = none # don't compute pore pressure (default)
Expand Down

0 comments on commit 1b1bccd

Please sign in to comment.