AC Circuit simulator developed as part of the Object-Oriented Programming in C++ course at the Department of Physics and Astronomy, University of Manchester.
AC-Circuits is a C++ program written to simulate circuits driven by alternat- ing currents (AC) as part of the course Object Oriented Programming in C++. The code allows users to create a library of components, build these compo- nents into a circuit, and calculate the electrical characteristics of the circuit. Additionally, users may add these custom circuits to the component library, allowing the nesting of circuits. Once circuits have been defined, the circuit diagrams may be displayed visually.
The project code is described in a report.