% --- Fuel temperature for each point Tf = [900.0 600.0 1200.0 900.0 900.0]; % --- Coolant density for each point Rc = [0.5 0.5 0.5 0.3 0.7]; % --- Fast fission cross section FISSFAST = [0.00185258 0.0018537 0.00185236 0.00175614 0.0019216]; % --- Thermal fission cross section FISSTHERM = [0.0274036 0.0275349 0.0272786 0.0264807 0.0280911]; % --- Fast absorption cross section ABSFAST = [0.00699614 0.00689016 0.00708493 0.00657521 0.00727965]; % --- Thermal absorption cross section ABSTHERM = [0.0522686 0.0524626 0.0520918 0.0500704 0.0541948]; % --- Fast diffusion coefficient DIFFCOEFFAST = [1.69535 1.69549 1.69567 1.88223 1.5445]; % --- Thermal diffusion coefficient DIFFCOEFTHERM = [0.414906 0.414465 0.415363 0.500254 0.353607];