Cantera
3.0.0
|
This is the complete list of members for ReactorDelegator< R >, including all inherited members.
componentIndex(const string &nm) const override (defined in ReactorDelegator< R >) | ReactorDelegator< R > | inline |
componentName(size_t k) override (defined in ReactorDelegator< R >) | ReactorDelegator< R > | inline |
delegatorName() const | Delegator | inline |
eval(double t, double *LHS, double *RHS) override (defined in ReactorDelegator< R >) | ReactorDelegator< R > | inline |
evalSurfaces(double *LHS, double *RHS, double *sdot) override (defined in ReactorDelegator< R >) | ReactorDelegator< R > | inline |
evalWalls(double t) override (defined in ReactorDelegator< R >) | ReactorDelegator< R > | inline |
expansionRate() const override | ReactorDelegator< R > | inlinevirtual |
getExternalHandle(const string &name) const | Delegator | inline |
getState(double *y) override (defined in ReactorDelegator< R >) | ReactorDelegator< R > | inline |
getSurfaceInitialConditions(double *y) override (defined in ReactorDelegator< R >) | ReactorDelegator< R > | inline |
heatRate() const override | ReactorDelegator< R > | inlinevirtual |
holdExternalHandle(const string &name, const shared_ptr< ExternalHandle > &handle) | Delegator | inline |
initialize(double t0) override (defined in ReactorDelegator< R >) | ReactorDelegator< R > | inline |
install(const string &name, function< void()> &target, const function< void()> &func) | Delegator | inlineprotected |
install(const string &name, function< void(bool)> &target, const function< void(bool)> &func) | Delegator | inlineprotected |
install(const string &name, function< void(double)> &target, const function< void(double)> &func) | Delegator | inlineprotected |
install(const string &name, function< void(AnyMap &)> &target, const function< void(AnyMap &)> &func) | Delegator | inlineprotected |
install(const string &name, function< void(const AnyMap &, const UnitStack &)> &target, const function< void(const AnyMap &, const UnitStack &)> &func) | Delegator | inlineprotected |
install(const string &name, function< void(const string &, void *)> &target, const function< void(const string &, void *)> &func) | Delegator | inlineprotected |
install(const string &name, function< void(std::array< size_t, 1 >, double *)> &target, const function< void(std::array< size_t, 1 >, double *)> &func) | Delegator | inlineprotected |
install(const string &name, function< void(std::array< size_t, 1 >, double, double *)> &target, const function< void(std::array< size_t, 1 >, double, double *)> &func) | Delegator | inlineprotected |
install(const string &name, function< void(std::array< size_t, 2 >, double, double *, double *)> &target, const function< void(std::array< size_t, 2 >, double, double *, double *)> &func) | Delegator | inlineprotected |
install(const string &name, function< void(std::array< size_t, 3 >, double *, double *, double *)> &target, const function< void(std::array< size_t, 3 >, double *, double *, double *)> &base) | Delegator | inlineprotected |
install(const string &name, function< double(void *)> &target, const function< double(void *)> &func) | Delegator | inlineprotected |
install(const string &name, function< string(size_t)> &target, const function< string(size_t)> &base) | Delegator | inlineprotected |
install(const string &name, function< size_t(const string &)> &target, const function< size_t(const string &)> &base) | Delegator | inlineprotected |
m_base_d_vp (defined in Delegator) | Delegator | protected |
m_base_s_sz (defined in Delegator) | Delegator | protected |
m_base_sz_csr (defined in Delegator) | Delegator | protected |
m_componentIndex (defined in ReactorDelegator< R >) | ReactorDelegator< R > | private |
m_componentName (defined in ReactorDelegator< R >) | ReactorDelegator< R > | private |
m_delegatorName | Delegator | protected |
m_eval (defined in ReactorDelegator< R >) | ReactorDelegator< R > | private |
m_evalSurfaces (defined in ReactorDelegator< R >) | ReactorDelegator< R > | private |
m_evalWalls (defined in ReactorDelegator< R >) | ReactorDelegator< R > | private |
m_funcs_d_vp (defined in Delegator) | Delegator | protected |
m_funcs_s_sz (defined in Delegator) | Delegator | protected |
m_funcs_sz_csr (defined in Delegator) | Delegator | protected |
m_funcs_v (defined in Delegator) | Delegator | protected |
m_funcs_v_AMr (defined in Delegator) | Delegator | protected |
m_funcs_v_b (defined in Delegator) | Delegator | protected |
m_funcs_v_cAMr_cUSr (defined in Delegator) | Delegator | protected |
m_funcs_v_csr_vp (defined in Delegator) | Delegator | protected |
m_funcs_v_d (defined in Delegator) | Delegator | protected |
m_funcs_v_d_dp (defined in Delegator) | Delegator | protected |
m_funcs_v_d_dp_dp (defined in Delegator) | Delegator | protected |
m_funcs_v_dp (defined in Delegator) | Delegator | protected |
m_funcs_v_dp_dp_dp (defined in Delegator) | Delegator | protected |
m_getState (defined in ReactorDelegator< R >) | ReactorDelegator< R > | private |
m_getSurfaceInitialConditions (defined in ReactorDelegator< R >) | ReactorDelegator< R > | private |
m_handles | Delegator | protected |
m_initialize (defined in ReactorDelegator< R >) | ReactorDelegator< R > | private |
m_speciesIndex (defined in ReactorDelegator< R >) | ReactorDelegator< R > | private |
m_syncState (defined in ReactorDelegator< R >) | ReactorDelegator< R > | private |
m_updateConnected (defined in ReactorDelegator< R >) | ReactorDelegator< R > | private |
m_updateState (defined in ReactorDelegator< R >) | ReactorDelegator< R > | private |
m_updateSurfaceState (defined in ReactorDelegator< R >) | ReactorDelegator< R > | private |
makeDelegate(const function< void(Args ...)> &func, const string &when, BaseFunc base) | Delegator | inlineprotected |
makeDelegate(const string &name, const function< int(ReturnType &, Args ...)> &func, const string &when, const function< ReturnType(Args ...)> &base) | Delegator | inlineprotected |
ReactorDelegator() (defined in ReactorDelegator< R >) | ReactorDelegator< R > | inline |
restoreSurfaceState(size_t n) override | ReactorDelegator< R > | inlinevirtual |
restoreThermoState() override | ReactorDelegator< R > | inlinevirtual |
setDelegate(const string &name, const function< void()> &func, const string &when) | Delegator | inline |
setDelegate(const string &name, const function< void(bool)> &func, const string &when) | Delegator | inline |
setDelegate(const string &name, const function< void(double)> &func, const string &when) | Delegator | inline |
setDelegate(const string &name, const function< void(AnyMap &)> &func, const string &when) | Delegator | inline |
setDelegate(const string &name, const function< void(const AnyMap &, const UnitStack &)> &func, const string &when) | Delegator | inline |
setDelegate(const string &name, const function< void(const string &, void *)> &func, const string &when) | Delegator | inline |
setDelegate(const string &name, const function< void(std::array< size_t, 1 >, double *)> &func, const string &when) | Delegator | inline |
setDelegate(const string &name, const function< void(std::array< size_t, 1 >, double, double *)> &func, const string &when) | Delegator | inline |
setDelegate(const string &name, const function< void(std::array< size_t, 2 >, double, double *, double *)> &func, const string &when) | Delegator | inline |
setDelegate(const string &name, const function< void(std::array< size_t, 3 >, double *, double *, double *)> &func, const string &when) | Delegator | inline |
setDelegate(const string &name, const function< int(double &, void *)> &func, const string &when) | Delegator | inline |
setDelegate(const string &name, const function< int(string &, size_t)> &func, const string &when) | Delegator | inline |
setDelegate(const string &name, const function< int(size_t &, const string &)> &func, const string &when) | Delegator | inline |
setDelegatorName(const string &delegatorName) | Delegator | inline |
setExpansionRate(double v) override | ReactorDelegator< R > | inlinevirtual |
setHeatRate(double q) override | ReactorDelegator< R > | inlinevirtual |
setNEq(size_t n) override | ReactorDelegator< R > | inlinevirtual |
speciesIndex(const string &nm) const override (defined in ReactorDelegator< R >) | ReactorDelegator< R > | inline |
syncState() override (defined in ReactorDelegator< R >) | ReactorDelegator< R > | inline |
updateConnected(bool updatePressure) override (defined in ReactorDelegator< R >) | ReactorDelegator< R > | inline |
updateState(double *y) override (defined in ReactorDelegator< R >) | ReactorDelegator< R > | inline |
updateSurfaceState(double *y) override (defined in ReactorDelegator< R >) | ReactorDelegator< R > | inline |