19 static void err(
const std::string& r)
76 err(
"tortuosityFactor");
91 err(
"McMillanFactor");
virtual ~TortuosityBase()
Default destructor for TortuosityBase.
TortuosityBase & operator=(const TortuosityBase &right)
Assignment operator.
Virtual base class to compute the increase in diffusive path length associated with tortuous path dif...
TortuosityBase()
Default constructor uses Bruggeman exponent of 1.5.
Base case to handle tortuosity corrections for diffusive transport in porous media.
Base class for exceptions thrown by Cantera classes.
virtual doublereal tortuosityFactor(doublereal porosity)
The tortuosity factor models the effective increase in the diffusive transport length.
virtual doublereal McMillanFactor(doublereal porosity)
The McMillan number is the ratio of the flux-like variable to the value it would have without porous ...
virtual TortuosityBase * duplMyselfAsTortuosityBase() const
Duplication operator.
Definitions for the classes that are thrown when Cantera experiences an error condition (also contain...