Go to the source code of this file.
|
class | wxm::apps::functions::unique_variable::SeriesRLCWithLoadRHS |
| Class to set RHS for RLC circuit with discharging capacitor and a load voltage Kirchoff's Voltage Law (KVL): V_C - V_L - V_R - V_load = 0 I = -Qdot V_C = Q / C V_L = Idot L = -Qdouble_dot L V_R = I R = -Qdot R Substitution leads to Qdouble_dot = V_load / L - Qdot R / L - Q / L / C We are solving: dqdt = RHS(t) where q = [Q, Qdot] then dqdt = [Qdot, Qdouble_dot] = [Qdot, V_load / L - Qdot R / L - Q / L / C]. More...
|
|