Serves as a python interface to write and run input files for MOOSE PorousFlow simulations.
Ensure that you have installed MOOSE correctly and compiled the porous flow module executable. Then set one of the following in your /.bashrc file so that PyMOOSE can find the excutable:
- export MOOSE_DIR=/Users/username/projects/moose
- export POROUS_FLOW_DIR=/Users/username/projects/moose/modules/porous_flow/
import pdata as dat
import analytical_solutions as a_s
An example of how to run is shown in /example/example.py