12#ifndef BELFEM_CL_INDUCTOR_HPP
13#define BELFEM_CL_INDUCTOR_HPP
65 Inductor(
const real aValue,
const uint aOrder, Cell < ElectricNode* > & aTerminals,
string aLabel =
"") ;
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_Inductor.cpp:112
real get_value() const override
Definition cl_Inductor.cpp:150
void compute_current() override
Definition cl_Inductor.cpp:37
void load_state(hid_t aGroup, const string &aPrefix) override
restore the state written by save_state().
Definition cl_Inductor.cpp:126
real get_discretized_resistance() const override
Definition cl_Inductor.cpp:158
void shift(const real aTime, const real aDeltaTime) override
Definition cl_Inductor.cpp:46
void shift_back() override
Definition cl_Inductor.cpp:84
void set_timestep(const real aDeltaTime) override
Definition cl_Inductor.cpp:103
ComponentType component_type() const override
Definition cl_Inductor.hpp:124
Inductor(const real aValue, const uint aOrder, Cell< ElectricNode * > &aTerminals, string aLabel="")
Definition cl_Inductor.cpp:21
real get_discretized_source() const override
Definition cl_Inductor.cpp:166
TwoTerminals(Cell< ElectricNode * > &aTerminals, string aLabel="")
Definition cl_TwoTerminals.cpp:20
Definition cl_Capacitor.cpp:18
ComponentType
Definition Component_Enums.hpp:22
@ INDUCTOR
Definition Component_Enums.hpp:25
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