10 #ifndef CT_TORTUOSITY_H 11 #define CT_TORTUOSITY_H 60 return pow(porosity,
expBrug_ - 1.0);
103 return McMillan(porosity) / porosity;
156 return McMillan(porosity) / porosity;
double McMillan(double porosity)
The McMillan number is the ratio of the flux-like variable to the value it would have without porous ...
double tortuosityFactor(double porosity)
The tortuosity factor models the effective increase in the diffusive transport length.
double expBrug_
Bruggeman exponent: power to which the tortuosity depends on the volume fraction. ...
double McMillan(double porosity)
The McMillan number is the ratio of the flux-like variable to the value it would have without porous ...
virtual double tortuosityFactor(double porosity)
The tortuosity factor models the effective increase in the diffusive transport length.
This class implements transport coefficient corrections appropriate for porous media where percolatio...
Tortuosity(double setPower=1.5)
Default constructor uses Bruggeman exponent of 1.5.
Specific Class to handle tortuosity corrections for diffusive transport in porous media using the Bru...
double percolationThreshold_
Critical volume fraction / site density for percolation.
double relativeConductivites_
Relative conductivities of the dispersed and continuous phases, relativeConductivites_ ...
double tortuosityFactor(double porosity)
The tortuosity factor models the effective increase in the diffusive transport length.
TortuosityMaxwell(double relativeConductivites=0.0)
Default constructor uses Bruggeman exponent of 1.5.
double conductivityExponent_
Conductivity exponent.
virtual double McMillan(double porosity)
The McMillan number is the ratio of the flux-like variable to the value it would have without porous ...
Namespace for the Cantera kernel.
This class implements transport coefficient corrections appropriate for porous media with a dispersed...
TortuosityPercolation(double percolationThreshold=0.4, double conductivityExponent=2.0)
Default constructor uses Bruggeman exponent of 1.5.