acroucher / PyTOUGH

A Python library for automating TOUGH2 simulations of subsurface fluid and heat flow
GNU Lesser General Public License v3.0
96 stars 36 forks source link

changing rock block name #38

Open jousheinfo opened 2 years ago

jousheinfo commented 2 years ago

Hi, thanks for sharing the code. My question is the following: when I want to write any other different name than "dfalt", let's say "wella", there is an error. Could you help me, please? Thanks a lot!

acroucher commented 2 years ago

I'd need to see a bit more detail of what you're doing. But your issue is called "changing rock block name", and "dfalt" is the default rock type name (not block name). "wella" could not be used as a block name as it does not end in two digits (required by TOUGH2).