MCPcopy Create free account
hub / github.com/Cantera/cantera / transportModel

Method transportModel

src/base/Solution.cpp:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64string Solution::transportModel()
65{
66 if (!m_transport) {
67 throw CanteraError("Solution::transportModel",
68 "The Transport object is not initialized.");
69 }
70 return m_transport->transportModel();
71}
72
73void Solution::setTransport(shared_ptr<Transport> transport) {
74 if (transport == m_transport) {

Callers 1

parametersMethod · 0.45

Calls 1

CanteraErrorClass · 0.85

Tested by

no test coverage detected