CoolProp
4.2.5
An open-source fluid property and humid air property database
|
#include <FluidClass.h>
Public Attributes | |
std::vector< std::vector < double > > | hmat |
std::vector< std::vector < double > > | rhomat |
std::vector< std::vector < double > > | cpmat |
std::vector< std::vector < double > > | cp0mat |
std::vector< std::vector < double > > | smat |
std::vector< std::vector < double > > | cvmat |
std::vector< std::vector < double > > | umat |
std::vector< std::vector < double > > | viscmat |
std::vector< std::vector < double > > | kmat |
std::vector< std::vector < double > > | pmat |
std::vector< std::vector < double > > | dpdTmat |
std::vector< double > | Tvec |
std::vector< double > | pvec |
double | Tmin |
double | Tmax |
double | pmin |
double | pmax |
int | nT |
int | np |
bool | built |
bool | forcebuild |
Definition at line 76 of file FluidClass.h.
bool OnePhaseLUTStruct::built |
Definition at line 82 of file FluidClass.h.
std::vector< std::vector<double> > OnePhaseLUTStruct::cp0mat |
Definition at line 78 of file FluidClass.h.
std::vector< std::vector<double> > OnePhaseLUTStruct::cpmat |
Definition at line 78 of file FluidClass.h.
std::vector< std::vector<double> > OnePhaseLUTStruct::cvmat |
Definition at line 78 of file FluidClass.h.
std::vector< std::vector<double> > OnePhaseLUTStruct::dpdTmat |
Definition at line 78 of file FluidClass.h.
bool OnePhaseLUTStruct::forcebuild |
Definition at line 82 of file FluidClass.h.
std::vector< std::vector<double> > OnePhaseLUTStruct::hmat |
Definition at line 78 of file FluidClass.h.
std::vector< std::vector<double> > OnePhaseLUTStruct::kmat |
Definition at line 78 of file FluidClass.h.
int OnePhaseLUTStruct::np |
Definition at line 81 of file FluidClass.h.
int OnePhaseLUTStruct::nT |
Definition at line 81 of file FluidClass.h.
std::vector< std::vector<double> > OnePhaseLUTStruct::pmat |
Definition at line 78 of file FluidClass.h.
double OnePhaseLUTStruct::pmax |
Definition at line 80 of file FluidClass.h.
double OnePhaseLUTStruct::pmin |
Definition at line 80 of file FluidClass.h.
std::vector<double> OnePhaseLUTStruct::pvec |
Definition at line 79 of file FluidClass.h.
std::vector< std::vector<double> > OnePhaseLUTStruct::rhomat |
Definition at line 78 of file FluidClass.h.
std::vector< std::vector<double> > OnePhaseLUTStruct::smat |
Definition at line 78 of file FluidClass.h.
double OnePhaseLUTStruct::Tmax |
Definition at line 80 of file FluidClass.h.
double OnePhaseLUTStruct::Tmin |
Definition at line 80 of file FluidClass.h.
std::vector<double> OnePhaseLUTStruct::Tvec |
Definition at line 79 of file FluidClass.h.
std::vector< std::vector<double> > OnePhaseLUTStruct::umat |
Definition at line 78 of file FluidClass.h.
std::vector< std::vector<double> > OnePhaseLUTStruct::viscmat |
Definition at line 78 of file FluidClass.h.