jjerman
Industrial
- Jul 4, 2008
- 2
Hallo everyone.
I'm a newuser in M. and I'm trying to "convert" a simple
basic listing to mathcad.
Despite my efforts I still can't get any good result.
Following the prg. (heat transfer).
JJerman
10 alung = .02
20 are = .24 * alung
30 port = .01648
40 qint = 0
100 h = 60
110 t1 = 680
120 t2 = 80
140 FOR i = 1 TO 50
150 q = h * (t1 - t2)
160 qtot = are * q
170 cp = .64545 * (t1 - 500) + 687
180 dt = qtot / (port * cp)
190 t1 = t1 - dt
200 qint = qint + qtot
220 alung = alung + .02
230 NEXT i
I'm a newuser in M. and I'm trying to "convert" a simple
basic listing to mathcad.
Despite my efforts I still can't get any good result.
Following the prg. (heat transfer).
JJerman
10 alung = .02
20 are = .24 * alung
30 port = .01648
40 qint = 0
100 h = 60
110 t1 = 680
120 t2 = 80
140 FOR i = 1 TO 50
150 q = h * (t1 - t2)
160 qtot = are * q
170 cp = .64545 * (t1 - 500) + 687
180 dt = qtot / (port * cp)
190 t1 = t1 - dt
200 qint = qint + qtot
220 alung = alung + .02
230 NEXT i