dump_tem_BC_qValHeader Subroutine

private subroutine dump_tem_BC_qValHeader(me, headerfile)

dump qval header information to lua file

Arguments

Type IntentOptional Attributes Name
type(tem_BC_prop_type), intent(in) :: me

Boundary condition construct to load the data into

character(len=*), intent(in) :: headerfile

name of the bc header lua file


Source Code

  subroutine dump_tem_BC_qValHeader( me, headerfile )
    ! ---------------------------------------------------------------------------
    !> Boundary condition construct to load the data into
    type(tem_BC_prop_type), intent(in) :: me
    !> name of the bc header lua file
    character(len=*), intent(in) :: headerfile
    ! ---------------------------------------------------------------------------

    call dump_tem_BC_logicalHeader( headerfile, 'hasQVal', me%nBCtypes, &
      &                             me%hasQVal                          )

  end subroutine dump_tem_BC_qValHeader