Skip to main content
Ctrl+K
ANDES 1.10.1.post50+geda5163c9 - Home ANDES 1.10.1.post50+geda5163c9 - Home
  • About ANDES
  • Tutorials
  • Gallery
  • Modeling
  • Reference
    • Verification
  • PDF Manual
  • GitHub
  • PyPI
  • About ANDES
  • Tutorials
  • Gallery
  • Modeling
  • Reference
  • Verification
  • PDF Manual
  • GitHub
  • PyPI

Section Navigation

  • Command Line Interface
  • Configuration
  • Model Reference
    • ACLine
    • ACNode
    • ACShort
    • Calculation
    • Collection
    • DCLink
    • DCTopology
    • DG
    • DGProtection
    • DataSeries
    • DynLoad
    • DynShaft
    • Exciter
    • Experimental
    • FreqMeasurement
    • Information
    • Interface
    • Motor
    • OutputSelect
    • PLL
    • PSS
    • PhasorMeasurement
    • RenAerodynamics
    • RenExciter
    • RenGen
    • RenGovernor
    • RenPitch
    • RenPlant
    • RenTorque
    • StaticACDC
    • StaticGen
    • StaticLoad
    • StaticShunt
    • SynGen
    • TimedEvent
    • TurbineGov
    • Undefined
    • VoltComp
    • ACNode
  • Config Reference
  • API reference
    • andes.system
      • andes.system.codegen
        • import_pycode
        • reload_submodules
        • andes.system.codegen.CodegenManager
      • andes.system.config_runtime
        • andes.system.config_runtime.SystemConfigRuntime
      • andes.system.dae_compactor
        • andes.system.dae_compactor.DAECompactor
      • andes.system.facade
        • andes.system.facade.ExistingModels
        • andes.system.facade.System
      • andes.system.helpers
        • example
        • fix_view_arrays
        • import_pycode
        • load_config_rc
      • andes.system.registry
        • andes.system.registry.RegistryLoader
    • andes.variables
      • andes.variables.dae
        • andes.variables.dae.DAE
        • andes.variables.dae.DAETimeSeries
      • andes.variables.fileman
        • add_suffix
        • andes.variables.fileman.FileMan
      • andes.variables.report
        • report_info
        • andes.variables.report.Report
    • andes.routines
      • andes.routines.adaptive
        • accept_reject
        • candidate_h
        • check_adaptive_bust
        • propose_step_factor
        • weighted_rms_error
      • andes.routines.base
        • andes.routines.base.BaseRoutine
      • andes.routines.cpf
        • andes.routines.cpf.ArcLengthParam
        • andes.routines.cpf.CPF
        • andes.routines.cpf.NaturalParam
        • andes.routines.cpf.PseudoArcLengthParam
      • andes.routines.criteria
        • deltadelta
      • andes.routines.daeint
        • andes.routines.daeint.BackEuler
        • andes.routines.daeint.ImplicitIter
        • andes.routines.daeint.Trapezoid
        • andes.routines.daeint.TrapezoidAdaptive
      • andes.routines.eig
        • andes.routines.eig.EIG
      • andes.routines.pflow
        • andes.routines.pflow.PFlow
      • andes.routines.qndf
        • compute_R
        • compute_U
        • compute_beta0
        • compute_predictor
        • error_constant
        • rescale_D
        • select_order_and_step
        • update_D
        • andes.routines.qndf.QNDF
        • andes.routines.qndf.QNDFCache
      • andes.routines.se
        • andes.routines.se.SE
      • andes.routines.tds
        • andes.routines.tds.TDS
    • andes.plot
      • eig_plot
      • parse_y
      • set_font
      • set_latex
      • set_style
      • tdsplot
      • andes.plot.TDSData
    • andes.io
      • dump
      • get_output_ext
      • guess
      • parse
      • read_file_like
      • andes.io.json
        • read
        • testlines
        • write
      • andes.io.matpower
        • m2mpc
        • mpc2system
        • read
        • system2mpc
        • testlines
      • andes.io.psse
        • get_block_lines
        • read
        • read_add
        • sort_psse_models
        • testlines
      • andes.io.streaming
        • andes.io.streaming.Streaming
      • andes.io.txt
        • dump_data
      • andes.io.xlsx
        • read
        • testlines
        • write
    • andes.interop
      • andes.interop.gridcal
        • require_gridcal
        • to_gridcal
      • andes.interop.matpower
        • from_matpower
        • require_matpower
        • to_matpower
      • andes.interop.pandapower
        • add_gencost
        • build_group_table
        • make_GSF
        • make_link_table
        • require_pandapower
        • runopp_map
        • to_pandapower
      • andes.interop.pypowsybl
        • require_pypowsybl
        • to_pypowsybl
    • andes.cli
      • create_parser
      • main
      • preamble
    • andes.main
      • config_logger
      • demo
      • doc
      • edit_conf
      • find_log_path
      • load
      • misc
      • plot
      • prepare
      • print_license
      • remove_output
      • run
      • run_case
      • save_conf
      • selftest
      • set_logger_level
      • versioninfo
      • andes.main.TqdmStreamHandler
    • andes.utils.paths
      • andes_root
      • cases_root
      • confirm_overwrite
      • get_case
      • get_config_path
      • get_dot_andes_path
      • get_log_dir
      • get_pycode_path
      • list_cases
      • tests_root
      • andes.utils.paths.DisplayablePath
    • andes.utils.snapshot
      • load_ss
      • save_ss
    • andes.utils.widgets
      • edit_sheet
      • edit_system
      • on_close
      • on_update
  • Release notes
  • Reference
  • Model Reference
  • DCLink

DCLink#

Basic DC links

Common Parameters: u, name

Available models: Ground, R, L, C, RCp, RCs, RLs, RLCs, RLCp

Ground#

Ground model that sets the voltage of the connected DC node.

Parameters#

Name

Symbol

Description

Default

Unit

Properties

idx

unique device idx

u

\(u\)

connection status

1

bool

name

device name

node

Node index

mandatory

voltage

\(V_0\)

Ground voltage (typically 0)

0

p.u.

ue

\(u_e\)

effective online status

0

Variables#

Name

Symbol

Type

Description

Unit

Properties

Idc

\(Idc\)

Algeb

Ficticious current injection from ground

v_str

v

\(v\)

ExtAlgeb

Initialization Equations#

Name

Symbol

Type

Initial Value

Idc

\(Idc\)

Algeb

\(0\)

v

\(v\)

ExtAlgeb

Algebraic Equations#

Name

Symbol

Type

RHS of Equation "0 = g(x, y)"

Idc

\(Idc\)

Algeb

\(u \left(v - voltage\right)\)

v

\(v\)

ExtAlgeb

\(- Idc\)

Config Fields in [Ground]

Option

Symbol

Value

Info

Accepted values

allow_adjust

1

allow adjusting upper or lower limits

(0, 1)

adjust_lower

0

adjust lower limit

(0, 1)

adjust_upper

1

adjust upper limit

(0, 1)

R#

Resistive dc line

Parameters#

Name

Symbol

Description

Default

Unit

Properties

idx

unique device idx

u

\(u\)

connection status

1

bool

name

device name

node1

Node 1 index

mandatory

node2

Node 2 index

mandatory

Vdcn1

\(V_{dcn1}\)

DC voltage rating on node 1

100

kV

non_zero

Vdcn2

\(V_{dcn2}\)

DC voltage rating on node 2

100

kV

non_zero

Idcn

\(I_{dcn}\)

DC current rating

1

kA

non_zero

ue

\(u_e\)

effective online status

0

R

DC line resistance

0.010

p.u.

non_zero,r

Variables#

Name

Symbol

Type

Description

Unit

Properties

Idc

\(Idc\)

Algeb

Current from node 2 to 1

p.u.

v_str

v1

\(v_{1}\)

ExtAlgeb

DC voltage on node 1

v2

\(v_{2}\)

ExtAlgeb

DC voltage on node 2

Initialization Equations#

Name

Symbol

Type

Initial Value

Idc

\(Idc\)

Algeb

\(\frac{u \left(- v_{1} + v_{2}\right)}{R}\)

v1

\(v_{1}\)

ExtAlgeb

v2

\(v_{2}\)

ExtAlgeb

Algebraic Equations#

Name

Symbol

Type

RHS of Equation "0 = g(x, y)"

Idc

\(Idc\)

Algeb

\(- Idc + \frac{u \left(- v_{1} + v_{2}\right)}{R}\)

v1

\(v_{1}\)

ExtAlgeb

\(- Idc\)

v2

\(v_{2}\)

ExtAlgeb

\(Idc\)

Config Fields in [R]

Option

Symbol

Value

Info

Accepted values

allow_adjust

1

allow adjusting upper or lower limits

(0, 1)

adjust_lower

0

adjust lower limit

(0, 1)

adjust_upper

1

adjust upper limit

(0, 1)

L#

Inductive dc line

Parameters#

Name

Symbol

Description

Default

Unit

Properties

idx

unique device idx

u

\(u\)

connection status

1

bool

name

device name

node1

Node 1 index

mandatory

node2

Node 2 index

mandatory

Vdcn1

\(V_{dcn1}\)

DC voltage rating on node 1

100

kV

non_zero

Vdcn2

\(V_{dcn2}\)

DC voltage rating on node 2

100

kV

non_zero

Idcn

\(I_{dcn}\)

DC current rating

1

kA

non_zero

ue

\(u_e\)

effective online status

0

L

DC line inductance

0.001

p.u.

non_zero,r

Variables#

Name

Symbol

Type

Description

Unit

Properties

IL

\(IL\)

State

Inductance current

p.u.

v_str

v1

\(v_{1}\)

ExtAlgeb

DC voltage on node 1

v2

\(v_{2}\)

ExtAlgeb

DC voltage on node 2

Initialization Equations#

Name

Symbol

Type

Initial Value

IL

\(IL\)

State

\(0\)

v1

\(v_{1}\)

ExtAlgeb

v2

\(v_{2}\)

ExtAlgeb

Differential Equations#

Name

Symbol

Type

RHS of Equation "T x' = f(x, y)"

T (LHS)

IL

\(IL\)

State

\(- u \left(v_{1} - v_{2}\right)\)

Algebraic Equations#

Name

Symbol

Type

RHS of Equation "0 = g(x, y)"

v1

\(v_{1}\)

ExtAlgeb

\(- IL\)

v2

\(v_{2}\)

ExtAlgeb

\(IL\)

Config Fields in [L]

Option

Symbol

Value

Info

Accepted values

allow_adjust

1

allow adjusting upper or lower limits

(0, 1)

adjust_lower

0

adjust lower limit

(0, 1)

adjust_upper

1

adjust upper limit

(0, 1)

C#

Capacitive dc branch

Parameters#

Name

Symbol

Description

Default

Unit

Properties

idx

unique device idx

u

\(u\)

connection status

1

bool

name

device name

node1

Node 1 index

mandatory

node2

Node 2 index

mandatory

Vdcn1

\(V_{dcn1}\)

DC voltage rating on node 1

100

kV

non_zero

Vdcn2

\(V_{dcn2}\)

DC voltage rating on node 2

100

kV

non_zero

Idcn

\(I_{dcn}\)

DC current rating

1

kA

non_zero

ue

\(u_e\)

effective online status

0

C

DC capacitance

0.001

p.u.

non_zero,g

Variables#

Name

Symbol

Type

Description

Unit

Properties

vC

\(vC\)

State

Capacitor current

p.u.

v_str

Idc

\(Idc\)

Algeb

Current from node 2 to 1

p.u.

v_str

v1

\(v_{1}\)

ExtAlgeb

DC voltage on node 1

v2

\(v_{2}\)

ExtAlgeb

DC voltage on node 2

Initialization Equations#

Name

Symbol

Type

Initial Value

vC

\(vC\)

State

\(0\)

Idc

\(Idc\)

Algeb

\(0\)

v1

\(v_{1}\)

ExtAlgeb

v2

\(v_{2}\)

ExtAlgeb

Differential Equations#

Name

Symbol

Type

RHS of Equation "T x' = f(x, y)"

T (LHS)

vC

\(vC\)

State

\(- Idc u\)

Algebraic Equations#

Name

Symbol

Type

RHS of Equation "0 = g(x, y)"

Idc

\(Idc\)

Algeb

\(Idc \left(1 - u\right) + u \left(- v_{1} + v_{2} + vC\right)\)

v1

\(v_{1}\)

ExtAlgeb

\(- Idc\)

v2

\(v_{2}\)

ExtAlgeb

\(Idc\)

Config Fields in [C]

Option

Symbol

Value

Info

Accepted values

allow_adjust

1

allow adjusting upper or lower limits

(0, 1)

adjust_lower

0

adjust lower limit

(0, 1)

adjust_upper

1

adjust upper limit

(0, 1)

RCp#

Parameters#

Name

Symbol

Description

Default

Unit

Properties

idx

unique device idx

u

\(u\)

connection status

1

bool

name

device name

node1

Node 1 index

mandatory

node2

Node 2 index

mandatory

Vdcn1

\(V_{dcn1}\)

DC voltage rating on node 1

100

kV

non_zero

Vdcn2

\(V_{dcn2}\)

DC voltage rating on node 2

100

kV

non_zero

Idcn

\(I_{dcn}\)

DC current rating

1

kA

non_zero

ue

\(u_e\)

effective online status

0

R

\(R\)

DC line resistance

0.010

p.u.

non_zero,r

C

\(C\)

DC capacitance

0.001

p.u.

non_zero,g

Variables#

Name

Symbol

Type

Description

Unit

Properties

vC

\(vC\)

State

Capacitor current

p.u.

v_str

Idc

\(Idc\)

Algeb

Current from node 2 to 1

p.u.

v_str

v1

\(v_{1}\)

ExtAlgeb

DC voltage on node 1

v2

\(v_{2}\)

ExtAlgeb

DC voltage on node 2

Initialization Equations#

Name

Symbol

Type

Initial Value

vC

\(vC\)

State

\(v_{1} - v_{2}\)

Idc

\(Idc\)

Algeb

\(\frac{- v_{1} + v_{2}}{R}\)

v1

\(v_{1}\)

ExtAlgeb

v2

\(v_{2}\)

ExtAlgeb

Differential Equations#

Name

Symbol

Type

RHS of Equation "T x' = f(x, y)"

T (LHS)

vC

\(vC\)

State

\(- u \left(Idc - \frac{vC}{R}\right)\)

\(C\)

Algebraic Equations#

Name

Symbol

Type

RHS of Equation "0 = g(x, y)"

Idc

\(Idc\)

Algeb

\(Idc \left(1 - u\right) + u \left(- v_{1} + v_{2} + vC\right)\)

v1

\(v_{1}\)

ExtAlgeb

\(- Idc\)

v2

\(v_{2}\)

ExtAlgeb

\(Idc\)

Config Fields in [RCp]

Option

Symbol

Value

Info

Accepted values

allow_adjust

1

allow adjusting upper or lower limits

(0, 1)

adjust_lower

0

adjust lower limit

(0, 1)

adjust_upper

1

adjust upper limit

(0, 1)

RCs#

Parameters#

Name

Symbol

Description

Default

Unit

Properties

idx

unique device idx

u

\(u\)

connection status

1

bool

name

device name

node1

Node 1 index

mandatory

node2

Node 2 index

mandatory

Vdcn1

\(V_{dcn1}\)

DC voltage rating on node 1

100

kV

non_zero

Vdcn2

\(V_{dcn2}\)

DC voltage rating on node 2

100

kV

non_zero

Idcn

\(I_{dcn}\)

DC current rating

1

kA

non_zero

ue

\(u_e\)

effective online status

0

R

\(R\)

DC line resistance

0.010

p.u.

non_zero,r

C

\(C\)

DC capacitance

0.001

p.u.

non_zero,g

Variables#

Name

Symbol

Type

Description

Unit

Properties

vC

\(vC\)

State

Capacitor current

p.u.

v_str

Idc

\(Idc\)

Algeb

Current from node 2 to 1

p.u.

v_str

v1

\(v_{1}\)

ExtAlgeb

DC voltage on node 1

v2

\(v_{2}\)

ExtAlgeb

DC voltage on node 2

Initialization Equations#

Name

Symbol

Type

Initial Value

vC

\(vC\)

State

\(v_{1} - v_{2}\)

Idc

\(Idc\)

Algeb

\(\frac{- v_{1} + v_{2}}{R}\)

v1

\(v_{1}\)

ExtAlgeb

v2

\(v_{2}\)

ExtAlgeb

Differential Equations#

Name

Symbol

Type

RHS of Equation "T x' = f(x, y)"

T (LHS)

vC

\(vC\)

State

\(- Idc u\)

\(C\)

Algebraic Equations#

Name

Symbol

Type

RHS of Equation "0 = g(x, y)"

Idc

\(Idc\)

Algeb

\(Idc \left(1 - u\right) + u \left(- Idc R - v_{1} + v_{2} + vC\right)\)

v1

\(v_{1}\)

ExtAlgeb

\(- Idc\)

v2

\(v_{2}\)

ExtAlgeb

\(Idc\)

Config Fields in [RCs]

Option

Symbol

Value

Info

Accepted values

allow_adjust

1

allow adjusting upper or lower limits

(0, 1)

adjust_lower

0

adjust lower limit

(0, 1)

adjust_upper

1

adjust upper limit

(0, 1)

RLs#

Parameters#

Name

Symbol

Description

Default

Unit

Properties

idx

unique device idx

u

\(u\)

connection status

1

bool

name

device name

node1

Node 1 index

mandatory

node2

Node 2 index

mandatory

Vdcn1

\(V_{dcn1}\)

DC voltage rating on node 1

100

kV

non_zero

Vdcn2

\(V_{dcn2}\)

DC voltage rating on node 2

100

kV

non_zero

Idcn

\(I_{dcn}\)

DC current rating

1

kA

non_zero

ue

\(u_e\)

effective online status

0

R

\(R\)

DC line resistance

0.010

p.u.

non_zero,r

L

\(L\)

DC line inductance

0.001

p.u.

non_zero,r

Variables#

Name

Symbol

Type

Description

Unit

Properties

IL

\(IL\)

State

Inductance current

p.u.

v_str

Idc

\(Idc\)

Algeb

Current from node 2 to 1

p.u.

v_str

v1

\(v_{1}\)

ExtAlgeb

DC voltage on node 1

v2

\(v_{2}\)

ExtAlgeb

DC voltage on node 2

Initialization Equations#

Name

Symbol

Type

Initial Value

IL

\(IL\)

State

\(\frac{v_{1} - v_{2}}{R}\)

Idc

\(Idc\)

Algeb

\(- \frac{u \left(v_{1} - v_{2}\right)}{R}\)

v1

\(v_{1}\)

ExtAlgeb

v2

\(v_{2}\)

ExtAlgeb

Differential Equations#

Name

Symbol

Type

RHS of Equation "T x' = f(x, y)"

T (LHS)

IL

\(IL\)

State

\(u \left(- IL R + v_{1} - v_{2}\right)\)

\(L\)

Algebraic Equations#

Name

Symbol

Type

RHS of Equation "0 = g(x, y)"

Idc

\(Idc\)

Algeb

\(- IL u - Idc\)

v1

\(v_{1}\)

ExtAlgeb

\(- Idc\)

v2

\(v_{2}\)

ExtAlgeb

\(Idc\)

Config Fields in [RLs]

Option

Symbol

Value

Info

Accepted values

allow_adjust

1

allow adjusting upper or lower limits

(0, 1)

adjust_lower

0

adjust lower limit

(0, 1)

adjust_upper

1

adjust upper limit

(0, 1)

RLCs#

Parameters#

Name

Symbol

Description

Default

Unit

Properties

idx

unique device idx

u

\(u\)

connection status

1

bool

name

device name

node1

Node 1 index

mandatory

node2

Node 2 index

mandatory

Vdcn1

\(V_{dcn1}\)

DC voltage rating on node 1

100

kV

non_zero

Vdcn2

\(V_{dcn2}\)

DC voltage rating on node 2

100

kV

non_zero

Idcn

\(I_{dcn}\)

DC current rating

1

kA

non_zero

ue

\(u_e\)

effective online status

0

R

\(R\)

DC line resistance

0.010

p.u.

non_zero,r

L

\(L\)

DC line inductance

0.001

p.u.

non_zero,r

C

\(C\)

DC capacitance

0.001

p.u.

non_zero,g

Variables#

Name

Symbol

Type

Description

Unit

Properties

IL

\(IL\)

State

Inductance current

p.u.

v_str

vC

\(vC\)

State

Capacitor current

p.u.

v_str

Idc

\(Idc\)

Algeb

Current from node 2 to 1

p.u.

v_str

v1

\(v_{1}\)

ExtAlgeb

DC voltage on node 1

v2

\(v_{2}\)

ExtAlgeb

DC voltage on node 2

Initialization Equations#

Name

Symbol

Type

Initial Value

IL

\(IL\)

State

\(0\)

vC

\(vC\)

State

\(v_{1} - v_{2}\)

Idc

\(Idc\)

Algeb

\(0\)

v1

\(v_{1}\)

ExtAlgeb

v2

\(v_{2}\)

ExtAlgeb

Differential Equations#

Name

Symbol

Type

RHS of Equation "T x' = f(x, y)"

T (LHS)

IL

\(IL\)

State

\(u \left(- IL R + v_{1} - v_{2} - vC\right)\)

\(L\)

vC

\(vC\)

State

\(IL u\)

\(C\)

Algebraic Equations#

Name

Symbol

Type

RHS of Equation "0 = g(x, y)"

Idc

\(Idc\)

Algeb

\(- IL - Idc\)

v1

\(v_{1}\)

ExtAlgeb

\(- Idc\)

v2

\(v_{2}\)

ExtAlgeb

\(Idc\)

Config Fields in [RLCs]

Option

Symbol

Value

Info

Accepted values

allow_adjust

1

allow adjusting upper or lower limits

(0, 1)

adjust_lower

0

adjust lower limit

(0, 1)

adjust_upper

1

adjust upper limit

(0, 1)

RLCp#

Parameters#

Name

Symbol

Description

Default

Unit

Properties

idx

unique device idx

u

\(u\)

connection status

1

bool

name

device name

node1

Node 1 index

mandatory

node2

Node 2 index

mandatory

Vdcn1

\(V_{dcn1}\)

DC voltage rating on node 1

100

kV

non_zero

Vdcn2

\(V_{dcn2}\)

DC voltage rating on node 2

100

kV

non_zero

Idcn

\(I_{dcn}\)

DC current rating

1

kA

non_zero

ue

\(u_e\)

effective online status

0

R

\(R\)

DC line resistance

0.010

p.u.

non_zero,r

L

\(L\)

DC line inductance

0.001

p.u.

non_zero,r

C

\(C\)

DC capacitance

0.001

p.u.

non_zero,g

Variables#

Name

Symbol

Type

Description

Unit

Properties

IL

\(IL\)

State

Inductance current

p.u.

v_str

vC

\(vC\)

State

Capacitor current

p.u.

v_str

Idc

\(Idc\)

Algeb

Current from node 2 to 1

p.u.

v_str

v1

\(v_{1}\)

ExtAlgeb

DC voltage on node 1

v2

\(v_{2}\)

ExtAlgeb

DC voltage on node 2

Initialization Equations#

Name

Symbol

Type

Initial Value

IL

\(IL\)

State

\(0\)

vC

\(vC\)

State

\(v_{1} - v_{2}\)

Idc

\(Idc\)

Algeb

\(\frac{- v_{1} + v_{2}}{R}\)

v1

\(v_{1}\)

ExtAlgeb

v2

\(v_{2}\)

ExtAlgeb

Differential Equations#

Name

Symbol

Type

RHS of Equation "T x' = f(x, y)"

T (LHS)

IL

\(IL\)

State

\(u vC\)

\(L\)

vC

\(vC\)

State

\(- u \left(- IL + Idc - \frac{vC}{R}\right)\)

\(C\)

Algebraic Equations#

Name

Symbol

Type

RHS of Equation "0 = g(x, y)"

Idc

\(Idc\)

Algeb

\(Idc \left(1 - u\right) + u \left(- v_{1} + v_{2} + vC\right)\)

v1

\(v_{1}\)

ExtAlgeb

\(- Idc\)

v2

\(v_{2}\)

ExtAlgeb

\(Idc\)

Config Fields in [RLCp]

Option

Symbol

Value

Info

Accepted values

allow_adjust

1

allow adjusting upper or lower limits

(0, 1)

adjust_lower

0

adjust lower limit

(0, 1)

adjust_upper

1

adjust upper limit

(0, 1)

previous

Collection

next

DCTopology

On this page
  • Ground
    • Parameters
    • Variables
    • Initialization Equations
    • Algebraic Equations
  • R
    • Parameters
    • Variables
    • Initialization Equations
    • Algebraic Equations
  • L
    • Parameters
    • Variables
    • Initialization Equations
    • Differential Equations
    • Algebraic Equations
  • C
    • Parameters
    • Variables
    • Initialization Equations
    • Differential Equations
    • Algebraic Equations
  • RCp
    • Parameters
    • Variables
    • Initialization Equations
    • Differential Equations
    • Algebraic Equations
  • RCs
    • Parameters
    • Variables
    • Initialization Equations
    • Differential Equations
    • Algebraic Equations
  • RLs
    • Parameters
    • Variables
    • Initialization Equations
    • Differential Equations
    • Algebraic Equations
  • RLCs
    • Parameters
    • Variables
    • Initialization Equations
    • Differential Equations
    • Algebraic Equations
  • RLCp
    • Parameters
    • Variables
    • Initialization Equations
    • Differential Equations
    • Algebraic Equations
Edit on GitHub

© Copyright 2026, Hantao Cui.

Created using Sphinx 6.2.1.

Built with the PyData Sphinx Theme 0.16.1.