watts.ResultsMCNP#

class watts.ResultsMCNP(params, exec_info, inputs, outputs)[source]#

MCNP simulation results

Parameters:
  • params (Parameters) – Parameters used to generate inputs

  • exec_info (ExecInfo) – Execution information (job ID, plugin name, time, etc.)

  • inputs (List[Union[str, bytes, PathLike]]) – List of input files

  • outputs (List[Union[str, bytes, PathLike]]) – List of output files

input_file#

Rendered MCNP input file

keff#

K-effective value

stdout#

Standard output from MCNP run

Methods