gravity_base_mod Module Reference
generic gravity terms module providing functionaly common to all gravity terms More...
Data Types | |
interface | CalcDiskHeight_single |
type | gravity_base |
interface | SetOutput |
interface | UpdateGravity_single |
Variables | |
integer, parameter, public | pointmass = 1 |
integer, parameter, public | pointmass_binary = 2 |
integer, parameter, public | spectral = 5 |
integer, parameter, public | sboxspectral = 7 |
subroutine | initgravity (this, Mesh, Physics, gravity_name, config, IO) |
class(gravity_base) function, pointer | getgravitypointer (list, stype) |
subroutine | finalize_base (this) |
Detailed Description
generic gravity terms module providing functionaly common to all gravity terms
Function/Subroutine Documentation
◆ finalize_base()
|
private |
Definition at line 172 of file gravity_base.f90.
◆ getgravitypointer()
|
private |
Definition at line 156 of file gravity_base.f90.
◆ initgravity()
|
private |
Definition at line 124 of file gravity_base.f90.
Variable Documentation
◆ pointmass
integer, parameter, public gravity_base_mod::pointmass = 1 |
Definition at line 106 of file gravity_base.f90.
◆ pointmass_binary
integer, parameter, public gravity_base_mod::pointmass_binary = 2 |
Definition at line 107 of file gravity_base.f90.
◆ sboxspectral
integer, parameter, public gravity_base_mod::sboxspectral = 7 |
Definition at line 112 of file gravity_base.f90.
◆ spectral
integer, parameter, public gravity_base_mod::spectral = 5 |
Definition at line 110 of file gravity_base.f90.