|
CoolProp 8.0.0
An open-source fluid property and humid air property database
|
#include <cmath>#include <memory>#include <sys/stat.h>#include <string>#include "CoolProp/CoolProp.h"#include "HelmholtzEOSMixtureBackend.h"#include "HelmholtzEOSBackend.h"#include "Fluids/FluidLibrary.h"#include "Backends/Cubics/GeneralizedCubic.h"#include "CoolProp/numerics/Solvers.h"#include "CoolProp/numerics/MatrixMath.h"#include "boost/math/tools/toms748_solve.hpp"#include "VLERoutines.h"#include "FlashRoutines.h"#include "TransportRoutines.h"#include "MixtureDerivatives.h"#include "PhaseEnvelopeRoutines.h"#include "ReducingFunctions.h"#include "MixtureParameters.h"#include "CoolProp/fluids/IdealCurves.h"#include <atomic>#include <cstdlib>Go to the source code of this file.
Classes | |
| class | CoolProp::HEOSGenerator |
| class | CoolProp::SolverTPResid |
| class | CoolProp::OneDimObjective |
| This class is the objective function for the one-dimensional solver used to find the first intersection with the L1*=0 contour. More... | |
| class | CoolProp::L0CurveTracer |
Namespaces | |
| namespace | CoolProp |
Functions | |
| void | CoolProp::get_dT_drho (HelmholtzEOSMixtureBackend *HEOS, parameters index, CoolPropDbl &dT, CoolPropDbl &drho) |