12#ifndef BELFEM_CL_CAPACITOR_HPP
13#define BELFEM_CL_CAPACITOR_HPP
65 Capacitor(
const real aValue,
const uint aOrder, Cell < ElectricNode* > & aTerminals,
string aLabel =
"") ;
ComponentType component_type() const override
Definition cl_Capacitor.hpp:124
void save_state(hid_t aGroup, const string &aPrefix) override
write this component's time-stepping state into the restart group, dataset names prefixed with aPrefi...
Definition cl_Capacitor.cpp:115
void compute_current() override
Definition cl_Capacitor.cpp:37
void shift_back() override
Definition cl_Capacitor.cpp:85
void set_timestep(const real aDeltaTime) override
Definition cl_Capacitor.cpp:106
void load_state(hid_t aGroup, const string &aPrefix) override
restore the state written by save_state().
Definition cl_Capacitor.cpp:129
real get_discretized_source() const override
Definition cl_Capacitor.cpp:169
real get_discretized_resistance() const override
Definition cl_Capacitor.cpp:161
void shift(const real aTime, const real aDeltaTime) override
Definition cl_Capacitor.cpp:46
real get_value() const override
Definition cl_Capacitor.cpp:153
Capacitor(const real aValue, const uint aOrder, Cell< ElectricNode * > &aTerminals, string aLabel="")
Definition cl_Capacitor.cpp:21
TwoTerminals(Cell< ElectricNode * > &aTerminals, string aLabel="")
Definition cl_TwoTerminals.cpp:20
Definition cl_Capacitor.cpp:18
ComponentType
Definition Component_Enums.hpp:22
@ CAPACITOR
Definition Component_Enums.hpp:24
USER GUIDES:
Definition cl_Capacitor.cpp:16
int hid_t
Definition hdf5_types.hpp:20
unsigned int uint
Definition typedefs.hpp:30
double real
Definition typedefs.hpp:36