Applications
OpenProcessSim
Linear Algebraic Equation Solvers Open vs. Closed Equations

Introduction

Closed equation format is the format of equations we are familiar with, for example,

y = mx + c
equation of a straight line
Q = UAΔTm
design equation for a heat exchanger

To convert a closed equation to an open equation, the closed format equation is rearranged with all the terms on one side. The equation is then evaluated to find the residual. For example;

Closed Equation Format
Open Equation Format
y = mx + c
r = y − mx − c
Q = UAΔTm
r = Q − UAΔTm

Why would we want to work with open equations?