get_fuka_pressure Interface

interface


Called by

interface~~get_fuka_pressure~~CalledByGraph interface~get_fuka_pressure get_fuka_pressure proc~read_fuka_pressure read_fuka_pressure proc~read_fuka_pressure->interface~get_fuka_pressure interface~read_fuka_pressure read_fuka_pressure interface~read_fuka_pressure->proc~read_fuka_pressure

private function get_fuka_pressure(optr, x, y, z) result(res) bind(C, NAME= "get_fuka_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{FUKA}\) method of class bns_export with the same name, that returns the pressure from \(\texttt{LORENE}\), at the specified point

FT 27.05.2022