20 #ifndef CT_MOLARITYIONICVPSSTP_H
21 #define CT_MOLARITYIONICVPSSTP_H
437 virtual std::string
report(
bool show_thermo =
true)
const;
493 doublereal
err(std::string msg)
const;
512 mutable std::vector<doublereal> PBMoleFractions_;
520 std::vector<size_t> anionList_;
521 size_t numAnionSpecies_;
523 std::vector<size_t> passThroughList_;
524 size_t numPassThroughSpecies_;
525 size_t neutralPBindexStart;
527 mutable std::vector<doublereal> moleFractionsTmp_;
534 #define PBTYPE_PASSTHROUGH 0
535 #define PBTYPE_SINGLEANION 1
536 #define PBTYPE_SINGLECATION 2
537 #define PBTYPE_MULTICATIONANION 3