proteus 1.9.0
C/C++/Fortran libraries
Loading...
Searching...
No Matches
proteus::richards Namespace Reference

Namespaces

namespace  psk

Classes

class  ADR
class  ADR_base
class  Richards
class  Richards_base

Functions

ADR_basenewADR (int nSpaceIn, int nQuadraturePoints_elementIn, int nDOF_mesh_trial_elementIn, int nDOF_trial_elementIn, int nDOF_test_elementIn, int nQuadraturePoints_elementBoundaryIn, int CompKernelFlag)
double ENTROPY (const double &phi, const double &phiL, const double &phiR)
double DENTROPY (const double &phi, const double &phiL, const double &phiR)
double ENTROPY_LOG (const double &phi, const double &phiL, const double &phiR)
double DENTROPY_LOG (const double &phi, const double &phiL, const double &phiR)
Richards_basenewRichards (int nSpaceIn, int nQuadraturePoints_elementIn, int nDOF_mesh_trial_elementIn, int nDOF_trial_elementIn, int nDOF_test_elementIn, int nQuadraturePoints_elementBoundaryIn, int CompKernelFlag)

Function Documentation

◆ DENTROPY()

double proteus::richards::DENTROPY ( const double & phi,
const double & phiL,
const double & phiR )
inline

Definition at line 34 of file Richards.h.

◆ DENTROPY_LOG()

double proteus::richards::DENTROPY_LOG ( const double & phi,
const double & phiL,
const double & phiR )
inline

Definition at line 43 of file Richards.h.

◆ ENTROPY()

double proteus::richards::ENTROPY ( const double & phi,
const double & phiL,
const double & phiR )
inline

Definition at line 30 of file Richards.h.

◆ ENTROPY_LOG()

double proteus::richards::ENTROPY_LOG ( const double & phi,
const double & phiL,
const double & phiR )
inline

Definition at line 39 of file Richards.h.

◆ newADR()

ADR_base * proteus::richards::newADR ( int nSpaceIn,
int nQuadraturePoints_elementIn,
int nDOF_mesh_trial_elementIn,
int nDOF_trial_elementIn,
int nDOF_test_elementIn,
int nQuadraturePoints_elementBoundaryIn,
int CompKernelFlag )
inline

Definition at line 609 of file richards/ADR.h.

◆ newRichards()

Richards_base * proteus::richards::newRichards ( int nSpaceIn,
int nQuadraturePoints_elementIn,
int nDOF_mesh_trial_elementIn,
int nDOF_trial_elementIn,
int nDOF_test_elementIn,
int nQuadraturePoints_elementBoundaryIn,
int CompKernelFlag )
inline

Definition at line 2235 of file Richards.h.