CoolProp
4.2.5
An open-source fluid property and humid air property database
|
#include <IncompSolution.h>
Public Member Functions | |
IncompressibleSolution * | get_solution (long index) |
IncompressibleSolution * | get_solution (std::string name) |
void | set_solutions (std::vector< IncompressibleSolution * > list) |
SolutionsContainer () | |
~SolutionsContainer () | |
Handle all the objects in a single list of incompressible solutions and brines.
Definition at line 151 of file IncompSolution.h.
SolutionsContainer::SolutionsContainer | ( | ) |
Handle all the objects in a single list of incompressible solutions and brines.
Definition at line 123 of file IncompSolution.cpp.
SolutionsContainer::~SolutionsContainer | ( | ) |
Definition at line 155 of file IncompSolution.cpp.
IncompressibleSolution * SolutionsContainer::get_solution | ( | long | index | ) |
Definition at line 162 of file IncompSolution.cpp.
IncompressibleSolution * SolutionsContainer::get_solution | ( | std::string | name | ) |
Definition at line 166 of file IncompSolution.cpp.
void SolutionsContainer::set_solutions | ( | std::vector< IncompressibleSolution * > | list | ) |
Definition at line 181 of file IncompSolution.cpp.