To fix
How to determine the simulation length for hte initialisation???
Initialisation
what happens when UseInitialisation is zero?
Describe the ini file
Check also for the files for Jeroen the system size issues, so that it works for one size.
Group the functions to a separate folder. Make clear about all files what they do.
Only the file b_channeltype11 uses the FiniteVoume11 file, all the others are using the
bck file. The differences should be analyzed.
Note that the finitevoume11 file, before I start messing up it today, was modified
05/24/2017. While the back was modified 07/03/2017
%UseInitialization - it is zero if we ininitalize
% - it is 1 when we use an initialization
% - it is 2 when we create one, it is an initialisation
% run
% - if it is 3, we load a file with initial values that we
% created when it was less than 3
0: an initialisation based on steady state profile is calculated
1: use given time series for initialisation
2: an initialisation based on steady state profile is calculated, H downstream
3: loading created parameters
- if UseInitialization==2
- DischargeDownstreamBoundary=0;
- else
- DischargeDownstreamBoundary=1;
end
if UseInitialization<3
- if UseInitialization==1
- H=HinitGiven;
HinitH=HinitGiven;
- else (0 or 2)
- H=HinitH;
end
- else
- load startparam
HinitH=1;
end
if UseInitialization<3
save startparam Qt Ksi Hf Q Uf H Af ch
end
First, establish the equivalence between the two files.
The bck with zero should be the same as the 11 without bck.
Compatiblity
If anywhere you find a Voume11 wihtout bck, it is the same, if bck has the two last parameters zero.
Take into account that the new has by default 1 prof factor.