Commit 34eff2d2 authored by Poarch, Sandra's avatar Poarch, Sandra
Browse files

Upload New File

parent bf592805
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
=origen

% Use CRAM for forward solve so it is consistent 
% with CRAM which is the only option for the adjoint.
solver{
    type=cram
}

% Forward case with 1 gram of U235 irradiated at 
% constant flux for 1000 days. 
case(A){
  lib{ file="transition.def" }
  mat{ iso=[ u235=1.0 ] units=GRAMS }
  time=[ 20I 3 999 
         999.5 999.8 999.9 1000]
  flux=[ 26R 1e14  ]
}

% Sensitivity of Xe135. 
sens{
  case=A
  response{ iso=[xe135=1.0] type=NUCLIDE step=LAST}
  threshold=1e-2
  dp_verify{ nrank=3 nrank_pert=1.001 }
}

end