SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
slide::CoolSystem_HVACData Struct Reference

#include <CoolSystem_HVACData.hpp>

Collaboration diagram for slide::CoolSystem_HVACData:
[legend]

Public Member Functions

void initialise (CoolSystem_HVAC &cs, double Qac_per_cell)
 Do nothing. More...
 
void storeData (CoolSystem_HVAC &cs)
 Do nothing. More...
 
void writeData (CoolSystem_HVAC &cs, const std::string &prefix)
 N=1. More...
 

Public Attributes

CoolSystem_HVACCumulative cData
 Cumulative variables. More...
 
CoolSystemData_t tData
 Time data (histogram or basic data) More...
 

Member Function Documentation

◆ initialise()

void slide::CoolSystem_HVACData::initialise ( CoolSystem_HVAC cs,
double  Qac_per_cell 
)

Do nothing.

void storeCumulativeData(auto Qchildren, auto Qtotal, auto t, auto E) { cData.Qevac_life += Qchildren; cData.Qevac += Qchildren; //!< only until next data collection interval (reset to 0 in storeData) cData.Qabs_life += Qtotal; cData.t_life += t; cData.time += t; //!< only until next data collection interval (reset to 0 in storeData) cData.time_life += t; //!< time since start of simulations cData.E += E; //!< total energy required to run the fans of the cooling system in the past data-collection period [J] cData.Eoperate += E; //!< total energy required to operate the coolsystem [J] }

Here is the call graph for this function:
Here is the caller graph for this function:

◆ storeData()

void slide::CoolSystem_HVACData::storeData ( CoolSystem_HVAC cs)

Do nothing.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeData()

void slide::CoolSystem_HVACData::writeData ( CoolSystem_HVAC cs,
const std::string &  prefix 
)

N=1.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ cData

CoolSystem_HVACCumulative slide::CoolSystem_HVACData::cData

Cumulative variables.

◆ tData

CoolSystemData_t slide::CoolSystem_HVACData::tData

Time data (histogram or basic data)


The documentation for this struct was generated from the following files: