opm-simulators
FlowThresholdPressure.hpp File Reference

This class calculates the threshold pressure for grid faces according to the Eclipse Reference Manual. More...

#include <opm/material/densead/Evaluation.hpp>
#include <opm/material/densead/Math.hpp>
#include <opm/models/common/multiphasebaseproperties.hh>
#include <opm/models/discretization/common/fvbaseproperties.hh>
#include <opm/models/utils/propertysystem.hh>
#include <opm/simulators/flow/GenericThresholdPressure.hpp>
#include <algorithm>

Go to the source code of this file.

Classes

class  Opm::FlowThresholdPressure< TypeTag >
 This class calculates the threshold pressure for grid faces according to the Eclipse Reference Manual. More...
 

Namespaces

 Opm
 Structs needed for tpfalinearizer and its gpuparams struct extracted to be defined in one place that both can include.
 

Detailed Description

This class calculates the threshold pressure for grid faces according to the Eclipse Reference Manual.

If the difference of the pressure potential between two cells is below the threshold pressure, the pressure potential difference is assumed to be zero, if it is larger than the threshold pressure, it is reduced by the threshold pressure.