Files
CoolProp/Developer instructions.txt
2014-05-14 12:46:24 +02:00

7 lines
323 B
Plaintext

A) Copy one of the existing files that has all the required terms to a new file in the appropriate folder
B) Update all the coefficients
C) Add "FluidsList.push_back(new FLUIDNAMEClass());" to FluidClass.cpp
D) Add '#include "YOURFLUIDFILENAME.h"' to FluidClass.cpp
E) Add #include "YOURFLUIDFILENAME.cpp to AllFluids.cpp