19 #ifndef CT_PSEUDOBINARYVPSSTP_H
20 #define CT_PSEUDOBINARYVPSSTP_H
322 virtual std::string
report(
bool show_thermo =
true)
const;
341 doublereal
err(std::string msg)
const;
353 mutable std::vector<doublereal> PBMoleFractions_;
355 std::vector<int> cationList_;
356 size_t numCationSpecies_;
358 std::vector<int>anionList_;
359 size_t numAnionSpecies_;
361 std::vector<int> passThroughList_;
362 size_t numPassThroughSpecies_;
363 size_t neutralPBindexStart;
369 mutable std::vector<doublereal> moleFractionsTmp_;
376 #define PBTYPE_PASSTHROUGH 0
377 #define PBTYPE_SINGLEANION 1
378 #define PBTYPE_SINGLECATION 2
379 #define PBTYPE_MULTICATIONANION 3