Search Results


Private Member Functions | |
PROCEDURE initsources | |
PROCEDURE updategravity | |
PROCEDURE externalsources | |
PROCEDURE calcdiskheight | |
FINAL finalize | |
Private Attributes | |
class(gravity_base), pointer glist => null() | |
list of gravity terms More... | |
type(marray_base) pot | |
gravitational potential More... | |
type(marray_base), allocatable height | |
disk scale height More... | |
type(marray_base), allocatable invheight2 | |
energy sink due to cooling More... | |
type(marray_base), allocatable h_ext | |
energy sink due to cooling More... | |
logical addtoenergy | |
0: no src term in energy equation 1: src term in energy equation More... | |
logical update_disk_height | |
enable/disable computation of disk scale height More... | |
Additional Inherited Members | |
![]() | |
integer, public err | |
error code More... | |
Detailed Description
Definition at line 58 of file sources_gravity.f90.
Member Function/Subroutine Documentation
◆ calcdiskheight()
|
private |
Definition at line 72 of file sources_gravity.f90.
◆ externalsources()
|
private |
Definition at line 71 of file sources_gravity.f90.
◆ finalize()
|
finalprivate |
◆ initsources()
|
private |
Definition at line 69 of file sources_gravity.f90.
◆ updategravity()
|
private |
Definition at line 70 of file sources_gravity.f90.
Member Data Documentation
◆ addtoenergy
|
private |
0: no src term in energy equation 1: src term in energy equation
Definition at line 66 of file sources_gravity.f90.
◆ glist
|
private |
list of gravity terms
Definition at line 59 of file sources_gravity.f90.
◆ h_ext
|
private |
energy sink due to cooling
Definition at line 63 of file sources_gravity.f90.
◆ height
|
private |
disk scale height
Definition at line 61 of file sources_gravity.f90.
◆ invheight2
|
private |
energy sink due to cooling
Definition at line 62 of file sources_gravity.f90.
◆ pot
|
private |
gravitational potential
Definition at line 60 of file sources_gravity.f90.
◆ update_disk_height
|
private |
enable/disable computation of disk scale height
Definition at line 67 of file sources_gravity.f90.
The documentation for this type was generated from the following file:
- /home/webadmin/src/fosite/src/sources/sources_gravity.f90