Version 4.3 Beta
lmalenfant
released this
13 Jul 21:13
·
1226 commits
to master
since this release
Monte Carlo Command Line Application 4.3 Beta
Download: MC_v4.3.0Beta.zip
Release Notes
- Corrected a bug found in the VTS library: TallyCount was getting incremented inside the fx loop so resulted in (number of Fx) x (actual TallyCount) in the detector output file. Moved the increment outside the fx loop. No unit tests can be added to test for this due to the nature of SimulationOutput and not exposing TallyCount.
- Added TallyCount to all detectors in SimulationOutput and added unit tests to verify TallyCount determined correctly. Found and fixed an error for TallyCount increment in TOfFx and Flu(X,Y,Z,w).
- Updated dependencies in the Vts library
For a list of capabilities and details about the implementation go to the Conventional Monte Carlo page on our Education site.
To get a list of parameters and usage, type "mc help" at the command line.
Requirements:
On Windows: .NET Framework 4.6.1 - download here
On Linux and Mac: Mono 4.2 - download here
Useful Tools:
JSON Editor online - for editing the JSON input files, visit www.jsoneditoronline.org
VTS MATLAB Package 4.3 Beta
Download: VTS_MATLAB_v4.3.0Beta.zip
Release Notes
- Changed the colormap to jet for the MATLAB figures
- Corrected a bug found in the VTS library: TallyCount was getting incremented inside the fx loop so resulted in (number of Fx) x (actual TallyCount) in the detector output file. Moved the increment outside the fx loop. No unit tests can be added to test for this due to the nature of SimulationOutput and not exposing TallyCount.
- Added TallyCount to all detectors in SimulationOutput and added unit tests to verify TallyCount determined correctly. Found and fixed an error for TallyCount increment in TOfFx and Flu(X,Y,Z,w).
- Updated dependencies in the Vts library
This release contains sample scripts for the following:
- using MATLAB to call the solvers in the VTS Libraries.
- using MATLAB to call the Monte Carlo tools in the VTS Libraries.
These files will only work for MATLAB on Windows.
Requirements:
On Windows: .NET Framework 4.6.1 - download here
MATLAB (R2011b and higher)