LifeV
dataProblem::dataPhysical Namespace Reference

Typedefs

typedef boost::numeric::ublas::matrix< RealMatrix
 
typedef boost::numeric::ublas::vector< RealVector
 

Functions

Real Phi (const Real &x, const Real &y, const Real &z)
 
Real k_rw (const Real &S_w)
 
Real k_rn (const Real &S_n)
 
const Matrix invK (const Real &t, const Real &x, const Real &y, const Real &z)
 
Real pc (const Real &S_w)
 
Real Dk_rw (const Real &S_w)
 
Real Dk_rn (const Real &S_n)
 
Real Dpc (const Real &S_w)
 

Variables

const Real mu_w = 1
 
const Real mu_n = 5
 
const Real rho_w = 1
 
const Real rho_n = 0.5
 
const Real g = -9.7803184
 
const Real S_wr = 0.1
 
const Real S_nr = 0
 
const Real pd = 1200.
 
const Real lambda = 1
 

Typedef Documentation

◆ Matrix

typedef boost::numeric::ublas::matrix<Real> Matrix

Definition at line 56 of file darcy/examples/twophase_impes/user_fun.hpp.

◆ Vector

typedef boost::numeric::ublas::vector<Real> Vector

Definition at line 57 of file darcy/examples/twophase_impes/user_fun.hpp.

Function Documentation

◆ Phi()

Real Phi ( const Real x,
const Real y,
const Real z 
)

Definition at line 44 of file darcy/examples/twophase_impes/user_fun.cpp.

◆ k_rw()

Real k_rw ( const Real S_w)

Definition at line 50 of file darcy/examples/twophase_impes/user_fun.cpp.

◆ k_rn()

Real k_rn ( const Real S_n)

Definition at line 68 of file darcy/examples/twophase_impes/user_fun.cpp.

◆ invK()

const Matrix invK ( const Real t,
const Real x,
const Real y,
const Real z 
)

Definition at line 106 of file darcy/examples/twophase_impes/user_fun.cpp.

◆ pc()

Real pc ( const Real S_w)

Definition at line 88 of file darcy/examples/twophase_impes/user_fun.cpp.

◆ Dk_rw()

Real Dk_rw ( const Real S_w)

Definition at line 59 of file darcy/examples/twophase_impes/user_fun.cpp.

◆ Dk_rn()

Real Dk_rn ( const Real S_n)

Definition at line 77 of file darcy/examples/twophase_impes/user_fun.cpp.

◆ Dpc()

Real Dpc ( const Real S_w)

Definition at line 97 of file darcy/examples/twophase_impes/user_fun.cpp.

Variable Documentation

◆ mu_w

const Real mu_w = 1

Definition at line 63 of file darcy/examples/twophase_impes/user_fun.hpp.

◆ mu_n

const Real mu_n = 5

Definition at line 64 of file darcy/examples/twophase_impes/user_fun.hpp.

◆ rho_w

const Real rho_w = 1

Definition at line 67 of file darcy/examples/twophase_impes/user_fun.hpp.

◆ rho_n

const Real rho_n = 0.5

Definition at line 68 of file darcy/examples/twophase_impes/user_fun.hpp.

◆ g

const Real g = -9.7803184

Definition at line 78 of file darcy/examples/twophase_impes/user_fun.hpp.

◆ S_wr

const Real S_wr = 0.1

Definition at line 81 of file darcy/examples/twophase_impes/user_fun.hpp.

◆ S_nr

const Real S_nr = 0

Definition at line 82 of file darcy/examples/twophase_impes/user_fun.hpp.

◆ pd

const Real pd = 1200.

Definition at line 85 of file darcy/examples/twophase_impes/user_fun.hpp.

◆ lambda

const Real lambda = 1

Definition at line 88 of file darcy/examples/twophase_impes/user_fun.hpp.