get_lorene_id_hydro Interface

interface


Called by

interface~~get_lorene_id_hydro~~CalledByGraph interface~get_lorene_id_hydro get_lorene_id_hydro proc~read_id_hydro read_id_hydro proc~read_id_hydro->interface~get_lorene_id_hydro interface~read_id_hydro read_id_hydro interface~read_id_hydro->proc~read_id_hydro

private subroutine get_lorene_id_hydro(optr, x, y, z, baryon_density, energy_density, specific_energy, pressure, v_euler_x, v_euler_y, v_euler_z) bind(C, NAME= "0")

Arguments

Type IntentOptional Attributes Name
type(C_PTR), intent(in), VALUE :: optr

C pointer pointing to a \(\texttt{LORENE}\) \(\texttt{Bin_NS}\) object

real(kind=C_DOUBLE), intent(in), VALUE :: x

coordinate of the desired point

real(kind=C_DOUBLE), intent(in), VALUE :: y

coordinate of the desired point

real(kind=C_DOUBLE), intent(in), VALUE :: z

coordinate of the desired point

real(kind=C_DOUBLE), intent(out) :: baryon_density
real(kind=C_DOUBLE), intent(out) :: energy_density
real(kind=C_DOUBLE), intent(out) :: specific_energy
real(kind=C_DOUBLE), intent(out) :: pressure
real(kind=C_DOUBLE), intent(out) :: v_euler_x
real(kind=C_DOUBLE), intent(out) :: v_euler_y
real(kind=C_DOUBLE), intent(out) :: v_euler_z

Description

Interface to the \(\texttt{LORENE}\) method of class \(\texttt{Bin_NS}\) with the same name, that reads the hydro fields from \(\texttt{LORENE}\), at the specified point

  • baryon mass density [kg m^{-3}]
  • energy density [kg c^2 m^{-3}]
  • pressure [kg c^2 m^{-3}]
  • specific internal energy [c^2]
  • fluid 3-velocity with respect to the Eulerian observer [c]

FT