1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# -*-octave-*- Put Emacs into octave-mode
# Input specification (ShowerHeater_input.txt)
# Generated by MTT at Tue Dec 14 10:03:59 EST 1999
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
###############################################################
# Set the inputs
mttu(1) = 1e-4*(t>30); # Inflow
mttu(2) = 280; # In temperature
mttu(3) = 240*((t<60)&&(t>1)); # Input voltage
# Set the switches
|
>
>
>
|
|
|
<
<
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# -*-octave-*- Put Emacs into octave-mode
# Input specification (ShowerHeater_input.txt)
# Generated by MTT at Tue Dec 14 10:03:59 EST 1999
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1 2000/12/28 18:11:47 peterg
## To RCS
##
###############################################################
# Set the inputs
showerheater__in__hy_in = 1e-4*(t>30); # Inflow
showerheater__in__th_in = 280; # In temperature
showerheater__v_in__u = 240*((t<60)&&(t>1)); # Input voltage
|