00001 subroutine printout_physq_console_BBH
00002 use phys_constant, only : long, pi
00003 use def_matter, only : emd
00004 use def_matter_parameter, only : ome, radi
00005 use def_quantities
00006 use def_bh_parameter
00007 use grid_parameter, only : rgin
00008 implicit none
00009
00010
00011
00012
00013
00014
00015 write (6,'(a30,1p,e16.8)') ' Radius of bh = ', rgin
00016 write (6,'(a30,1p,e16.8)') ' Spin of = ', spin_bh
00017 write (6,'(a30,1p,e16.8)') ' Orbital angular velocity = ', ome_bh
00018 write (6,'(a30,1p,e16.8)') ' ADM mass = ', admmass
00019 write (6,'(a30,1p,e16.8)') ' Komar mass = ', komarmass
00020 write (6,'(a30,1p,e16.8)') ' ADM mass (throats) = ', admmass_thr
00021 write (6,'(a30,1p,e16.8)') ' Apparent horizon area = ', app_hor_area_bh
00022 write (6,'(a30,1p,e16.8)') ' Irreducible mass = ', irredmass
00023 write (6,'(a30,1p,e16.8)') ' Binding energy = ', bindingene
00024 write (6,'(a30,1p,e16.8)') ' Angular momentum = ', angmom
00025 write (6,'(a30,1p,e16.8)') ' Angular momentum (throats) = ', angmom_thr
00026 write (6,'(a30,1p,e16.8)') ' Angular momentum (Smarr) = ', angmom_smarr
00027 write (6,'(a30,1p,e16.8)') ' Quasi local spin BH = ', qua_loc_spin
00028
00029
00030 end subroutine printout_physq_console_BBH