Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
biogears::SEEnergySystem Class Reference
#include <SEEnergySystem.h>
Inheritance diagram for biogears::SEEnergySystem:

Static Public Member Functions | |
static size_t | TypeHash () |
static constexpr char const *const | TypeTag () |
![]() | |
static const SEScalar * | GetScalar (const char *name, std::vector< SESystem * > *systems) |
static const SEScalar * | GetScalar (const std::string &name, std::vector< SESystem * > *systems) |
Protected Member Functions | |
void | Unload (CDM::EnergySystemData &data) const |
![]() | |
void | Unload (CDM::SystemData &data) const |
![]() | |
virtual void | Debug (const char *msg, const char *origin="") const |
virtual void | Debug (const std::string &msg, const std::string &origin=empty) const |
virtual void | Debug (std::ostream &msg, const std::string &origin=empty) const |
virtual void | Info (const char *msg, const char *origin="") const |
virtual void | Info (const std::string &msg, const std::string &origin=empty) const |
virtual void | Info (std::ostream &msg, const std::string &origin=empty) const |
virtual void | Warning (const char *msg, const char *origin="") const |
virtual void | Warning (const std::string &msg, const std::string &origin=empty) const |
virtual void | Warning (std::ostream &msg, const std::string &origin=empty) const |
virtual void | Error (const char *msg, const char *origin="") const |
virtual void | Error (const std::string msg, const std::string origin=empty) const |
virtual void | Error (std::ostream &msg, const std::string &origin=empty) const |
virtual void | Fatal (const char *msg, const char *origin="") const |
virtual void | Fatal (const std::string &msg, const std::string &origin=empty) const |
virtual void | Fatal (std::ostream &msg, const std::string &origin=empty) const |
Protected Attributes | |
SEScalarFraction * | m_AchievedExerciseLevel |
SEScalarMass * | m_ChlorideLostToSweat |
SEScalarTemperature * | m_CoreTemperature |
SEScalarAmountPerTime * | m_CreatinineProductionRate |
SEScalarPower * | m_EnergyDeficit |
SEScalarPower * | m_ExerciseEnergyDemand |
SEScalarPressure * | m_ExerciseMeanArterialPressureDelta |
SEScalarFraction * | m_FatigueLevel |
SEScalarAmountPerTime * | m_LactateProductionRate |
SEScalarMass * | m_PotassiumLostToSweat |
SEScalarTemperature * | m_SkinTemperature |
SEScalarMass * | m_SodiumLostToSweat |
SEScalarMassPerTime * | m_SweatRate |
SEScalarPower * | m_TotalMetabolicRate |
SEScalarFraction * | m_TotalWorkRateLevel |
![]() | |
std::stringstream | m_ss |
![]() | |
Logger * | m_Logger |
Additional Inherited Members | |
![]() | |
static const std::string | empty |
static const char * | empty_cStr |
Constructor & Destructor Documentation
biogears::SEEnergySystem::SEEnergySystem | ( | Logger * | logger | ) |
|
override |
Member Function Documentation
|
inlineoverridevirtual |
Implements biogears::SESystem.
Reimplemented in biogears::Energy.
|
overridevirtual |
Reimplemented from biogears::SESystem.
Reimplemented in biogears::Energy.
SEScalarFraction & biogears::SEEnergySystem::GetAchievedExerciseLevel | ( | ) |
double biogears::SEEnergySystem::GetAchievedExerciseLevel | ( | ) | const |
SEScalarMass & biogears::SEEnergySystem::GetChlorideLostToSweat | ( | ) |
double biogears::SEEnergySystem::GetChlorideLostToSweat | ( | const MassUnit & | unit | ) | const |
SEScalarTemperature & biogears::SEEnergySystem::GetCoreTemperature | ( | ) |
double biogears::SEEnergySystem::GetCoreTemperature | ( | const TemperatureUnit & | unit | ) | const |
SEScalarAmountPerTime & biogears::SEEnergySystem::GetCreatinineProductionRate | ( | ) |
double biogears::SEEnergySystem::GetCreatinineProductionRate | ( | const AmountPerTimeUnit & | unit | ) | const |
SEScalarPower & biogears::SEEnergySystem::GetEnergyDeficit | ( | ) |
double biogears::SEEnergySystem::GetEnergyDeficit | ( | const PowerUnit & | unit | ) | const |
SEScalarPower & biogears::SEEnergySystem::GetExerciseEnergyDemand | ( | ) |
double biogears::SEEnergySystem::GetExerciseEnergyDemand | ( | const PowerUnit & | unit | ) | const |
SEScalarPressure & biogears::SEEnergySystem::GetExerciseMeanArterialPressureDelta | ( | ) |
double biogears::SEEnergySystem::GetExerciseMeanArterialPressureDelta | ( | const PressureUnit & | unit | ) | const |
SEScalarFraction & biogears::SEEnergySystem::GetFatigueLevel | ( | ) |
double biogears::SEEnergySystem::GetFatigueLevel | ( | ) | const |
SEScalarAmountPerTime & biogears::SEEnergySystem::GetLactateProductionRate | ( | ) |
double biogears::SEEnergySystem::GetLactateProductionRate | ( | const AmountPerTimeUnit & | unit | ) | const |
|
overridevirtual |
Implements biogears::SESystem.
SEScalarMass & biogears::SEEnergySystem::GetPotassiumLostToSweat | ( | ) |
double biogears::SEEnergySystem::GetPotassiumLostToSweat | ( | const MassUnit & | unit | ) | const |
|
overridevirtual |
Implements biogears::SESystem.
|
overridevirtual |
Implements biogears::SESystem.
SEScalarTemperature & biogears::SEEnergySystem::GetSkinTemperature | ( | ) |
double biogears::SEEnergySystem::GetSkinTemperature | ( | const TemperatureUnit & | unit | ) | const |
SEScalarMass & biogears::SEEnergySystem::GetSodiumLostToSweat | ( | ) |
double biogears::SEEnergySystem::GetSodiumLostToSweat | ( | const MassUnit & | unit | ) | const |
SEScalarMassPerTime & biogears::SEEnergySystem::GetSweatRate | ( | ) |
double biogears::SEEnergySystem::GetSweatRate | ( | const MassPerTimeUnit & | unit | ) | const |
SEScalarPower & biogears::SEEnergySystem::GetTotalMetabolicRate | ( | ) |
double biogears::SEEnergySystem::GetTotalMetabolicRate | ( | const PowerUnit & | unit | ) | const |
SEScalarFraction & biogears::SEEnergySystem::GetTotalWorkRateLevel | ( | ) |
double biogears::SEEnergySystem::GetTotalWorkRateLevel | ( | ) | const |
bool biogears::SEEnergySystem::HasAchievedExerciseLevel | ( | ) | const |
bool biogears::SEEnergySystem::HasChlorideLostToSweat | ( | ) | const |
bool biogears::SEEnergySystem::HasCoreTemperature | ( | ) | const |
bool biogears::SEEnergySystem::HasCreatinineProductionRate | ( | ) | const |
bool biogears::SEEnergySystem::HasEnergyDeficit | ( | ) | const |
bool biogears::SEEnergySystem::HasExerciseEnergyDemand | ( | ) | const |
bool biogears::SEEnergySystem::HasExerciseMeanArterialPressureDelta | ( | ) | const |
bool biogears::SEEnergySystem::HasFatigueLevel | ( | ) | const |
|
inlineoverridevirtual |
Implements biogears::SESystem.
Reimplemented in biogears::Energy.
bool biogears::SEEnergySystem::HasLactateProductionRate | ( | ) | const |
bool biogears::SEEnergySystem::HasPotassiumLostToSweat | ( | ) | const |
bool biogears::SEEnergySystem::HasSkinTemperature | ( | ) | const |
bool biogears::SEEnergySystem::HasSodiumLostToSweat | ( | ) | const |
bool biogears::SEEnergySystem::HasSweatRate | ( | ) | const |
bool biogears::SEEnergySystem::HasTotalMetabolicRate | ( | ) | const |
bool biogears::SEEnergySystem::HasTotalWorkRateLevel | ( | ) | const |
bool biogears::SEEnergySystem::Load | ( | const CDM::EnergySystemData & | in | ) |
|
inlinestatic |
|
inlinestatic |
|
overridevirtual |
Implements biogears::SESystem.
Reimplemented in biogears::Energy.
|
protected |
Member Data Documentation
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |