Skip to content

Steady-State Solver

Documentation TODO

This page is a work in progress.

fullflow.SteadyState

Steady-state nonlinear network solver.

SteadyState solves a network of algebraic equations by adjusting iteration variables until all component and balance residuals are driven to zero.

The solver automatically propagates derived states, evaluates component models, assembles the residual vector, and calls scipy.optimize.least_squares() to compute a converged solution.

Parameters

Name Type Description
networkNetwork

Network to evaluate and solve