get_lorene_pressure Interface

interface


Called by

interface~~get_lorene_pressure~~CalledByGraph interface~get_lorene_pressure get_lorene_pressure proc~read_bnslorene_pressure read_bnslorene_pressure proc~read_bnslorene_pressure->interface~get_lorene_pressure interface~read_bnslorene_pressure read_bnslorene_pressure interface~read_bnslorene_pressure->proc~read_bnslorene_pressure

private function get_lorene_pressure(optr, x, y, z) result(res) bind(C, NAME= "get_bns_pressure")

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

Return Value real(kind=C_DOUBLE)

Pressure at the desired point

Description

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

FT 11.02.2022