10#include "../settings/settings.hpp"
constexpr double Tmax_Cell_K
the maximum temperature allowed in the simulation [K]
Definition: settings.hpp:44
constexpr double Tmin_Cell_K
the minimum temperature allowed in the simulation [K]
Definition: settings.hpp:43
Slide namespace contains all the types, classes, and functions for the simulation framework.
Definition: Cell.hpp:27
constexpr CellLimits defaultCellLimits
Definition: cell_limits.hpp:21
Definition: cell_limits.hpp:14
data_type Vmin
Definition: cell_limits.hpp:16
data_type VMIN
Definition: cell_limits.hpp:17
data_type Vmax
minimum / maximum voltage [V]
Definition: cell_limits.hpp:16
data_type Tmin
Definition: cell_limits.hpp:18
data_type Tmax
minimum / maximum temperature;
Definition: cell_limits.hpp:18
double data_type
Definition: cell_limits.hpp:15
data_type VMAX
lower / upper safety cut-off limit [V]
Definition: cell_limits.hpp:17