Elmer FEM solver
Elmer is an open source finite element software for multiphysical problems
 All Classes Files Functions Variables Typedefs Macros Groups Pages
porousmaterials Module Reference

Public Member Functions

real(kind=dp) function hydraulicconductivity (Element, Material, Basis, elempsy)
 
real(kind=dp) function watercontent (Element, Material, Basis, elemPsy)
 

Public Attributes

integer, parameter porosity_default =0
 
integer, parameter porosity_van_genuchten = 1
 
integer, parameter porosity_brooks_corey = 2
 

Member Function/Subroutine Documentation

real(kind=dp) function porousmaterials::hydraulicconductivity ( type(element_t), pointer  Element,
type(valuelist_t), pointer  Material,
real(kind=dp), dimension(:)  Basis,
real(kind=dp), dimension(:)  elempsy 
)

References defutils::getconstreal(), defutils::getstring(), and lists::listgetreal().

Referenced by bulkassembly(), and localbulkmatrix().

Here is the call graph for this function:

Here is the caller graph for this function:

real(kind=dp) function porousmaterials::watercontent ( type(element_t), pointer  Element,
type(valuelist_t), pointer  Material,
real(kind=dp), dimension(:)  Basis,
real(kind=dp), dimension(:)  elemPsy 
)

References defutils::getconstreal(), defutils::getstring(), and lists::listgetreal().

Referenced by watercontentderivative().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

integer, parameter porousmaterials::porosity_brooks_corey = 2
integer, parameter porousmaterials::porosity_default =0
integer, parameter porousmaterials::porosity_van_genuchten = 1

The documentation for this module was generated from the following file: