29#ifndef DUMUX_PENG_ROBINSON_PARAMS_HH
30#define DUMUX_PENG_ROBINSON_PARAMS_HH
42template <
class Scalar>
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
Stores and provides access to the Peng-Robinson parameters.
Definition: pengrobinsonparams.hh:44
Scalar a_
Definition: pengrobinsonparams.hh:78
Scalar b_
Definition: pengrobinsonparams.hh:79
void setA(Scalar value)
Set the attractive parameter 'a' of the Peng-Robinson fluid.
Definition: pengrobinsonparams.hh:66
Scalar a() const
Returns the attractive parameter 'a' of the Peng-Robinson fluid.
Definition: pengrobinsonparams.hh:50
void setB(Scalar value)
Set the repulsive parameter 'b' of the Peng-Robinson fluid.
Definition: pengrobinsonparams.hh:74
Scalar b() const
Returns the repulsive parameter 'b' of the Peng-Robinson fluid.
Definition: pengrobinsonparams.hh:58