MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / BaseSolver

Method BaseSolver

wrappers/Modelica/src/basesolver.cpp:13–14  ·  view source on GitHub ↗

Constructor. ! The constructor is copying the medium name, library name and substance name to the locally defined variables. @param mediumName Arbitrary medium name @param libraryName Name of the external fluid property library @param substanceName Substance name */

Source from the content-addressed store, hash-verified

11 @param substanceName Substance name
12*/
13BaseSolver::BaseSolver(const std::string& mediumName, const std::string& libraryName, const std::string& substanceName)
14 : mediumName(mediumName), libraryName(libraryName), substanceName(substanceName) {}
15
16//! Destructor
17/*!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected