Skip to content

Commit

Permalink
Update resqpy_helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchengtkc authored Jul 5, 2024
1 parent 6a464d7 commit 9aa2c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warmth/resqpy_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def read_mesh_resqml(epcfilename, meshTitle = 'tetramesh'):
assert layerID_prop.indexable_element() == 'cells'
# print( layerID_prop.array_ref().shape, layerID_prop.array_ref()[0:10] ) # .array_ref() exposes the values as numpy array

titles=['Temperature', 'Age', 'LayerID', 'Porosity_initial', 'Porosity_decay', 'Density_solid', 'insulance_thermal', 'Radiogenic_heat_production']
titles=['Temperature', 'Age', 'LayerID', 'Porosity_initial', 'Porosity_decay', 'Density_solid', 'thermal_conductivity', 'Radiogenic_heat_production']
for title in titles:
prop_uuid = model.uuid(title = title)
prop = rqp.Property(model, uuid = prop_uuid)
Expand Down

0 comments on commit 9aa2c61

Please sign in to comment.