File: pHtools_simple.ode

package info (click to toggle)
xppaut 8.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,332 kB
  • sloc: ansic: 74,690; makefile: 127; sh: 92
file content (8 lines) | stat: -rwxr-xr-x 202 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#Demonstrates basic syntax of the module
#We create a buffer calculate its initial pH and then exit

mksol mysol
addtosol mysol {'Lactic',0.01,'Malic',0.01,'NaBenzoate',0.01}
pHsol mysol pH pHrhs

done