00001 subroutine calc_physical_quantities_WL_v1 00002 implicit none 00003 ! 00004 call interpo_gr2fl_metric_WL 00005 ! 00006 call calc_rest_mass_peos 00007 call calc_mass_WL 00008 call calc_proper_mass_peos 00009 call calc_ang_mom_WL 00010 call calc_ToverW_WL ! to compute T_kinene_omJ, I_inertia etc 00011 call calc_virial_WL 00012 call calc_radius_WL 00013 call calc_redblue_shift_WL 00014 ! 00015 call excurve_WL_gridpoint 00016 call calc_mass_asympto('ns') 00017 call calc_angmom_asympto('ns') 00018 ! 00019 call calc_quad_pole_peos 00020 call calc_physq_center_peos 00021 call calc_physq_cgs_peos 00022 call calc_enthalpy_xyzaxis 00023 ! 00024 call calc_circ_line_peos 00025 call calc_circ_surf_peos 00026 call calc_soundspeed_peos 00027 end subroutine calc_physical_quantities_WL_v1