Skip to content

Commit 34fcc6d

Browse files
committed
amend and fix
1 parent fb6650d commit 34fcc6d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

test/NightlyRuns/test120.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#Test Name: SquareShelfConstrainedEnthalpyStea
2-
import pyissm
32
import numpy as np
3+
import pyissm
4+
45

56
md = pyissm.model.mesh.triangle(pyissm.model.Model(), '../assets/Exp/Square.exp', 180000)
67
md = pyissm.model.param.set_mask(md, 'all', None)

test/NightlyRuns/test122.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#Test Name: SquareShelfConstrainedTransHOEnth
2+
import numpy as np
23
import pyissm
34

5+
46
md = pyissm.model.mesh.triangle(pyissm.model.Model(), '../assets/Exp/Square.exp', 200000)
57
md = pyissm.model.param.set_mask(md, 'all', None)
68
md = pyissm.model.param.parameterize(md, '../assets/Par/SquareShelfConstrained.py')
79
md = md.extrude(3, 1.)
8-
md = pyissm.model.param.set_flow_equation(md, 'HO', 'all')
10+
md = pyissm.model.param.set_flow_equation(md, HO = 'all')
911
md.initialization.waterfraction = np.zeros((md.mesh.numberofvertices))
1012
md.initialization.watercolumn = np.zeros((md.mesh.numberofvertices))
1113
md.thermal.isenthalpy = 1

0 commit comments

Comments
 (0)