Bianchi 2 sky object that contains parameters and simulated sky. More...
Public Attributes | |
logical | init = .false. |
Initialisation status. More... | |
real(s2_dp) | omega_matter = 0.0d0 |
Matter density (input parameter). More... | |
real(s2_dp) | omega_lambda = 0.0d0 |
Lambda density (input parameter). More... | |
real(s2_dp) | h = 0.0d0 |
Bianchi h parameter that controls `spiralness' (related to. More... | |
real(s2_dp) | ze = 0.0d0 |
Red shift (input parameter). More... | |
real(s2_dp) | wh = 0.0d0 |
wH: Normalised vorticity (normalised to Hubble constant) (input More... | |
logical | rhand = .true. |
Logical specifying handedness of map (true=right). More... | |
type(s2_sky) | sky |
Simulated map. More... | |
Bianchi 2 sky object that contains parameters and simulated sky.
Definition at line 91 of file bianchi2_sky_mod.f90.
real(s2_dp) bianchi2_sky_mod::bianchi2_sky::h = 0.0d0 |
Bianchi h parameter that controls `spiralness' (related to.
Definition at line 102 of file bianchi2_sky_mod.f90.
logical bianchi2_sky_mod::bianchi2_sky::init = .false. |
Initialisation status.
Definition at line 94 of file bianchi2_sky_mod.f90.
real(s2_dp) bianchi2_sky_mod::bianchi2_sky::omega_lambda = 0.0d0 |
Lambda density (input parameter).
Definition at line 98 of file bianchi2_sky_mod.f90.
real(s2_dp) bianchi2_sky_mod::bianchi2_sky::omega_matter = 0.0d0 |
Matter density (input parameter).
Definition at line 96 of file bianchi2_sky_mod.f90.
logical bianchi2_sky_mod::bianchi2_sky::rhand = .true. |
Logical specifying handedness of map (true=right).
Definition at line 109 of file bianchi2_sky_mod.f90.
type(s2_sky) bianchi2_sky_mod::bianchi2_sky::sky |
Simulated map.
Definition at line 111 of file bianchi2_sky_mod.f90.
real(s2_dp) bianchi2_sky_mod::bianchi2_sky::wh = 0.0d0 |
wH: Normalised vorticity (normalised to Hubble constant) (input
Definition at line 107 of file bianchi2_sky_mod.f90.
real(s2_dp) bianchi2_sky_mod::bianchi2_sky::ze = 0.0d0 |
Red shift (input parameter).
Definition at line 104 of file bianchi2_sky_mod.f90.