13 #ifndef CT_TORTUOSITYPERCOLATION_H
14 #define CT_TORTUOSITYPERCOLATION_H
virtual doublereal tortuosityFactor(doublereal porosity)
The tortuosity factor models the effective increase in the diffusive transport length.
Virtual base class to compute the increase in diffusive path length associated with tortuous path dif...
Base case to handle tortuosity corrections for diffusive transport in porous media.
This class implements transport coefficient corrections appropriate for porous media where percolatio...
double percolationThreshold_
Critical volume fraction / site density for percolation.
virtual doublereal McMillanFactor(doublereal porosity)
The McMillan number is the ratio of the flux-like variable to the value it would have without porous ...
double conductivityExponent_
Conductivity exponent.
virtual TortuosityBase * duplMyselfAsTortuosityBase() const
Duplication operator.
TortuosityPercolation(double percolationThreshold=0.4, double conductivityExponent=2.0)
Default constructor uses Percolation exponent of 1.5.
TortuosityPercolation & operator=(const TortuosityPercolation &right)
Assignment operator.