interpolate_fuka_id_mass_b Module Procedure

module procedure interpolate_fuka_id_mass_b module subroutine interpolate_fuka_id_mass_b(this, x, y, z, g, baryon_density, gamma_euler)

Uses

    • tensor
    • constants
    • numerics
  • proc~~interpolate_fuka_id_mass_b~~UsesGraph proc~interpolate_fuka_id_mass_b interpolate_fuka_id_mass_b constants constants proc~interpolate_fuka_id_mass_b->constants numerics numerics proc~interpolate_fuka_id_mass_b->numerics tensor tensor proc~interpolate_fuka_id_mass_b->tensor

Stores the hydro \(\mathrm{ID}\) in the arrays needed to compute the baryon mass, storing it to variables (not arrays as the others SUBROUTINES in the [[bnsfuka@interpolate]] SUBMODULE).

FT 28.06.2022


Arguments

Type IntentOptional Attributes Name
class(bnsfuka), intent(inout) :: this

bnsfuka object which this PROCEDURE is a member of

double precision, intent(in) :: x
double precision, intent(in) :: y
double precision, intent(in) :: z
double precision, intent(out), DIMENSION(6) :: g
double precision, intent(out) :: baryon_density
double precision, intent(out) :: gamma_euler

Calls

proc~~interpolate_fuka_id_mass_b~~CallsGraph proc~interpolate_fuka_id_mass_b interpolate_fuka_id_mass_b trilinear_interpolation trilinear_interpolation proc~interpolate_fuka_id_mass_b->trilinear_interpolation

Called by

proc~~interpolate_fuka_id_mass_b~~CalledByGraph proc~interpolate_fuka_id_mass_b interpolate_fuka_id_mass_b interface~interpolate_fuka_id_mass_b interpolate_fuka_id_mass_b interface~interpolate_fuka_id_mass_b->proc~interpolate_fuka_id_mass_b

Contents


Variables

Type Visibility Attributes Name Initial
integer, private :: star
double precision, private :: veuler_x
double precision, private :: veuler_y
double precision, private :: veuler_z
double precision, private :: zp