PartMC  2.2.1
Public Attributes
pmc_bin_grid::bin_grid_t Type Reference

1D grid of size bins. More...

List of all members.

Public Attributes

integer n_bin
 Number of bins.
real(kind=dp), dimension(:),
pointer 
center_radius
 Len n_bin, bin center radii (m^3).
real(kind=dp), dimension(:),
pointer 
edge_radius
 Len (n_bin + 1), bin edge radii (m^3).
real(kind=dp) log_width
 Bin logarithmic width, equal to log(edge_radius(i+1)) - log(edge_radius(i)) for any i (dimensionless).

Detailed Description

1D grid of size bins.

The grid of bins is logarithmically spaced in volume, an assumption that is quite heavily incorporated into the code. At some point in the future it would be nice to relax this assumption.

Definition at line 26 of file bin_grid.F90.


Member Data Documentation

real(kind=dp), dimension(:), pointer pmc_bin_grid::bin_grid_t::center_radius

Len n_bin, bin center radii (m^3).

Definition at line 30 of file bin_grid.F90.

real(kind=dp), dimension(:), pointer pmc_bin_grid::bin_grid_t::edge_radius

Len (n_bin + 1), bin edge radii (m^3).

Definition at line 32 of file bin_grid.F90.

Bin logarithmic width, equal to log(edge_radius(i+1)) - log(edge_radius(i)) for any i (dimensionless).

Definition at line 35 of file bin_grid.F90.

Number of bins.

Definition at line 28 of file bin_grid.F90.


The documentation for this type was generated from the following file: