#include <ActivityParameters.h>
|
| static void | setB (int i, int j, double Bij, double Bji) |
| |
| static void | setA (int i, int j, double Aij) |
| |
| static void | resize (void) |
| | Resizes the internally used component matrices to the global NCOMPONENT variable. More...
|
| |
| static int | size (void) |
| |
| static const double & | A (int i, int j) |
| |
| static const double & | B (int i, int j) |
| |
◆ A()
| static const double & Phase::Activity::ParametersNrtl1::A |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
|
static |
- Returns
- the i, j element of the symmetrical A array
◆ B()
| static const double & Phase::Activity::ParametersNrtl1::B |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
|
static |
- Returns
- the i, j element of the B array
◆ resize()
| static void Phase::Activity::ParametersNrtl1::resize |
( |
void |
| ) |
|
|
static |
Resizes the internally used component matrices to the global NCOMPONENT variable.
◆ setA()
| static void Phase::Activity::ParametersNrtl1::setA |
( |
int |
i, |
|
|
int |
j, |
|
|
double |
Aij |
|
) |
| |
|
static |
A matrix setter provide access to initialize A parameters
- Parameters
-
| i | row index for the Aij array |
| j | column index for the Aij array |
| Aij | element of the A parameter array |
◆ setB()
| static void Phase::Activity::ParametersNrtl1::setB |
( |
int |
i, |
|
|
int |
j, |
|
|
double |
Bij, |
|
|
double |
Bji |
|
) |
| |
|
static |
B matrix setter provide access to initialize B parameters
- Parameters
-
| i | row index for the Bij array |
| j | column index for the Bij array |
| Bij | symmetric element of the B parameter array |
| Bji | antisymmetric element of the B parameter array |
◆ size()
| static int Phase::Activity::ParametersNrtl1::size |
( |
void |
| ) |
|
|
static |
- Returns
- the current size of the arrays in terms of components
The documentation for this class was generated from the following file: