CoolProp  4.2.5
An open-source fluid property and humid air property database
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
TTSE.cpp File Reference
#include "CoolPropTools.h"
#include <pwd.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "CoolProp.h"
#include "CPState.h"
#include "TTSE.h"
#include <vector>
#include <stdlib.h>
#include <stdio.h>
#include <iostream>
#include <fstream>
#include <streambuf>
#include <time.h>
#include <errno.h>
#include <cerrno>
#include <float.h>

Go to the source code of this file.

Macros

#define TTSEREV   6
 

Functions

std::string get_home_dir (void)
 
double round (double r)
 
void matrix_vector_product (std::vector< double > *x, std::vector< double > *y)
 
std::string join (std::vector< std::string > strings, char delim)
 
bool pathExists (std::string path)
 
void make_dirs (std::string file_path)
 
bool isbetween (double x1, double x2, double x)
 

Macro Definition Documentation

#define TTSEREV   6

Definition at line 42 of file TTSE.cpp.

Function Documentation

std::string get_home_dir ( void  )

Definition at line 44 of file TTSE.cpp.

bool isbetween ( double  x1,
double  x2,
double  x 
)

Definition at line 1928 of file TTSE.cpp.

std::string join ( std::vector< std::string >  strings,
char  delim 
)

Definition at line 458 of file TTSE.cpp.

void make_dirs ( std::string  file_path)

Definition at line 555 of file TTSE.cpp.

void matrix_vector_product ( std::vector< double > *  x,
std::vector< double > *  y 
)

Definition at line 108 of file TTSE.cpp.

bool pathExists ( std::string  path)

Definition at line 519 of file TTSE.cpp.

double round ( double  r)

Definition at line 104 of file TTSE.cpp.