lanl / dfnWorks

dfnWorks is a parallelized computational suite to generate three-dimensional discrete fracture networks (DFN) and simulate flow and transport. If you download the software please fill out our interest form to stay up to date on releases https://goo.gl/forms/VE39oKsyp4LVC6Gj2 and join our google group https://groups.google.com/d/forum/dfnworks-users . Precompiled Docker Container https://hub.docker.com/r/ees16/dfnworks
https://dfnworks.lanl.gov/
Other
73 stars 42 forks source link

Added framOn toggle option to parameter dictionary #52

Closed hymanjd closed 1 year ago

hymanjd commented 1 year ago

Does the same thing as disbleFram, but is a more natural True and False.

disableFram == True is the same as frameOn == False (FRAM will not be used in dfnGen)

disableFram == False is the same as frameOn == True (FRAM will be used in dfnGen)

hymanjd commented 1 year ago

Where is that issue?

hymanjd commented 1 year ago

That logic is correct as written. The first logic statements are to check compatibility, the second is to print the warning.

hymanjd commented 1 year ago

Gotcha. I think it's fine.