Go to the source code of this file.
|
CANTERA_CAPI int | func_new (int type, size_t n, size_t lenp, const double *p) |
|
CANTERA_CAPI int | func_new_basic (const char *type, double c) |
|
CANTERA_CAPI int | func_new_advanced (const char *type, size_t lenp, const double *p) |
|
CANTERA_CAPI int | func_new_compound (const char *type, int a, int b) |
|
CANTERA_CAPI int | func_new_modified (const char *type, int a, double c) |
|
CANTERA_CAPI int | func_del (int i) |
|
CANTERA_CAPI int | func_type (int i, size_t lennm, char *nm) |
|
CANTERA_CAPI double | func_value (int i, double t) |
|
CANTERA_CAPI int | func_derivative (int i) |
|
CANTERA_CAPI int | func_duplicate (int i) |
|
CANTERA_CAPI int | func_write (int i, size_t lennm, const char *arg, char *nm) |
|
CANTERA_CAPI int | ct_clearFunc () |
|
◆ FourierFuncType
const int FourierFuncType = 1 |
◆ PolyFuncType
const int PolyFuncType = 2 |
◆ ArrheniusFuncType
const int ArrheniusFuncType = 3 |
◆ GaussianFuncType
const int GaussianFuncType = 4 |
◆ SumFuncType
const int SumFuncType = 20 |
◆ DiffFuncType
const int DiffFuncType = 25 |
◆ ProdFuncType
const int ProdFuncType = 30 |
◆ RatioFuncType
const int RatioFuncType = 40 |
◆ PeriodicFuncType
const int PeriodicFuncType = 50 |
◆ CompositeFuncType
const int CompositeFuncType = 60 |
◆ TimesConstantFuncType
const int TimesConstantFuncType = 70 |
◆ PlusConstantFuncType
const int PlusConstantFuncType = 80 |
◆ SinFuncType
const int SinFuncType = 100 |
◆ CosFuncType
const int CosFuncType = 102 |
◆ ExpFuncType
const int ExpFuncType = 104 |
◆ PowFuncType
const int PowFuncType = 106 |
◆ ConstFuncType
const int ConstFuncType = 110 |
◆ TabulatedFuncType
const int TabulatedFuncType = 120 |