set_time Subroutine

private subroutine set_time(this, time)

Sets the time at which boundary conditions are to be calculated.

Arguments

Type IntentOptional AttributesName
class(plume_boundary), intent(inout) :: this
real(kind=r8), intent(in) :: time

Contents

Source Code


Source Code

  subroutine set_time(this, time)
    !* Author: Chris MacMackin
    !  Date: May 2017
    !
    ! Sets the time at which boundary conditions are to be calculated.
    !
    class(plume_boundary), intent(inout) :: this
    real(r8), intent(in)                 :: time
  end subroutine set_time