geometry is a base (common base ) class More...
Public Attributes | |
integer | type |
type of the contained geometry : box or sphere defined by enumeration | |
type(sphere), pointer | pshere |
pointer to a sphere geometry | |
type(box), pointer | pbox |
pointer to a box geometry | |
real(kind=4) | min_height |
If using spherical geometry with a surface, at what height should the spherical cap b surface start above the surface. | |
logical | half_sphere |
Apply half_sphere even when not using a surface. | |
logical | record_startpos |
recording of start and end positions of simulations | |
logical | escape |
properties of the geometry object If the solutes can escpape, if there is pbc, if there is a surface | |
logical | pbc |
logical | surface |
real(kind=4) | start_position |
starting and escaping position. redondant wit b and c surface | |
real(kind=4) | stop_position |
geometry is a base (common base ) class
logical mod_geometry::geometry::escape |
properties of the geometry object If the solutes can escpape, if there is pbc, if there is a surface
logical mod_geometry::geometry::half_sphere |
Apply half_sphere even when not using a surface.
If using spherical geometry with a surface, at what height should the spherical cap b surface start above the surface.
logical mod_geometry::geometry::pbc |
logical mod_geometry::geometry::record_startpos |
recording of start and end positions of simulations
starting and escaping position. redondant wit b and c surface
logical mod_geometry::geometry::surface |
integer mod_geometry::geometry::type |
type of the contained geometry : box or sphere defined by enumeration