PyRC Documentation#

Welcome on the PyRC documentation site. You can find the source code on Codeberg.

If you don’t know where to start, look at the Examples.

Important Classes#

Examples

Worked examples showing how to use PyRC for building and solving RC networks.

RCNetwork

The parent class of all Networks containing the abstract method _create_network and the method to create the solution: solve_network.

Resistor

This class holds the resistance property generating the resistance value automatically. It is used as parent for the other Resistors like CombinedResistor, MassTransport, HeatConduction and HeatTransfer.

Capacitor

This class holds the capacity property with a defined temperature.

Node

A Node has – contrary to a Capacitor – a defined position and length, width and height (volume) and material. But it is still just a node but with more information for the algorithms.

Content#

Indices and tables#