teqp 0.22.0
|
#include <vector>
#include <unordered_map>
#include <map>
#include <string>
#include <optional>
#include <utility>
#include <set>
#include <unordered_set>
#include "teqp/math/pow_templates.hpp"
#include "teqp/types.hpp"
#include "teqp/exceptions.hpp"
#include "Eigen/Dense"
#include <boost/functional/hash.hpp>
Go to the source code of this file.
Namespaces | |
namespace | teqp |
namespace | teqp::GERGGeneral |
namespace | teqp::GERG2004 |
namespace | teqp::GERG2008 |
Functions | |
PureInfo | teqp::GERG2004::get_pure_info (const std::string &name) |
Get the pure fluid information for a fluid from GERG-2004 monograph. | |
AlphaigCoeffs | teqp::GERG2004::get_alphaig_coeffs (const std::string &fluid) |
PureCoeffs | teqp::GERG2004::get_pure_coeffs (const std::string &fluid) |
BetasGammas | teqp::GERG2004::get_betasgammas (const std::string &fluid1, const std::string &fluid2) |
std::optional< double > | teqp::GERG2004::get_Fij (const std::string &fluid1, const std::string &fluid2, bool ok_missing=true) |
DepartureCoeffs | teqp::GERG2004::get_departurecoeffs (const std::string &fluid1, const std::string &fluid2) |
auto | teqp::GERG2008::get_pure_info (const std::string &name) |
BetasGammas | teqp::GERG2008::get_betasgammas (const std::string &fluid1, const std::string &fluid2) |
PureCoeffs | teqp::GERG2008::get_pure_coeffs (const std::string &fluid) |
AlphaigCoeffs | teqp::GERG2008::get_alphaig_coeffs (const std::string &fluid) |
Variables | |
const std::vector< std::string > | teqp::GERG2004::component_names = {"methane", "nitrogen","carbondioxide","ethane","propane","n-butane","isobutane","n-pentane","isopentane","n-hexane","n-heptane","n-octane","hydrogen", "oxygen","carbonmonoxide","water","helium","argon"} |
const std::vector< std::string > | teqp::GERG2008::component_names = {"methane", "nitrogen","carbondioxide","ethane","propane","n-butane","isobutane","n-pentane","isopentane","n-hexane","n-heptane","n-octane","hydrogen", "oxygen","carbonmonoxide","water","helium","argon","hydrogensulfide","n-nonane","n-decane"} |