WARPXM v1.10.0
Loading...
Searching...
No Matches
series_rlc_with_load_rhs.h File Reference

Go to the source code of this file.

Classes

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...
 

Namespaces

namespace  wxm
 Base namespace for everything not included in the global namespace.
 
namespace  wxm::apps
 
namespace  wxm::apps::functions
 
namespace  wxm::apps::functions::unique_variable