TEA Handbook

Concept

Abstracting a proprietary unit op (black-boxing)

communication

Overview

Black-boxing is representing a unit operation (or a group of them) by only its external interface — the input and output streams, the duties, and the cost — while hiding the internal mechanism that produces them. It is how a proprietary or simply unresolved step is included in a model that can be shared, without exposing (or needing) its inner workings.

Body

What it is. A unit operation is already modeled as a box: inlet streams in, outlet streams out, a duty, and a cost — its parameterization. Black-boxing keeps that interface and deletes the interior. The box is asserted to convert these inputs into these outputs at this cost; how it does so is not shown. The rest of the flowsheet connects to the interface exactly as it did before, so the surrounding model is unchanged.

Two motives for it.

What must be preserved. Hiding the mechanism does not relieve the box of its accounting. For the black box to be usable, its crossings must stay honest and complete: the mass and energy balances must still close across it — no hidden feed, utility, or emission — and its stated cost and duties must be real. A black box conceals the interior, not the flows; an interface that omits a real input or output silently breaks the balance of everything around it.

A black box is a boundary around the secret. Drawing a system boundary tightly around the proprietary step and reporting only the streams that cross it is black-boxing — the technique is a boundary placed to enclose what stays hidden, with the crossing streams as the controlled disclosure. What is inside the boundary is asserted; only the crossings are shown.

Limits & typical error

See also

Mini-example

Take green ammonia where the electrolyzer is the proprietary step — a novel stack whose efficiency is the team’s advantage. Black-box it: the box takes in water and ~10 MWh of electricity per tonne of NH₃ and puts out ~0.18 t H₂ per tonne of NH₃ at a stated cost, with the stack’s chemistry and efficiency curve hidden inside. The synthesis loop — the non-secret, incumbent part of the plant — connects to that hydrogen output exactly as before, and the mass and energy balance still closes, because the ~10 MWh/t and ~0.18 t H₂/t crossings are honest and complete. The trade secret — how the stack reaches that efficiency — never appears in the model.

Separately, to show the interface leaking the secret: publish the box’s power draw to three significant figures and its exact hydrogen purity, and a competent reader can back out the stack efficiency that is the whole secret — the interface disclosed the IP that black-boxing was meant to protect. Banding the released numbers (≈10 MWh/t, not 9.73) is what keeps the box opaque while still useful.

See also