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~2~~UsesGraph proc~is_hydro_positive~2 is_hydro_positive iso_c_binding iso_c_binding proc~is_hydro_positive~2->iso_c_binding

Return 1 if the energy density is nonpositive or if the specific energy is nonpositive, or if the pressure is nonpositive at the specified point

Created: FT 09.02.2022 Last update: FT 27.05.2022


Arguments

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

bnsfuka 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

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


Calls

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

Called by

proc~~is_hydro_positive~2~~CalledByGraph proc~is_hydro_positive~2 is_hydro_positive interface~is_hydro_positive~2 is_hydro_positive interface~is_hydro_positive~2->proc~is_hydro_positive~2

Contents


Variables

Type Visibility Attributes Name Initial
integer, private :: tmp