LifeV
darcy/examples/twophase_impes/user_fun.cpp File Reference
#include "user_fun.hpp"
+ Include dependency graph for darcy/examples/twophase_impes/user_fun.cpp:

Go to the source code of this file.

Namespaces

 dataProblem
 User functions.
 
 dataProblem::dataPhysical
 

Functions

Real Phi (const Real &x, const Real &y, const Real &z)
 
Real k_rw (const Real &S_w)
 
Real Dk_rw (const Real &S_w)
 
Real k_rn (const Real &S_n)
 
Real Dk_rn (const Real &S_n)
 
Real pc (const Real &S_w)
 
Real Dpc (const Real &S_w)
 
const Matrix invK (const Real &t, const Real &x, const Real &y, const Real &z)
 
Matrix pressurePermeability (const Real &, const Real &x, const Real &y, const Real &z, const std::vector< Real > &u)
 
Real pressureSource (const Real &, const Real &x, const Real &y, const Real &, const ID &)
 
Real pressureDirichlet1 (const Real &, const Real &x, const Real &y, const Real &z, const ID &)
 
Real pressureDirichlet2 (const Real &, const Real &x, const Real &y, const Real &z, const ID &)
 
Real pressureDirichlet3 (const Real &, const Real &x, const Real &y, const Real &z, const ID &)
 
Real pressureNeumann (const Real &, const Real &x, const Real &y, const Real &z, const ID &icomp)
 
Real pressureRobin (const Real &, const Real &x, const Real &y, const Real &z, const ID &)
 
Matrix saturationPermeability (const Real &t, const Real &x, const Real &y, const Real &z, const std::vector< Real > &u)
 User functions for the saturation equation. More...
 
Vector saturationPhysicalFlux (const Real &, const Real &x, const Real &y, const Real &z, const std::vector< Real > &u)
 
Vector saturationFirstDerivativePhysicalFlux (const Real &, const Real &x, const Real &y, const Real &z, const std::vector< Real > &u)
 
Real saturationSource (const Real &, const Real &x, const Real &y, const Real &, const ID &)
 
Real saturationInitialCondition (const Real &, const Real &x, const Real &y, const Real &z, const ID &)
 
Real saturationMass (const Real &, const Real &x, const Real &y, const Real &z, const ID &)
 
Real saturationDirichlet1 (const Real &, const Real &x, const Real &y, const Real &z, const ID &)
 
Real saturationDirichlet2 (const Real &, const Real &x, const Real &y, const Real &z, const ID &)
 
Real saturationDirichlet3 (const Real &, const Real &x, const Real &y, const Real &z, const ID &)
 
Real saturationNeumann (const Real &, const Real &x, const Real &y, const Real &z, const ID &icomp)
 
Real saturationRobin (const Real &, const Real &x, const Real &y, const Real &z, const ID &)