| 73 |  | Stats::title_[TEMPERATURE] = "Temperature"; | 
| 74 |  | Stats::title_[PRESSURE] = "Pressure"; | 
| 75 |  | Stats::title_[VOLUME] = "Volume"; | 
| 76 | + | Stats::title_[HULLVOLUME] = "Hull Volume"; | 
| 77 | + | Stats::title_[GYRVOLUME] = "Gyrational Volume"; | 
| 78 |  | Stats::title_[CONSERVED_QUANTITY] = "Conserved Quantity"; | 
| 79 |  | Stats::title_[TRANSLATIONAL_KINETIC] = "Translational Kinetic"; | 
| 80 |  | Stats::title_[ROTATIONAL_KINETIC] = "Rotational Kinetic"; | 
| 88 |  | Stats::title_[IMPROPER_POTENTIAL] = "Improper Potential"; | 
| 89 |  | Stats::title_[VRAW] = "Raw Potential"; | 
| 90 |  | Stats::title_[VHARM] = "Harmonic Potential"; | 
| 91 | < | Stats::title_[PRESSURE_TENSOR_X] = "presure tensor x"; | 
| 92 | < | Stats::title_[PRESSURE_TENSOR_Y] = "presure tensor y"; | 
| 93 | < | Stats::title_[PRESSURE_TENSOR_Z] = "presure tensor z"; | 
| 91 | > | Stats::title_[PRESSURE_TENSOR_XX] = "P_xx"; | 
| 92 | > | Stats::title_[PRESSURE_TENSOR_XY] = "P_xy"; | 
| 93 | > | Stats::title_[PRESSURE_TENSOR_XZ] = "P_xz"; | 
| 94 | > | Stats::title_[PRESSURE_TENSOR_YX] = "P_yx"; | 
| 95 | > | Stats::title_[PRESSURE_TENSOR_YY] = "P_yy"; | 
| 96 | > | Stats::title_[PRESSURE_TENSOR_YZ] = "P_yz"; | 
| 97 | > | Stats::title_[PRESSURE_TENSOR_ZX] = "P_zx"; | 
| 98 | > | Stats::title_[PRESSURE_TENSOR_ZY] = "P_zy"; | 
| 99 | > | Stats::title_[PRESSURE_TENSOR_ZZ] = "P_zz"; | 
| 100 | > | Stats::title_[BOX_DIPOLE_X] = "box dipole x"; | 
| 101 | > | Stats::title_[BOX_DIPOLE_Y] = "box dipole y"; | 
| 102 | > | Stats::title_[BOX_DIPOLE_Z] = "box dipole z"; | 
| 103 |  |  | 
| 104 |  | Stats::units_[TIME] = "fs"; | 
| 105 |  | Stats::units_[TOTAL_ENERGY] = "kcal/mol"; | 
| 108 |  | Stats::units_[TEMPERATURE] = "K"; | 
| 109 |  | Stats::units_[PRESSURE] = "atm"; | 
| 110 |  | Stats::units_[VOLUME] = "A^3"; | 
| 111 | + | Stats::units_[HULLVOLUME] = "A^3"; | 
| 112 | + | Stats::units_[GYRVOLUME] = "A^3"; | 
| 113 |  | Stats::units_[CONSERVED_QUANTITY] = "kcal/mol"; | 
| 114 |  | Stats::units_[TRANSLATIONAL_KINETIC] = "kcal/mol"; | 
| 115 |  | Stats::units_[ROTATIONAL_KINETIC] = "kcal/mol"; | 
| 123 |  | Stats::units_[IMPROPER_POTENTIAL] = "kcal/mol"; | 
| 124 |  | Stats::units_[VRAW] = "kcal/mol"; | 
| 125 |  | Stats::units_[VHARM] = "kcal/mol"; | 
| 126 | < | Stats::units_[PRESSURE_TENSOR_X] = "amu*fs^-2*Ang^-1"; | 
| 127 | < | Stats::units_[PRESSURE_TENSOR_Y] = "amu*fs^-2*Ang^-1"; | 
| 128 | < | Stats::units_[PRESSURE_TENSOR_Z] = "amu*fs^-2*Ang^-1"; | 
| 126 | > | Stats::units_[PRESSURE_TENSOR_XX] = "amu*fs^-2*Ang^-1"; | 
| 127 | > | Stats::units_[PRESSURE_TENSOR_XY] = "amu*fs^-2*Ang^-1"; | 
| 128 | > | Stats::units_[PRESSURE_TENSOR_XZ] = "amu*fs^-2*Ang^-1"; | 
| 129 | > | Stats::units_[PRESSURE_TENSOR_YX] = "amu*fs^-2*Ang^-1"; | 
| 130 | > | Stats::units_[PRESSURE_TENSOR_YY] = "amu*fs^-2*Ang^-1"; | 
| 131 | > | Stats::units_[PRESSURE_TENSOR_YZ] = "amu*fs^-2*Ang^-1"; | 
| 132 | > | Stats::units_[PRESSURE_TENSOR_ZX] = "amu*fs^-2*Ang^-1"; | 
| 133 | > | Stats::units_[PRESSURE_TENSOR_ZY] = "amu*fs^-2*Ang^-1"; | 
| 134 | > | Stats::units_[PRESSURE_TENSOR_ZZ] = "amu*fs^-2*Ang^-1"; | 
| 135 | > | Stats::units_[BOX_DIPOLE_X] = "C*m"; | 
| 136 | > | Stats::units_[BOX_DIPOLE_Y] = "C*m"; | 
| 137 | > | Stats::units_[BOX_DIPOLE_Z] = "C*m"; | 
| 138 |  |  | 
| 139 |  | Stats::statsMap.insert(StatsMapType::value_type("TIME", TIME)); | 
| 140 |  | Stats::statsMap.insert(StatsMapType::value_type("TOTAL_ENERGY", TOTAL_ENERGY)); | 
| 156 |  | Stats::statsMap.insert(StatsMapType::value_type("IMPROPER_POTENTIAL", IMPROPER_POTENTIAL)); | 
| 157 |  | Stats::statsMap.insert(StatsMapType::value_type("VRAW", VRAW)); | 
| 158 |  | Stats::statsMap.insert(StatsMapType::value_type("VHARM", VHARM)); | 
| 159 | < | Stats::statsMap.insert(StatsMapType::value_type("PRESSURE_TENSOR_X", PRESSURE_TENSOR_X)); | 
| 160 | < | Stats::statsMap.insert(StatsMapType::value_type("PRESSURE_TENSOR_Y", PRESSURE_TENSOR_Y)); | 
| 161 | < | Stats::statsMap.insert(StatsMapType::value_type("PRESSURE_TENSOR_Z", PRESSURE_TENSOR_Z)); | 
| 159 | > | Stats::statsMap.insert(StatsMapType::value_type("PRESSURE_TENSOR_XX", PRESSURE_TENSOR_XX)); | 
| 160 | > | Stats::statsMap.insert(StatsMapType::value_type("PRESSURE_TENSOR_XY", PRESSURE_TENSOR_XY)); | 
| 161 | > | Stats::statsMap.insert(StatsMapType::value_type("PRESSURE_TENSOR_XZ", PRESSURE_TENSOR_XZ)); | 
| 162 | > | Stats::statsMap.insert(StatsMapType::value_type("PRESSURE_TENSOR_YX", PRESSURE_TENSOR_YX)); | 
| 163 | > | Stats::statsMap.insert(StatsMapType::value_type("PRESSURE_TENSOR_YY", PRESSURE_TENSOR_YY)); | 
| 164 | > | Stats::statsMap.insert(StatsMapType::value_type("PRESSURE_TENSOR_YZ", PRESSURE_TENSOR_YZ)); | 
| 165 | > | Stats::statsMap.insert(StatsMapType::value_type("PRESSURE_TENSOR_ZX", PRESSURE_TENSOR_ZX)); | 
| 166 | > | Stats::statsMap.insert(StatsMapType::value_type("PRESSURE_TENSOR_ZY", PRESSURE_TENSOR_ZY)); | 
| 167 | > | Stats::statsMap.insert(StatsMapType::value_type("PRESSURE_TENSOR_ZZ", PRESSURE_TENSOR_ZZ)); | 
| 168 | > | Stats::statsMap.insert(StatsMapType::value_type("BOX_DIPOLE_X", BOX_DIPOLE_X)); | 
| 169 | > | Stats::statsMap.insert(StatsMapType::value_type("BOX_DIPOLE_Y", BOX_DIPOLE_Y)); | 
| 170 | > | Stats::statsMap.insert(StatsMapType::value_type("BOX_DIPOLE_Z", BOX_DIPOLE_Z)); | 
| 171 |  | } | 
| 172 |  |  | 
| 173 |  | } |