
teal papers / BarTide collection
Observed gas-height predictor
TR-PINK-F-093
MJ Physics Engineering | Bangel Language | MJos Operating System
Owned and operated by Michael Bangel | Clearwater, Florida
Updated collection edition: BarTide branding and navigation added September 26, 2026. The original paper text below retains its historical scope. Inclusion does not claim its research is implemented in BarTide.
Terminology revised ยท September 12 evidence
TEAL LIBRARY RERUN | 12 SEPTEMBER 2026 | Michael Patrick Bangel
114
TEAL-RERUN-02-B005 | SCOPED_EXECUTION_VERIFIED
TR-PINK-F-093 / Observed gas-height predictor
IF
Invoke F-093 with exactly these inputs: height: Real, velocity: Real, acceleration: Real, dt: Real, cone_height:
Real. Real values use finite decimal text; null remains unknown.
HOW
Source expression: h_hat=clip(h+v*dt+0.5*a*dt^2,0,H_C). Current Bangel expression:
math.min(cone_height, math.max(0.0, height + velocity * dt + 0.5 * acceleration * dt * dt)). Require every
input to be known. Require cone_height > 0.0 and height >= 0.0 and height <= cone_height and dt >= 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 {"height": "4", "velocity": "3", "acceleration": "2", "dt": "2", "cone_height": "10"}; expected 10.
Result matched through Bangel, admitted JP, the Bangel API, with validated receipt outputs. 5 missing-input
cases and 1 supplied domain cases passed.
SOURCE DIMENSION
length
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
D006 pp. 207,208; D012 pp. 91,92
Evidence: evidence/rerun/pink/F-093.json
Original references: F-093