CoolProp
4.2.5
An open-source fluid property and humid air property database
|
#include <stdlib.h>
#include "Units.h"
#include "math.h"
#include "stdio.h"
#include <string.h>
#include "Brine.h"
#include "CoolPropTools.h"
#include "CoolProp.h"
#include "IncompBase.h"
#include "IncompLiquid.h"
Go to the source code of this file.
Functions | |
bool | IsIncompressibleLiquid (std::string name) |
double | pIncompLiquidSI (long iOutput, double T, double p_SI, IncompressibleLiquid *pLiquid) |
double | pIncompLiquid (long iOutput, double T, double p, IncompressibleLiquid *pLiquid) |
double | IncompLiquidSI (long iOutput, double T, double p_SI, long iFluid) |
double | IncompLiquidSI (long iOutput, double T, double p_SI, std::string name) |
Variables | |
LiquidsContainer | Liquids = LiquidsContainer() |
Definition at line 250 of file IncompLiquid.cpp.
double IncompLiquidSI | ( | long | iOutput, |
double | T, | ||
double | p_SI, | ||
std::string | name | ||
) |
Definition at line 255 of file IncompLiquid.cpp.
bool IsIncompressibleLiquid | ( | std::string | name | ) |
Basic functions to access the list of incompressible fluids. Used here for convenience, but does not really contribute any functionality.
Definition at line 190 of file IncompLiquid.cpp.
double pIncompLiquid | ( | long | iOutput, |
double | T, | ||
double | p, | ||
IncompressibleLiquid * | pLiquid | ||
) |
Definition at line 238 of file IncompLiquid.cpp.
double pIncompLiquidSI | ( | long | iOutput, |
double | T, | ||
double | p_SI, | ||
IncompressibleLiquid * | pLiquid | ||
) |
Definition at line 202 of file IncompLiquid.cpp.
LiquidsContainer Liquids = LiquidsContainer() |
Definition at line 188 of file IncompLiquid.cpp.