|
CoolProp 8.0.0
An open-source fluid property and humid air property database
|
#include "VLERoutines.h"#include "FlashRoutines.h"#include <cmath>#include <algorithm>#include <cstdint>#include <cstdlib>#include "CoolProp/CoolProp.h"#include "HelmholtzEOSMixtureBackend.h"#include "HelmholtzEOSBackend.h"#include "PhaseEnvelopeRoutines.h"#include "CoolProp/Configuration.h"#include "CoolProp/fluids/MeltingCaloric.h"#include "boost/math/tools/toms748_solve.hpp"Go to the source code of this file.
Classes | |
| class | CoolProp::solver_DP_resid |
| class | CoolProp::DQ_flash_residual |
Namespaces | |
| namespace | CoolProp |
Functions | |
| void | CoolProp::get_Henrys_coeffs_FP (const std::string &CAS, double &A, double &B, double &C, double &Tmin, double &Tmax) |
| HelmholtzEOSMixtureBackend& H |
Definition at line 4319 of file FlashRoutines.cpp.