DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC759 "Piccoline"

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about RegneCentralen RC759 "Piccoline"

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦bad668cb6⟧ TextFile

    Length: 183 (0xb7)
    Types: TextFile
    Names: »HI1.MOD«

Derivation

└─⟦37cf4f704⟧ Bits:30003051 Dymos II - Modeller
    └─⟦this⟧ »MODEL3\HI1.MOD« 

TextFile

// Model : HI1

v1  := k1 * I * H
v2  := k2 * HI * HI
v   := v1 - v2
dI  := -v * dt
dH  := dI
dHI := -dI * 2
I   := I + dI
H   := H + dH
HI  := HI + dHI
t   := t + dt