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

⟦98c7b3926⟧ TextFile

    Length: 248 (0xf8)
    Types: TextFile
    Names: »TITRER.MOD«

Derivation

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

TextFile

// model : titrer

CH := 10 ^ (-pH)

 T := Ks1*CH^3+2*Ks1*Ks2*CH^2+3*Ks1*Ks2*Ks3*CH

 N := CH^3+Ks1*CH^2+Ks1*Ks2*CH+Ks1*Ks2*Ks3

NN := CH^2-Kv+Cb*Kb*CH^2/(Kv+Kb*CH)

Vb := Vs*(Kv-CH^2+Cs*T/N)/NN

IF pH > 13 THEN STOP

pH := pH + dpH