CoolProp
4.2.5
An open-source fluid property and humid air property database
|
#include "CoolProp.h"
#include <vector>
#include "CPExceptions.h"
#include "FluidClass.h"
#include "AceticAcid.h"
#include "Solvers.h"
#include "Catch/catch.hpp"
Go to the source code of this file.
Classes | |
class | DensityTpResids |
A stub class to do the density(T,p) calculations for near the critical point using Brent solver. More... | |
Functions | |
TEST_CASE ("Acetic acid validation from Piazza, FPE, 2011","[aceticacid],[validation]") | |
TEST_CASE ("Check acetic derivatives residual","[aceticacid],[helmholtz]") | |
TEST_CASE ("Check acetic derivatives ideal","[aceticacid],[helmholtz]") | |
TEST_CASE | ( | "Acetic acid validation from | Piazza, |
FPE | , | ||
2011" | , | ||
" | [aceticacid], | ||
[validation] " | |||
) |
Definition at line 199 of file AceticAcid.cpp.
TEST_CASE | ( | "Check acetic derivatives residual" | , |
" | [aceticacid], | ||
[helmholtz] " | |||
) |
Definition at line 286 of file AceticAcid.cpp.
TEST_CASE | ( | "Check acetic derivatives ideal" | , |
" | [aceticacid], | ||
[helmholtz] " | |||
) |
Definition at line 322 of file AceticAcid.cpp.