60 auto openFile(
const std::string &prefix);
62 void writeData(CoolSystem_HVAC &,
auto &,
auto &)
65 std::cerr <<
"ERROR in CoolSystem_HVAC::writeData, the settings in constants.hpp are "
Definition: CoolSystem_HVAC.hpp:23
constexpr auto printNonCrit
threshold of verbose of when to print error messages for noncritical errors
Definition: derived_settings.hpp:31
constexpr int DATASTORE_COOL
Definition: settings.hpp:62
Slide namespace contains all the types, classes, and functions for the simulation framework.
Definition: Cell.hpp:27
std::conditional_t< settings::DATASTORE_COOL==1, CoolSystemHist_t, std::conditional_t< settings::DATASTORE_COOL==2, CoolSystemInst_t, Empty > > CoolSystemData_t
Definition: cool_data.hpp:53
CoolSystem_HVACHist CoolSystem_HVACHist_t
Definition: cool_data.hpp:75
std::vector< CoolSystem_HVACInst > CoolSystem_HVACInst_t
Definition: cool_data.hpp:76
Definition: cool_data.hpp:57
Definition: CoolSystem_HVACData.hpp:19
CoolSystem_HVACCumulative cData
Cumulative variables.
Definition: CoolSystem_HVACData.hpp:20
void storeData(CoolSystem_HVAC &cs)
Do nothing.
Definition: CoolSystem_HVACData.cpp:21
void initialise(CoolSystem_HVAC &cs, double Qac_per_cell)
Do nothing.
Definition: CoolSystem_HVACData.cpp:16
void writeData(CoolSystem_HVAC &cs, const std::string &prefix)
N=1.
Definition: CoolSystem_HVACData.cpp:27
CoolSystemData_t tData
Time data (histogram or basic data)
Definition: CoolSystem_HVACData.hpp:21
Definition: cool_data.hpp:63