Copyright Richard Kemp and Prof. H.K.D.H. Bhadeshia
University of Cambridge, March, 2004

This file contains the steps to run the model.
This model predicts the total elongation of irradiated stainless steel under tensile testing as a function of irradiation conditions.

1) Copy the files onto your hard disk without disturbing the structure

2) Edit the "run_data.dat" file to set input variables
	
The input variables should be arranged in a row and you can put as many rows as you want (see "run_data.dat" file).

Column   variable
1	Radiation damage (dpa)
2	He/dpa transmutation ratio (He appm/dpa)
3	T_irr - Irradiation temperature (K)
4	T_test - Tensile test temperature (K)

3) In a terminal type: ./model.gen to run the program
	Dependent inputs (sqrt(dpa), total He, etc. are calculated automatically)

4) Results (total elongation in %) are stored in a file named "final_result"
The format of this file is :

   Elongation	-uncertainty	+uncertainty
	%		%		%

The uncertainty of modelling is given by the second and third columns. 

Move the "final_result" file to another directory, otherwise the next predictions will be overwritten on it

End of task


