1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# -*-octave-*- Put Emacs into octave-mode
# Initial state file (ShowerHeater_state.txt)
# Generated by MTT at Tue Dec 14 10:06:08 EST 1999
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
###############################################################
# Set the states
mttx(1) = 280*rho*v*c_p; # Initial heat in tank
|
>
>
>
>
|
<
<
<
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# -*-octave-*- Put Emacs into octave-mode
# Initial state file (ShowerHeater_state.txt)
# Generated by MTT at Tue Dec 14 10:06:08 EST 1999
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1 2000/12/28 18:11:47 peterg
## To RCS
##
###############################################################
# Set the states
## Removed by MTT on Wed Aug 6 19:07:29 BST 2003: mttx(1)
showerheater__t1__tank = 280*rho*v*c_p; # Initial heat in tank
|