Description Usage Arguments Value Examples
View source: R/AT.FLUKA.read.USRBIN.mesh.R
Reads USRBIN output for Cartesian mesh, also for multiple output files from cluster runs. As USRBIN (mesh) scores energy deposited per unit volume per primary weight (GeV/cm3), the density as to be given for dose computation.
1 2 | AT.FLUKA.read.USRBIN.mesh(exp.name, number.of.runs, unit, data.source =
'local', density.g.cm3 = 1.0)
|
exp.name |
Experiment name, i.e. name of input file (without '.inp' extension) |
number.of.runs |
Number of output files from parallel (cluster) runs. |
unit |
FLUKA output unit number |
data.source |
'local' if output files are from a local machine,
'condor' if from condor cluster, 'condor_cleaned' if from condor cluster with
clean option (-c) in |
density.g.cm3 |
Physical density of material in mesh, needed for computation of dose. |
Data frame with deposited energy, deposited dose (and in case of multiple runs estimate of their standard deviation) for each mesh cell.
1 | # None yet, requires FLUKA output file
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.