29#ifndef DUMUX_PENG_ROBINSON_PARAMS_HH
30#define DUMUX_PENG_ROBINSON_PARAMS_HH
42template <
class Scalar>
61 [[deprecated(
"Will be removed after Dumux 3.3")]]
Stores and provides access to the Peng-Robinson parameters.
Definition: pengrobinsonparams.hh:44
Scalar a_
Definition: pengrobinsonparams.hh:82
void checkDefined() const
Definition: pengrobinsonparams.hh:62
Scalar b_
Definition: pengrobinsonparams.hh:83
void setA(Scalar value)
Set the attractive parameter 'a' of the Peng-Robinson fluid.
Definition: pengrobinsonparams.hh:70
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:78
Scalar b() const
Returns the repulsive parameter 'b' of the Peng-Robinson fluid.
Definition: pengrobinsonparams.hh:58