.. Solverz Cookbook documentation master file, created by sphinx-quickstart on Tue May 14 15:06:33 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Solverz Cookbook! ============================================ Here presents a collection of modelling and numerical solution examples based on Solverz. .. note:: This cookbook is tested against the following dependency versions: - **Solverz** >= 0.8.0 - **SolMuseum** >= 0.1.5 - **SolUtil** (latest master) Examples on Algebraic Equations ------------------------------- :ref:`The Analytical Solutions to the Burger's Equation ` :ref:`The Calculation of Electric Power Flow ` :ref:`District Heating Network Hydraulic Flow ` Examples on Finite Difference Algebraic Equations ------------------------------------------------- :ref:`Solving Gas Transmission PDEs using Characteristics ` :ref:`Solving Gas Transmission PDEs using Koopman Operator Theory ` Examples on Differential Algebraic Equations -------------------------------------------- :ref:`Time-domain Simulation of Electric Power Systems ` :ref:`Distribution Network Simulation with PV penetration ` :ref:`Method-of-Lines Solution of Network Gas Flow ` :ref:`Integrated Energy System Simulation ` .. toctree:: :hidden: ae/index.rst fdae/index.rst dae/index.rst