#include "cantera/base/ct_defs.h"
#include <iostream>
#include <string>
Go to the source code of this file.
|
Func1 & | newSumFunction (Func1 &f1, Func1 &f2) |
|
Func1 & | newDiffFunction (Func1 &f1, Func1 &f2) |
|
Func1 & | newProdFunction (Func1 &f1, Func1 &f2) |
|
Func1 & | newRatioFunction (Func1 &f1, Func1 &f2) |
|
Func1 & | newCompositeFunction (Func1 &f1, Func1 &f2) |
|
Func1 & | newTimesConstFunction (Func1 &f, doublereal c) |
|
Func1 & | newPlusConstFunction (Func1 &f, doublereal c) |
|
|
const int | FourierFuncType = 1 |
|
const int | PolyFuncType = 2 |
|
const int | ArrheniusFuncType = 3 |
|
const int | GaussianFuncType = 4 |
|
const int | SumFuncType = 20 |
|
const int | DiffFuncType = 25 |
|
const int | ProdFuncType = 30 |
|
const int | RatioFuncType = 40 |
|
const int | PeriodicFuncType = 50 |
|
const int | CompositeFuncType = 60 |
|
const int | TimesConstantFuncType = 70 |
|
const int | PlusConstantFuncType = 80 |
|
const int | SinFuncType = 100 |
|
const int | CosFuncType = 102 |
|
const int | ExpFuncType = 104 |
|
const int | PowFuncType = 106 |
|
const int | ConstFuncType = 110 |
|