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


Arguments

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

bnslorene 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~~CallsGraph proc~is_hydro_positive is_hydro_positive interface~positive_hydro positive_hydro proc~is_hydro_positive->interface~positive_hydro

Called by

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

Contents


Variables

Type Visibility Attributes Name Initial
integer, private :: tmp