HighPressureGasTransport.h Source File#
HighPressureGasTransport.h
Go to the documentation of this file.
Headers for the DenseMatrix object, which deals with dense rectangular matrices and description of th...
Interface for class MultiTransport.
Class MultiTransport implements transport properties for high pressure gas mixtures.
Definition HighPressureGasTransport.h:41
void getBinaryDiffCoeffs(const size_t ld, double *const d) override
Returns the matrix of binary diffusion coefficients.
Definition HighPressureGasTransport.cpp:123
double thermalConductivity() override
Returns the mixture thermal conductivity in W/m/K.
Definition HighPressureGasTransport.cpp:22
double viscosity() override
Viscosity of the mixture (kg /m /s)
Definition HighPressureGasTransport.cpp:264
void getThermalDiffCoeffs(double *const dt) override
Return the thermal diffusion coefficients (kg/m/s)
Definition HighPressureGasTransport.cpp:112
string transportModel() const override
Identifies the model represented by this Transport object.
Definition HighPressureGasTransport.h:47
void getMultiDiffCoeffs(const size_t ld, double *const d) override
Return the Multicomponent diffusion coefficients. Units: [m^2/s].
Definition HighPressureGasTransport.cpp:180
HighPressureGasTransport()=default
default constructor
Class MultiTransport implements multicomponent transport properties for ideal gas mixtures.
Definition MultiTransport.h:26
Factory class for creating new instances of classes derived from Transport.
Definition TransportFactory.h:31
Generated by