Cantera  3.1.0a1
Func1Factory.cpp File Reference
Include dependency graph for Func1Factory.cpp:

Go to the source code of this file.

Namespaces

 Cantera
 Namespace for the Cantera kernel.
 

Functions

shared_ptr< Func1 > newFunc1 (const string &func1Type, double coeff=1.)
 Create a new simple functor object (see Simple Functors). More...
 
shared_ptr< Func1 > newFunc1 (const string &func1Type, const vector< double > &params)
 Create a new advanced functor object (see Advanced Functors). More...
 
shared_ptr< Func1 > newFunc1 (const string &func1Type, const shared_ptr< Func1 > f1, const shared_ptr< Func1 > f2)
 Create a new compound functor object (see Compound Functors). More...
 
shared_ptr< Func1 > newFunc1 (const string &func1Type, const shared_ptr< Func1 > f, double coeff)
 Create a new modified functor object (see Modified Functors). More...