Binary |
public abstract class BinaryMixtureDefinitionBase
The BinaryMixtureDefinitionBase type exposes the following members.
Name | Description | |
---|---|---|
BinaryMixtureDefinitionBase | Initializes a new instance of the BinaryMixtureDefinitionBase class |
Name | Description | |
---|---|---|
Beta_T | The beta parameter used to calculate the reducing temperatur of the mixture. | |
Beta_v | The beta parameter used to calculate the reducing mole density of the mixture. | |
CASRegistryNumber1 | Gets the CAS registry number of component 1. | |
CASRegistryNumber2 | Gets the CAS registry number of component 2. | |
F | The F parameter (prefactor of the departure function, see DepartureFunction_OfReducedVariables(Double, Double)). | |
Gamma_T | The gamma parameter used to calculate the reducing temperature of the mixture. | |
Gamma_v | The gamma parameter used to calculate the reducing mole density of the mixture. |
Name | Description | |
---|---|---|
DepartureFunction_delta_OfReducedVariables | Derivative of the departure function w.r.t. delta in dependence of the reduced density and reduced inverse temperature. | |
DepartureFunction_deltadelta_OfReducedVariables | 2nd derivative of the departure function w.r.t. delta in dependence of the reduced density and reduced inverse temperature. | |
DepartureFunction_deltatau_OfReducedVariables | Derivative of the departure function w.r.t. delta and tau in dependence of the reduced density and reduced inverse temperature. | |
DepartureFunction_OfReducedVariables | The Departure function is a correction function for the residual part of the reduced Helmholtz energy in dependence of the reduced density and reduced inverse temperature. | |
DepartureFunction_tau_OfReducedVariables | Derivative of the departure function w.r.t. tau in dependence of the reduced density and reduced inverse temperature. | |
DepartureFunction_tautau_OfReducedVariables | 2nd derivative of the departure function w.r.t. tau in dependence of the reduced density and reduced inverse temperature. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
_beta_T | The beta parameter used to calculate the reducing temperatur of the mixture. | |
_beta_v | The beta parameter used to calculate the reducing mole density of the mixture. | |
_departureCoefficients_Exponential | The coefficients of the departure function describing the exponential terms: term = ai * tau^ti * delta^di * Exp(-delta^ci) where tau and delta are reduced temperature and density, respectively. | |
_departureCoefficients_Polynomial | The coefficients of the departure function describing the polynomial terms: term = ai * tau^ti * delta^di where tau and delta are reduced temperature and density, respectively. | |
_departureCoefficients_Special | The coefficients of the departure function describing the special terms: term = n * tau^t * delta^d * Exp(eta (delta - epsilon)^2 + beta * (delta - gamma)) where tau and delta are reduced temperature and density, respectively. | |
_emptyArrayOfFourDoubles | ||
_emptyArrayOfSevenDoubles | ||
_emptyArrayOfThreeDoubles | ||
_F | The F parameter (prefactor of the departure function, see DepartureFunction_OfReducedVariables(Double, Double)). | |
_gamma_T | The gamma parameter used to calculate the reducing temperature of the mixture. | |
_gamma_v | The gamma parameter used to calculate the reducing mole density of the mixture. |