17#ifndef DUMUX_PENG_ROBINSON_PARAMS_HH
18#define DUMUX_PENG_ROBINSON_PARAMS_HH
30template <
class Scalar>
Stores and provides access to the Peng-Robinson parameters.
Definition: pengrobinsonparams.hh:32
Scalar a_
Definition: pengrobinsonparams.hh:66
Scalar b_
Definition: pengrobinsonparams.hh:67
void setA(Scalar value)
Set the attractive parameter 'a' of the Peng-Robinson fluid.
Definition: pengrobinsonparams.hh:54
Scalar a() const
Returns the attractive parameter 'a' of the Peng-Robinson fluid.
Definition: pengrobinsonparams.hh:38
void setB(Scalar value)
Set the repulsive parameter 'b' of the Peng-Robinson fluid.
Definition: pengrobinsonparams.hh:62
Scalar b() const
Returns the repulsive parameter 'b' of the Peng-Robinson fluid.
Definition: pengrobinsonparams.hh:46