Base class for a mesh cell.
Definition Cell.h:59
Pressure relaxation.
Definition RelaxationP.h:39
virtual ~RelaxationP()
Definition RelaxationP.cpp:39
double computeInterfacePressure(Cell *cell, Prim type=vecPhases)
Compute interface pressure.
Definition RelaxationP.cpp:72
RelaxationP()
Definition RelaxationP.cpp:35
void NewtonRaphson(double &pStar, int &iteration)
Newton-Raphson method for the infinite pressure relaxation.
Definition RelaxationP.cpp:43
virtual int getType() const
Return the pressure-relaxation type.
Definition RelaxationP.h:45
Abstract class for Relaxations.
Definition Relaxation.h:45