is_hydro_positive Interface

interface


Calls

interface~~is_hydro_positive~4~~CallsGraph interface~is_hydro_positive~4 is_hydro_positive proc~is_hydro_positive~4 is_hydro_positive interface~is_hydro_positive~4->proc~is_hydro_positive~4

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

Arguments

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

ejecta 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

.FALSE. if the energy density or the specific energy or the pressure are negative, .TRUE. otherwise

Description

Returns .TRUE. if the energy density or the specific energy or the pressure are positivee, .FALSE. otherwise