pydfnWorks
python wrapper for dfnWorks
|
Functions | |
def | correct_stor_file (self) |
def | correct_perm_for_fehm () |
def | fehm (self) |
Variables | |
stor_file | |
mat_file | |
def pydfnworks.dfnFlow.fehm.correct_perm_for_fehm | ( | ) |
FEHM wants an empty line at the end of the perm file This functions adds that line return Parameters ---------- None Returns --------- None Notes ------------ Only adds a new line if the last line is not empty
Definition at line 56 of file fehm.py.
Referenced by pydfnworks.dfnFlow.fehm.fehm().
def pydfnworks.dfnFlow.fehm.correct_stor_file | ( | self | ) |
def pydfnworks.dfnFlow.fehm.fehm | ( | self | ) |
Run FEHM Parameters ---------- self : object DFN Class Returns ------- None Notes ----- See https://fehm.lanl.gov/ for details about FEHM
Definition at line 84 of file fehm.py.
References pydfnworks.dfnFlow.fehm.correct_perm_for_fehm().