|
proteus
1.8.1
C/C++/Fortran libraries
|
#include </Users/cekees/proteus/proteus/pskRelations.h>
Public Member Functions | |
| PskSpline (const double *rworkIn, const int *iworkIn=0) | |
| virtual | ~PskSpline () |
| virtual void | calc (const double &Sw) |
| virtual void | calc_from_psic (const double &psicIn) |
| virtual void | setParams (const double *rwork, const int *iwork=0) |
Public Member Functions inherited from PskRelation | |
| PskRelation (const double *rwork, const int *iwork=0) | |
| PskRelation () | |
| virtual void | setTolerances (const double *rwork_tol) |
| virtual | ~PskRelation () |
| void | calc (const double &Sw) |
| void | calc_Se (const double &Sw) |
Public Attributes | |
| int | nknots |
| int | lastIndex |
| int | uinvOffset |
| int | krwOffset |
| int | krnOffset |
| const double * | splineArray |
Public Attributes inherited from PskRelation | |
| double | Se |
| double | dSe_dSw |
| double | Sw_min |
| double | Sw_max |
| double | krw |
| double | dkrw |
| double | krn |
| double | dkrn |
| double | psic |
| double | dpsic |
| double | dSe_dpsic |
Definition at line 683 of file pskRelations.h.
|
inline |
Definition at line 696 of file pskRelations.h.
|
inlinevirtual |
Definition at line 708 of file pskRelations.h.
|
inlinevirtual |
Definition at line 709 of file pskRelations.h.
|
inlinevirtual |
Reimplemented from PskRelation.
Definition at line 741 of file pskRelations.h.
|
inlinevirtual |
Reimplemented from PskRelation.
Definition at line 772 of file pskRelations.h.
| int PskSpline::krnOffset |
Definition at line 779 of file pskRelations.h.
| int PskSpline::krwOffset |
Definition at line 779 of file pskRelations.h.
| int PskSpline::lastIndex |
Definition at line 779 of file pskRelations.h.
| int PskSpline::nknots |
Definition at line 779 of file pskRelations.h.
| const double* PskSpline::splineArray |
Definition at line 780 of file pskRelations.h.
| int PskSpline::uinvOffset |
Definition at line 779 of file pskRelations.h.