|
enum class | Type {
Langmuir = 0
, Anti_Langmuir = 1
, BET = 2
, Henry = 3
,
Freundlich = 4
, Sips = 5
, Langmuir_Freundlich = 6
, Redlich_Peterson = 7
,
Toth = 8
, Unilan = 9
, OBrien_Myers = 10
, Quadratic = 11
,
Temkin = 12
} |
|
|
| Isotherm (Isotherm::Type type, const std::vector< double > &values, std::size_t numberOfValues) |
|
bool | operator== (Isotherm const &) const =default |
|
std::string | print () const |
|
std::string | printAsInputFormat () const |
|
double | value (double pressure) const |
|
double | psiForPressure (double pressure) const |
|
double | inversePressureForPsi (double reduced_grand_potential, double &cachedP0) const |
|
void | randomize (RandomNumber &random, double maximumLoading) |
|
bool | isUnphysical () const |
|
std::string | gnuplotFunctionString (char s, std::size_t i) const |
|
|
Isotherm::Type | type |
|
std::vector< double > | parameters |
|
std::size_t | numberOfParameters |
|
The documentation for this struct was generated from the following file:
- src/raspakit/ruptura/isotherm.ixx