|
CoolProp 8.0.0
An open-source fluid property and humid air property database
|
#include <algorithm>#include <cmath>#include <cstdint>#include <optional>#include <stdexcept>#include <utility>#include <IF97.h>#include "boost/math/tools/toms748_solve.hpp"#include "CoolProp/region/AxisTransform.h"#include "CoolProp/region/ConstantCurve.h"#include "CoolProp/region/CubicSplineCurve.h"#include "CoolProp/sbtl/SVDSurfaceFactory.h"#include "CoolProp/sbtl/SatBoundaryFactory.h"#include "CoolProp/sbtl/SurfaceSpec.h"#include "CoolProp/DataStructures.h"#include "CoolProp/Exceptions.h"Go to the source code of this file.
Namespaces | |
| namespace | CoolProp |
| namespace | CoolProp::sbtl |
| namespace | CoolProp::sbtl::presets |
Functions | |
| SurfaceSpec | CoolProp::sbtl::presets::ph_subcritical (::CoolProp::AbstractState &heos, const PresetOptions &opts) |
| SurfaceSpec | CoolProp::sbtl::presets::ps_subcritical (::CoolProp::AbstractState &heos, const PresetOptions &opts) |
| SurfaceSpec | CoolProp::sbtl::presets::pt_subcritical (::CoolProp::AbstractState &heos, const PresetOptions &opts) |
| SurfaceSpec | CoolProp::sbtl::presets::dt_subcritical (::CoolProp::AbstractState &heos, const PresetOptions &opts) |