21 #include <Reaktoro/Core/Data.hpp>
28 struct StandardThermoModelParamsConstant;
29 struct StandardThermoModelParamsExtendedUNIQUAC;
30 struct StandardThermoModelParamsHKF;
31 struct StandardThermoModelParamsHollandPowell;
32 struct StandardThermoModelParamsInterpolation;
33 struct StandardThermoModelParamsMaierKelley;
34 struct StandardThermoModelParamsMineralHKF;
35 struct StandardThermoModelParamsNasa;
36 struct StandardThermoModelParamsWaterHKF;
38 REAKTORO_DATA_ENCODE_DECLARE(StandardThermoModelParamsConstant);
39 REAKTORO_DATA_DECODE_DECLARE(StandardThermoModelParamsConstant);
41 REAKTORO_DATA_ENCODE_DECLARE(StandardThermoModelParamsExtendedUNIQUAC);
42 REAKTORO_DATA_DECODE_DECLARE(StandardThermoModelParamsExtendedUNIQUAC);
44 REAKTORO_DATA_ENCODE_DECLARE(StandardThermoModelParamsHKF);
45 REAKTORO_DATA_DECODE_DECLARE(StandardThermoModelParamsHKF);
47 REAKTORO_DATA_ENCODE_DECLARE(StandardThermoModelParamsHollandPowell);
48 REAKTORO_DATA_DECODE_DECLARE(StandardThermoModelParamsHollandPowell);
50 REAKTORO_DATA_ENCODE_DECLARE(StandardThermoModelParamsInterpolation);
51 REAKTORO_DATA_DECODE_DECLARE(StandardThermoModelParamsInterpolation);
53 REAKTORO_DATA_ENCODE_DECLARE(StandardThermoModelParamsMaierKelley);
54 REAKTORO_DATA_DECODE_DECLARE(StandardThermoModelParamsMaierKelley);
56 REAKTORO_DATA_ENCODE_DECLARE(StandardThermoModelParamsMineralHKF);
57 REAKTORO_DATA_DECODE_DECLARE(StandardThermoModelParamsMineralHKF);
59 REAKTORO_DATA_ENCODE_DECLARE(StandardThermoModelParamsNasa);
60 REAKTORO_DATA_DECODE_DECLARE(StandardThermoModelParamsNasa);
62 REAKTORO_DATA_ENCODE_DECLARE(StandardThermoModelParamsWaterHKF);
63 REAKTORO_DATA_DECODE_DECLARE(StandardThermoModelParamsWaterHKF);
68 struct ReactionStandardThermoModelParamsConstLgK;
69 struct ReactionStandardThermoModelParamsGemsLgK;
70 struct ReactionStandardThermoModelParamsPhreeqcLgK;
71 struct ReactionStandardThermoModelParamsVantHoff;
73 REAKTORO_DATA_ENCODE_DECLARE(ReactionStandardThermoModelParamsConstLgK);
74 REAKTORO_DATA_DECODE_DECLARE(ReactionStandardThermoModelParamsConstLgK);
76 REAKTORO_DATA_ENCODE_DECLARE(ReactionStandardThermoModelParamsGemsLgK);
77 REAKTORO_DATA_DECODE_DECLARE(ReactionStandardThermoModelParamsGemsLgK);
79 REAKTORO_DATA_ENCODE_DECLARE(ReactionStandardThermoModelParamsPhreeqcLgK);
80 REAKTORO_DATA_DECODE_DECLARE(ReactionStandardThermoModelParamsPhreeqcLgK);
82 REAKTORO_DATA_ENCODE_DECLARE(ReactionStandardThermoModelParamsVantHoff);
83 REAKTORO_DATA_DECODE_DECLARE(ReactionStandardThermoModelParamsVantHoff);
88 struct StandardVolumeModelParamsConstant;
90 REAKTORO_DATA_ENCODE_DECLARE(StandardVolumeModelParamsConstant);
91 REAKTORO_DATA_DECODE_DECLARE(StandardVolumeModelParamsConstant);
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29