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) [reid1987]
Public Member Functions | |
| Scalar | a () const |
| Returns the attractive parameter 'a' of the Peng-Robinson fluid. | |
| Scalar | b () const |
| Returns the repulsive parameter 'b' of the Peng-Robinson fluid. | |
| void | setA (Scalar value) |
| Set the attractive parameter 'a' of the Peng-Robinson fluid. | |
| void | setB (Scalar value) |
| Set the repulsive parameter 'b' of the Peng-Robinson fluid. | |
Protected Attributes | |
| Scalar | a_ |
| Scalar | b_ |
|
inline |
|
inline |
|
inline |
| value | value of the attractive parameter |
|
inline |
| value | value of the repulsive parameter |
|
protected |
|
protected |