MJos Predictive Model | First manifestation of the Bangel Language

MJ Physics Engineering | Owned and operated by Michael Bangel | Clearwater, Florida

TR-PINK-F-151 / Teal / Review draft

Bounded storage state update

Terminology revised ยท September 12 evidence

Later individual Teal rerun. The reported execution status is historical and is not a new test result.

TEAL LIBRARY RERUN  |  12 SEPTEMBER 2026  |  Michael Patrick Bangel
172
TEAL-RERUN-02-B007 | SCOPED_EXECUTION_VERIFIED
TR-PINK-F-151 / Bounded storage state update
IF
Invoke F-151 with exactly these inputs: soc: Real, charge_efficiency: Real, charge_energy: Real,
discharge_energy: Real, discharge_efficiency: Real, capacity: Real. Real values use finite decimal text; null
remains unknown.
HOW
Source expression: SOC_next = clip(SOC + (eta_c*E_charge - E_discharge/eta_d)/E_capacity,0,1). Current
Bangel expression: math.min(1.0, math.max(0.0, soc + (charge_efficiency * charge_energy -
discharge_energy / discharge_efficiency) / capacity)). Require every input to be known. Require soc >= 0.0
and soc <= 1.0 and charge_efficiency > 0.0 and charge_efficiency <= 1.0 and discharge_efficiency > 0.0 and
discharge_efficiency <= 1.0 and charge_energy >= 0.0 and discharge_energy >= 0.0 and capacity > 0.0.
THEN
Emit the scoped calculation result. Missing inputs produce their specific PINK_MISSING_* HOLD; failed profile
checks produce PINK_DOMAIN. A false numeric predicate can occur in a PASS calculation receipt; it is not
permission.
CURRENT EVIDENCE
Fixture inputs {"soc": "0.5", "charge_efficiency": "0.8", "charge_energy": "10", "discharge_energy": "2",
"discharge_efficiency": "0.5", "capacity": "20"}; expected 0.7. Result matched through Bangel, admitted JP,
the Bangel API, with validated receipt outputs. 6 missing-input cases and 1 supplied domain cases passed.
SOURCE DIMENSION
ratio
REMAINING REQUIREMENT
Complete the source-defined measurement/evidence contract, units and calibration bindings. Native C# and Hagar formula-ID
bindings remain unverified in this rerun.
SOURCE REFERENCES
D017 pp. 4,11
Evidence: evidence/rerun/pink/F-151.json

Publication is pending owner review. White papers are excluded.

NO COMMERCIAL OR PUBLIC USE PERMITTED