16class PDSSFactory :
public Factory<PDSS>
20 static PDSSFactory* factory();
23 void deleteFactory()
override;
32 PDSS* newPDSS(
const string& model);
36 static PDSSFactory* s_factory;
42 static std::mutex thermo_mutex;
45PDSS* newPDSS(
const string& model);
File contains the FactoryBase class declarations.
Declarations for the virtual base class PDSS (pressure dependent standard state) which handles calcul...
Header file for a derived class of ThermoPhase that handles variable pressure standard state methods ...
Namespace for the Cantera kernel.