

Private Member Functions | |
| PROCEDURE | initgravity_pointmass | 
| PROCEDURE | setoutput | 
| PROCEDURE | calcpotential | 
| PROCEDURE | updategravity_single | 
| PROCEDURE | infogravity | 
| PROCEDURE | calcdiskheight_single | 
| FINAL | finalize | 
Private Attributes | |
| class(logging_base), allocatable | potential | 
| newton or wiita  More... | |
| integer | outbound | 
| outflow boundary  More... | |
| real, pointer | mass | 
| mass of pointmass  More... | |
| real, pointer | accrate | 
| true (limited) accretion rate  More... | |
| real, pointer | massloss | 
| mass loss due to acc. limit  More... | |
| real | mdot | 
| mass flux at the boundary  More... | |
| real | acclimit | 
| accretion limit  More... | |
| real | switchon | 
| duration of soft switch-on phase  More... | |
| real, dimension(:,:), pointer | pos | 
| 3D cart. positions  More... | |
| real, dimension(:), pointer | r0 | 
| center of mass  More... | |
| real, dimension(:,:,:), pointer | r_prim | 
| distance to primary point mass  More... | |
| real, dimension(:,:,:,:), pointer | fr_prim | 
| real, dimension(:,:,:,:), pointer | posvec_prim | 
| pos. vectors from primary  More... | |
| real, dimension(:,:,:,:), pointer | posvec_prim_tmp | 
| tmp. pos. vectors from primary  More... | |
| real, dimension(:,:,:,:,:), pointer | fposvec_prim | 
| face pos.  More... | |
| type(marray_base), allocatable | omega | 
| angular velocity  More... | |
| type(marray_base), allocatable | omega2 | 
| Omega Kepler squared.  More... | |
Additional Inherited Members | |
  Public Attributes inherited from logging_base_mod::logging_base | |
| integer, public | err | 
| error code  More... | |
Detailed Description
Definition at line 77 of file gravity_pointmass.f90.
Member Function/Subroutine Documentation
◆ calcdiskheight_single()
      
  | 
  private | 
Definition at line 101 of file gravity_pointmass.f90.
◆ calcpotential()
      
  | 
  private | 
Definition at line 98 of file gravity_pointmass.f90.
◆ finalize()
      
  | 
  finalprivate | 
◆ infogravity()
      
  | 
  private | 
Definition at line 100 of file gravity_pointmass.f90.
◆ initgravity_pointmass()
      
  | 
  private | 
Definition at line 96 of file gravity_pointmass.f90.
◆ setoutput()
      
  | 
  private | 
Definition at line 97 of file gravity_pointmass.f90.
◆ updategravity_single()
      
  | 
  private | 
Definition at line 99 of file gravity_pointmass.f90.
Member Data Documentation
◆ acclimit
      
  | 
  private | 
accretion limit
Definition at line 84 of file gravity_pointmass.f90.
◆ accrate
      
  | 
  private | 
true (limited) accretion rate
Definition at line 81 of file gravity_pointmass.f90.
◆ fposvec_prim
      
  | 
  private | 
face pos.
Definition at line 92 of file gravity_pointmass.f90.
◆ fr_prim
      
  | 
  private | 
Definition at line 89 of file gravity_pointmass.f90.
◆ mass
      
  | 
  private | 
mass of pointmass
Definition at line 80 of file gravity_pointmass.f90.
◆ massloss
      
  | 
  private | 
mass loss due to acc. limit
Definition at line 82 of file gravity_pointmass.f90.
◆ mdot
      
  | 
  private | 
mass flux at the boundary
Definition at line 83 of file gravity_pointmass.f90.
◆ omega
      
  | 
  private | 
angular velocity
Definition at line 93 of file gravity_pointmass.f90.
◆ omega2
      
  | 
  private | 
Omega Kepler squared.
Definition at line 93 of file gravity_pointmass.f90.
◆ outbound
      
  | 
  private | 
outflow boundary
Definition at line 79 of file gravity_pointmass.f90.
◆ pos
      
  | 
  private | 
3D cart. positions
Definition at line 86 of file gravity_pointmass.f90.
◆ posvec_prim
      
  | 
  private | 
pos. vectors from primary
Definition at line 90 of file gravity_pointmass.f90.
◆ posvec_prim_tmp
      
  | 
  private | 
tmp. pos. vectors from primary
Definition at line 91 of file gravity_pointmass.f90.
◆ potential
      
  | 
  private | 
newton or wiita
Definition at line 78 of file gravity_pointmass.f90.
◆ r0
      
  | 
  private | 
center of mass
Definition at line 87 of file gravity_pointmass.f90.
◆ r_prim
      
  | 
  private | 
distance to primary point mass
Definition at line 88 of file gravity_pointmass.f90.
◆ switchon
      
  | 
  private | 
duration of soft switch-on phase
Definition at line 85 of file gravity_pointmass.f90.
The documentation for this type was generated from the following file:
- /home/webadmin/src/fosite/src/sources/gravity_pointmass.f90
 
 Public Attributes inherited from 
 1.9.4