Stores and provides access to the Peng-Robinson parameters. More...
#include <dumux/material/eos/pengrobinsonparams.hh>
See:
R. Reid, et al. (1987, pp. 43-44) [70]
Public Member Functions | |
Scalar | a () const |
Returns the attractive parameter 'a' of the Peng-Robinson fluid. More... | |
Scalar | b () const |
Returns the repulsive parameter 'b' of the Peng-Robinson fluid. More... | |
void | setA (Scalar value) |
Set the attractive parameter 'a' of the Peng-Robinson fluid. More... | |
void | setB (Scalar value) |
Set the repulsive parameter 'b' of the Peng-Robinson fluid. More... | |
Protected Attributes | |
Scalar | a_ |
Scalar | b_ |
|
inline |
|
inline |
|
inline |
value | value of the attractive parameter |
|
inline |
value | value of the repulsive parameter |
|
protected |
|
protected |