File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11#Test Name: SquareShelfConstrainedEnthalpyStea
2- import pyissm
32import numpy as np
3+ import pyissm
4+
45
56md = pyissm .model .mesh .triangle (pyissm .model .Model (), '../assets/Exp/Square.exp' , 180000 )
67md = pyissm .model .param .set_mask (md , 'all' , None )
Original file line number Diff line number Diff line change 11#Test Name: SquareShelfConstrainedTransHOEnth
2+ import numpy as np
23import pyissm
34
5+
46md = pyissm .model .mesh .triangle (pyissm .model .Model (), '../assets/Exp/Square.exp' , 200000 )
57md = pyissm .model .param .set_mask (md , 'all' , None )
68md = pyissm .model .param .parameterize (md , '../assets/Par/SquareShelfConstrained.py' )
79md = 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' )
911md .initialization .waterfraction = np .zeros ((md .mesh .numberofvertices ))
1012md .initialization .watercolumn = np .zeros ((md .mesh .numberofvertices ))
1113md .thermal .isenthalpy = 1
You can’t perform that action at this time.
0 commit comments