pydfnWorks
python wrapper for dfnWorks
pydfnworks.dfnFlow.fehm Namespace Reference

Functions

def correct_stor_file (self)
 
def correct_perm_for_fehm ()
 
def fehm (self)
 

Variables

 stor_file
 
 mat_file
 

Function Documentation

◆ correct_perm_for_fehm()

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().

Here is the caller graph for this function:

◆ correct_stor_file()

def pydfnworks.dfnFlow.fehm.correct_stor_file (   self)
Corrects volumes in stor file to account for apertures

Parameters
----------
    self : object
        DFN Class

Returns
--------
    None

Notes
--------
Currently does not work with cell based aperture

Definition at line 13 of file fehm.py.

◆ fehm()

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().

Here is the call graph for this function:

Variable Documentation

◆ mat_file

pydfnworks.dfnFlow.fehm.mat_file

Definition at line 36 of file fehm.py.

◆ stor_file

pydfnworks.dfnFlow.fehm.stor_file

Definition at line 35 of file fehm.py.