is_hydro_positive Module Procedure

module procedure is_hydro_positive module function is_hydro_positive(this, x, y, z) result(res)

Uses

  • proc~~is_hydro_positive~3~~UsesGraph proc~is_hydro_positive~3 is_hydro_positive iso_c_binding iso_c_binding proc~is_hydro_positive~3->iso_c_binding

Return .FALSE. if the energy density is nonpositive or if the specific energy is nonpositive, or if the pressure is nonpositive at the specified point; .TRUE. otherwise

FT 25.10.2021


Arguments

Type IntentOptional Attributes Name
class(diffstarlorene), intent(in) :: this

diffstarlorene object which this PROCEDURE is a member of

double precision, intent(in), VALUE :: x

coordinate of the desired point

double precision, intent(in), VALUE :: y

coordinate of the desired point

double precision, intent(in), VALUE :: z

coordinate of the desired point

Return Value logical

1 if the energy density or the specific energy or the pressure are negative, 0 otherwise


Calls

proc~~is_hydro_positive~3~~CallsGraph proc~is_hydro_positive~3 is_hydro_positive interface~positive_hydro~3 positive_hydro proc~is_hydro_positive~3->interface~positive_hydro~3

Called by

proc~~is_hydro_positive~3~~CalledByGraph proc~is_hydro_positive~3 is_hydro_positive interface~is_hydro_positive~3 is_hydro_positive interface~is_hydro_positive~3->proc~is_hydro_positive~3

Contents


Variables

Type Visibility Attributes Name Initial
integer, private :: tmp