sources_gravity_mod::sources_gravity Type Reference
Inheritance diagram for sources_gravity_mod::sources_gravity:
Collaboration diagram for sources_gravity_mod::sources_gravity:

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_basepot
 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

- Public Attributes inherited from logging_base_mod::logging_base
integer, public err
 error code More...
 

Detailed Description

Definition at line 58 of file sources_gravity.f90.

Member Function/Subroutine Documentation

◆ calcdiskheight()

PROCEDURE sources_gravity_mod::sources_gravity::calcdiskheight
private

Definition at line 72 of file sources_gravity.f90.

◆ externalsources()

PROCEDURE sources_gravity_mod::sources_gravity::externalsources
private

Definition at line 71 of file sources_gravity.f90.

◆ finalize()

FINAL sources_gravity_mod::sources_gravity::finalize
finalprivate

Definition at line 73 of file sources_gravity.f90.

Here is the call graph for this function:

◆ initsources()

PROCEDURE sources_gravity_mod::sources_gravity::initsources
private

Definition at line 69 of file sources_gravity.f90.

◆ updategravity()

PROCEDURE sources_gravity_mod::sources_gravity::updategravity
private

Definition at line 70 of file sources_gravity.f90.

Member Data Documentation

◆ addtoenergy

logical sources_gravity_mod::sources_gravity::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

class(gravity_base), pointer sources_gravity_mod::sources_gravity::glist => null()
private

list of gravity terms

Definition at line 59 of file sources_gravity.f90.

◆ h_ext

type(marray_base), allocatable sources_gravity_mod::sources_gravity::h_ext
private

energy sink due to cooling

Definition at line 63 of file sources_gravity.f90.

◆ height

type(marray_base), allocatable sources_gravity_mod::sources_gravity::height
private

disk scale height

Definition at line 61 of file sources_gravity.f90.

◆ invheight2

type(marray_base), allocatable sources_gravity_mod::sources_gravity::invheight2
private

energy sink due to cooling

Definition at line 62 of file sources_gravity.f90.

◆ pot

type(marray_base) sources_gravity_mod::sources_gravity::pot
private

gravitational potential

Definition at line 60 of file sources_gravity.f90.

◆ update_disk_height

logical sources_gravity_mod::sources_gravity::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: