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 "IncompSolution.h"
Go to the source code of this file.
Functions | |
bool | IsIncompressibleSolution (std::string name) |
double | pIncompSolutionSI (long iOutput, double T, double p_SI, double x, IncompressibleSolution *pSolution) |
double | IncompSolutionSI (long iOutput, double T, double p, double x, long iFluid) |
double | IncompSolutionSI (long iOutput, double T, double p, double x, std::string name) |
double | IncompSolutionSI (long iOutput, double T, double p, std::string name) |
std::string | getSolutionName (std::string name) |
double | getSolutionConc (std::string name) |
Variables | |
SolutionsContainer | Solutions = SolutionsContainer() |
double getSolutionConc | ( | std::string | name | ) |
Definition at line 274 of file IncompSolution.cpp.
std::string getSolutionName | ( | std::string | name | ) |
Definition at line 269 of file IncompSolution.cpp.
Definition at line 242 of file IncompSolution.cpp.
double IncompSolutionSI | ( | long | iOutput, |
double | T, | ||
double | p, | ||
double | x, | ||
std::string | name | ||
) |
Definition at line 247 of file IncompSolution.cpp.
double IncompSolutionSI | ( | long | iOutput, |
double | T, | ||
double | p, | ||
std::string | name | ||
) |
Just some convenience functions to allow for backward compatibility. We might end up using them in the beginning until we can handle a third parameter properly.
Definition at line 255 of file IncompSolution.cpp.
bool IsIncompressibleSolution | ( | 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 193 of file IncompSolution.cpp.
double pIncompSolutionSI | ( | long | iOutput, |
double | T, | ||
double | p_SI, | ||
double | x, | ||
IncompressibleSolution * | pSolution | ||
) |
Definition at line 204 of file IncompSolution.cpp.
SolutionsContainer Solutions = SolutionsContainer() |
Definition at line 191 of file IncompSolution.cpp.