forked from lynch829/Monte-Carlo-Radiation-Transport-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
36 lines (25 loc) · 901 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
--------------------------------------
3D SCATTERED LIGHT CODE: POINT SOURCES
--------------------------------------
This directory contains the source codes for the 3D Cartesian grid. The code is
set up to simulate emission from an isotropic point source at the centre of the
grid. The density structure is set to be a uniform density sphere discretised into
the 3D grid. The code outputs the 3D density grid as an unformatted file. At the
end of the simulation the code outputs to the screen the average number of scatterings
per Monte Carlo photon packet.
The FORTRAN files are:
density.f
gridset.f
iarray.f
mcpolar.f
ran2.f
stokes.f
sourceph.f
tauint2.f
Include files are:
grid.txt
photon.txt
Input parameters are in:
input.params
The file that compiles the code and creates the executable file 'mcgrid' is:
Makefile