|
| template<class Grid , class ReservoirProperties , class PressureSolution > |
| double | findCFLtimeVelocity (const Grid &grid, const ReservoirProperties &resprop, const PressureSolution &pressure_sol) |
| |
| template<class Grid , class ReservoirProperties > |
| double | findCFLtimeGravity (const Grid &grid, const ReservoirProperties &resprop, const typename Grid::Vector &gravity) |
| |
| template<class Grid , class ReservoirProperties > |
| double | findCFLtimeCapillary (const Grid &grid, const ReservoirProperties &resprop) |
| |
template<class Grid , class ReservoirProperties >
| double Opm::cfl_calculator::findCFLtimeCapillary |
( |
const Grid & |
grid, |
|
|
const ReservoirProperties & |
resprop |
|
) |
| |
template<class Grid , class ReservoirProperties >
| double Opm::cfl_calculator::findCFLtimeGravity |
( |
const Grid & |
grid, |
|
|
const ReservoirProperties & |
resprop, |
|
|
const typename Grid::Vector & |
gravity |
|
) |
| |
template<class Grid , class ReservoirProperties , class PressureSolution >
| double Opm::cfl_calculator::findCFLtimeVelocity |
( |
const Grid & |
grid, |
|
|
const ReservoirProperties & |
resprop, |
|
|
const PressureSolution & |
pressure_sol |
|
) |
| |
|