TransFlow
0.1.0
A transient pipeline flow simulation library
|
This is the complete list of members for BWRS, including all inherited members.
BWRS(const arma::vec &composition=Composition::defaultComposition, const std::string ¶meterSet="Calsep") | BWRS | |
calculateCoefficients() | BWRS | protected |
calculateCompressibility(const double pressure, const double temperature) const override | BWRS | virtual |
calculateStandardDensity() const (defined in EquationOfStateBase) | EquationOfStateBase | virtual |
enableConstantHeatCapacities() | BWRS | |
EquationOfStateBase(const arma::vec &composition=Composition::defaultComposition) | EquationOfStateBase | explicit |
evaluate(const double pressure, const double temperature) const override | BWRS | virtual |
EquationOfStateBase::evaluate(const double pressure, const double temperature, const arma::vec &composition) | EquationOfStateBase | virtual |
findDensity(const double pressure, const double temperature, const double tolerance=1e-4) const | BWRS | |
findMolarDensity(const double pressure, const double temperature, const double tolerance=1e-4) const | BWRS | protected |
findNonZeroComponents() | BWRS | protected |
fromFilePaths(const arma::vec &composition=Composition::defaultComposition, const std::string &ABparameterFile=std::string(TRANSFLOW_RESOURCE_PATH)+"/equationofstate/bwrs/calsepABparameters.csv", const std::string &binaryInteractionTableFile=std::string(TRANSFLOW_RESOURCE_PATH)+"/equationofstate/bwrs/calsepBinaryInteraction.csv", const std::string &criticalProperties="Starling") | BWRS | static |
getComposition() const | EquationOfStateBase | |
getGasConstant() const | BWRS | inline |
getMixtureCriticalPressure() const | BWRS | inline |
getMixtureCriticalTemperature() const | BWRS | inline |
getMolarMassOfMixture() const | EquationOfStateBase | |
loadCalsepCriticalProperties() | BWRS | |
loadCalsepParameters() | BWRS | |
loadCriticalProperties(const std::string name) | BWRS | |
loadGasscoParameters() | BWRS | |
loadJFHCriticalProperties() | BWRS | |
loadParameterFiles(const std::string &ABparameterFile, const std::string &binaryInteractionTableFile) | BWRS | |
loadParametersAndCriticalProperties(const std::string parameterSet) | BWRS | |
loadStarlingCriticalProperties() | BWRS | |
loadStarlingParameters() | BWRS | |
m_a | BWRS | protected |
m_A0 | BWRS | protected |
m_Ai | BWRS | protected |
m_ALPHA | BWRS | protected |
m_b | BWRS | protected |
m_B0 | BWRS | protected |
m_Bi | BWRS | protected |
m_binaryInteractionParameterTable | BWRS | protected |
m_c | BWRS | protected |
m_C0 | BWRS | protected |
m_composition | EquationOfStateBase | protected |
m_criticalPressureOfMixture | BWRS | protected |
m_criticalTemperatureOfMixture | BWRS | protected |
m_d | BWRS | protected |
m_D0 | BWRS | protected |
m_density | EquationOfStateBase | mutableprotected |
m_E0 | BWRS | protected |
m_expW | BWRS | protected |
m_GAMMA | BWRS | protected |
m_indices | BWRS | protected |
m_molarMass | BWRS | protected |
m_molarMassOfMixture | EquationOfStateBase | protected |
m_pc | BWRS | protected |
m_R | BWRS | protected |
m_rhoc | BWRS | protected |
m_Tc | BWRS | protected |
m_useConstantHeatCapacities | BWRS | protected |
m_w | BWRS | protected |
setComposition(const arma::vec &composition, const bool force=true) override | BWRS | virtual |
~EquationOfStateBase() | EquationOfStateBase | virtual |