cfd_solver_call_udf Interface

interface
private function cfd_solver_call_udf(libpath, n, x, rho, rho_u, e_arr) bind(C, name="cfd_solver_call_udf")

Arguments

Type IntentOptional Attributes Name
character(kind=c_char, len=1), intent(in) :: libpath(*)
integer(kind=c_int), intent(in), value :: n
real(kind=c_double), intent(in) :: x(n)
real(kind=c_double), intent(out) :: rho(n)
real(kind=c_double), intent(out) :: rho_u(n)
real(kind=c_double), intent(out) :: e_arr(n)

Return Value integer(kind=c_int)