You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Program described in the jounal paper, "POLY2TET: A Computer Program for Conversion of Computational Human Phantoms from Polygonal Mesh to Tetrahedral Mesh", submitted to Journal of Radiological Protection.
Installation
Installation can be done very simply by two lines below.
cmake .make
Usage
./POLY2TET [options] MRCP_AM.obj options: -g : generate Geant4 code -m : generate MCNP6 input file -p : generate PHITS input file -c : positive integer number to replace zero-region number (and not defined regions, when used as -rc) -mat/m : material file in MCNP6 format
Input PM phantom
Input PM phantom should be prepared as OBJ file format that includes the whole phantom; there is no need to prepare OBJ files for each organ. In the OBJ file, each organ should be defined as a shell group named as the corresponding organ ID. Note that for the user’s convenience, POLY2TET allows to add descriptions to be followed after organ ID, but those two needs to be separated by an underscore (e.g., 9500 or 9500_Liver).
Example of the material file
For the generation of the Monte-Carlo code inputs, please provide material file in MCNP format.Below is the example. Please note that you should keep the format of the comment lines (Cname, density g/cm3).
Han H et al.,2020, POLY2TET: A Computer Program for Conversion of Computational Human Phantoms from Polygonal Mesh to Tetrahedral Mesh, J. Radiol. Prot.(on process)
About
POLY2TET: A Computer Program for Conversion of Computational Human Phantoms from Polygonal Mesh to Tetrahedral Mesh