Skip to content

Serves as a python interface to write and run input files for MOOSE PorousFlow simulations.

Notifications You must be signed in to change notification settings

raincoder87/PyMOOSE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyMOOSE

Serves as a python interface to write and run input files for MOOSE PorousFlow simulations.

Getting Started

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/

Importing Python packages:

import pdata as dat
import analytical_solutions as a_s

Example file

An example of how to run is shown in /example/example.py

About

Serves as a python interface to write and run input files for MOOSE PorousFlow simulations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.3%
  • Assembly 44.7%