keurfonluu / toughio

Pre- and post-processing Python library for TOUGH
Other
59 stars 9 forks source link

Cast Input properties (Poro, Perm, and INCON) into OUTPUT_ELEME #125

Closed Alejobep closed 1 year ago

Alejobep commented 2 years ago

Hi,

When loading the XMF file produced by the command toughio-export, I wonder if it is possible to include also the static properties of the model (poro, perm, ...) and even include the initialization variables so variables such as Pressure and Temperature can be read from time=0.

keurfonluu commented 2 years ago

Hi @Alejobep,

Not sure whether I understand your request. toughio-export only exports all the data that are present in your output file. As far as I know, you can output porosity and permeability, at least in TOUGH3. As for the initial conditions, does it work if you add time step 0 in the block TIMES?

keurfonluu commented 1 year ago

Closing for inactivity. Feel free to reopen.