13 #ifndef CT_TORTUOSITYBASE_H
14 #define CT_TORTUOSITYBASE_H
virtual ~TortuosityBase()
Default destructor for TortuosityBase.
TortuosityBase & operator=(const TortuosityBase &right)
Assignment operator.
This file contains definitions of terms that are used in internal routines and are unlikely to need m...
TortuosityBase()
Default constructor uses Bruggeman exponent of 1.5.
Base case to handle tortuosity corrections for diffusive transport in porous media.
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.