field_set_face_from_field Interface

interface
public subroutine field_set_face_from_field(self, f, f_start, c_end, face, bc_start, bc_end, flow_rate_diff)

Arguments

Type IntentOptional Attributes Name
class(base_backend_t) :: self
class(field_t), intent(inout) :: f
class(field_t), intent(in) :: f_start
real(kind=dp), intent(in) :: c_end
integer, intent(in) :: face
integer, intent(in), optional :: bc_start
integer, intent(in), optional :: bc_end
real(kind=dp), intent(in), optional :: flow_rate_diff

Description

As field_set_face but with a spatially-varying inlet face field instead of a scalar c_start.