Cantera
3.1.0a1
|
This is the complete list of members for Solution, including all inherited members.
addAdjacent(shared_ptr< Solution > adjacent) | Solution | |
adjacent(size_t i) | Solution | inline |
adjacent(const string &name) | Solution | inline |
create() | Solution | inlinestatic |
getExternalHandle(const string &name) const | Solution | |
header() const | Solution | |
header() (defined in Solution) | Solution | |
holdExternalHandle(const string &name, shared_ptr< ExternalHandle > handle) | Solution | |
kinetics() | Solution | inline |
m_adjacent | Solution | protected |
m_adjacentByName | Solution | protected |
m_changeCallbacks | Solution | protected |
m_externalHandles | Solution | protected |
m_header | Solution | protected |
m_kinetics | Solution | protected |
m_thermo | Solution | protected |
m_transport | Solution | protected |
nAdjacent() const | Solution | inline |
name() const | Solution | |
operator=(const Solution &)=delete (defined in Solution) | Solution | |
parameters(bool withInput=false) const (defined in Solution) | Solution | |
registerChangedCallback(void *id, const function< void()> &callback) | Solution | |
removeChangedCallback(void *id) | Solution | |
setKinetics(shared_ptr< Kinetics > kinetics) | Solution | virtual |
setName(const string &name) | Solution | |
setSource(const string &source) | Solution | |
setThermo(shared_ptr< ThermoPhase > thermo) | Solution | virtual |
setTransport(shared_ptr< Transport > transport) | Solution | virtual |
setTransportModel(const string &model="") | Solution | |
Solution()=default (defined in Solution) | Solution | protected |
Solution(const Solution &)=delete (defined in Solution) | Solution | |
source() const | Solution | |
thermo() | Solution | inline |
transport() | Solution | inline |
~Solution()=default (defined in Solution) | Solution | virtual |