11 #include "cantera/base/XML_Writer.h"
18 NotImplemented::NotImplemented(
const std::string& method) :
20 "\n\n**** Method " + method +
" not implemented. ****\n"
21 "(Did you forget to specify a transport model?)\n\n")
25 TransportParams::TransportParams() :
38 TransportParams::~TransportParams()
45 GasTransportParams::GasTransportParams() :
Base class for exceptions thrown by Cantera classes.
const VelocityBasis VB_MASSAVG
Diffusion velocities are based on the mass averaged velocity.
XML_Writer * xml
Pointer to the xml tree describing the implementation of transport for this object.
Class that holds the data that is read in from the xml file, and which is used for processing of the ...