1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Numerical parameter file (HeatedRod_input.txt)
# Generated by MTT at Thu Sep 4 16:11:06 BST 1997
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# %% Version control history
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# %% $Id$
# %% $Log$
# %% Revision 1.1 1998/08/15 13:40:20 peterg
# %% Initial revision
# %%
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# Set the inputs
u(1) = 10.0*(t<5.0); # I_r
|
>
>
>
>
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Numerical parameter file (HeatedRod_input.txt)
# Generated by MTT at Thu Sep 4 16:11:06 BST 1997
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# %% Version control history
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# %% $Id$
# %% $Log$
# %% Revision 1.1 2000/12/28 18:12:41 peterg
# %% To RCS
# %%
# %% Revision 1.1 1998/08/15 13:40:20 peterg
# %% Initial revision
# %%
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# Set the inputs
## Removed by MTT on Thu Jun 12 14:33:52 BST 2003: u() = 10.0*(t<5.0); # I_r
heatedrod__i_r = 10.0*(t<5.0); # I_r
|