Search Results


Private Member Functions | |
PROCEDURE initgravity_binary | |
PROCEDURE updategravity_single | |
PROCEDURE updatepositions | |
PROCEDURE infogravity | |
PROCEDURE setoutput | |
PROCEDURE getmass_primary | |
PROCEDURE getmass_secondary | |
PROCEDURE calcdiskheight_single | |
FINAL finalize | |
Private Attributes | |
class(marray_base), allocatable pot_prim | |
class(marray_base), allocatable pot_sec | |
potential of primary & secondary More... | |
real, dimension(:,:,:), pointer r_sec | |
and to secondary point mass More... | |
real, dimension(:,:,:,:), pointer posvec_sec | |
secondary to all cell bary centers More... | |
real, dimension(:,:,:,:), pointer posvec_sec_tmp | |
tmp. secondary to all cell bary centers More... | |
real, dimension(:,:,:,:), pointer fr_sec | |
real, dimension(:,:,:,:,:), pointer fposvec_sec | |
real, pointer mass2 | |
2nd mass for binaries More... | |
real excent | |
excentricity More... | |
real semaaxis | |
semi major axis More... | |
real period | |
period of binaries More... | |
real eps1 | |
real eps2 | |
softening parameter More... | |
real switchon2 | |
same for secondary in binary systems More... | |
real omega_rot | |
angular velocity of rotating reference frame More... | |
Additional Inherited Members | |
![]() | |
integer, public err | |
error code More... | |
Detailed Description
Definition at line 76 of file gravity_binary.f90.
Member Function/Subroutine Documentation
◆ calcdiskheight_single()
|
private |
Definition at line 98 of file gravity_binary.f90.
◆ finalize()
|
finalprivate |
◆ getmass_primary()
|
private |
Definition at line 96 of file gravity_binary.f90.
◆ getmass_secondary()
|
private |
Definition at line 97 of file gravity_binary.f90.
◆ infogravity()
|
private |
Definition at line 94 of file gravity_binary.f90.
◆ initgravity_binary()
|
private |
Definition at line 91 of file gravity_binary.f90.
◆ setoutput()
|
private |
Definition at line 95 of file gravity_binary.f90.
◆ updategravity_single()
|
private |
Definition at line 92 of file gravity_binary.f90.
◆ updatepositions()
|
private |
Definition at line 93 of file gravity_binary.f90.
Member Data Documentation
◆ eps1
|
private |
Definition at line 87 of file gravity_binary.f90.
◆ eps2
|
private |
softening parameter
Definition at line 87 of file gravity_binary.f90.
◆ excent
|
private |
excentricity
Definition at line 84 of file gravity_binary.f90.
◆ fposvec_sec
|
private |
Definition at line 82 of file gravity_binary.f90.
◆ fr_sec
|
private |
Definition at line 81 of file gravity_binary.f90.
◆ mass2
|
private |
2nd mass for binaries
Definition at line 83 of file gravity_binary.f90.
◆ omega_rot
|
private |
angular velocity of rotating reference frame
Definition at line 89 of file gravity_binary.f90.
◆ period
|
private |
period of binaries
Definition at line 86 of file gravity_binary.f90.
◆ posvec_sec
|
private |
secondary to all cell bary centers
Definition at line 79 of file gravity_binary.f90.
◆ posvec_sec_tmp
|
private |
tmp. secondary to all cell bary centers
Definition at line 80 of file gravity_binary.f90.
◆ pot_prim
|
private |
Definition at line 77 of file gravity_binary.f90.
◆ pot_sec
|
private |
potential of primary & secondary
Definition at line 77 of file gravity_binary.f90.
◆ r_sec
|
private |
and to secondary point mass
Definition at line 78 of file gravity_binary.f90.
◆ semaaxis
|
private |
semi major axis
Definition at line 85 of file gravity_binary.f90.
◆ switchon2
|
private |
same for secondary in binary systems
Definition at line 88 of file gravity_binary.f90.
The documentation for this type was generated from the following file:
- /home/webadmin/src/fosite/src/sources/gravity_binary.f90