OpenFAST
Wind turbine multiphysics simulator
Public Member Functions | List of all members
nwtc_io::wrnumaryfilenr Interface Reference

This routine writes out a real array to the file connected to Unit without following it with a new line. More...

Public Member Functions

subroutine wriaryfilenr (Unit, Ary, Fmt, ErrStat, ErrMsg)
 This routine writes out an integer array to the file connected to Unit without following it with a new line. More...
 
subroutine wrr4aryfilenr (Unit, Ary, Fmt, ErrStat, ErrMsg)
 This routine writes out a real array to the file connected to Unit without following it with a new line. More...
 
subroutine wrr8aryfilenr (Unit, Ary, Fmt, ErrStat, ErrMsg)
 This routine writes out a real array to the file connected to Unit without following it with a new line. More...
 
subroutine wrr16aryfilenr (Unit, Ary, Fmt, ErrStat, ErrMsg)
 This routine writes out a real array to the file connected to Unit without following it with a new line. More...
 

Detailed Description

This routine writes out a real array to the file connected to Unit without following it with a new line.

Use WrNumAryFileNR (nwtc_io::wrnumaryfilenr) instead of directly calling a specific routine in the generic interface.

Parameters
[in]unitI/O unit for input file.
[in]aryArray to be written without a newline at the end.
[in]fmtFmt of one element to be written.
[out]errstatError status
[out]errmsgError message associated with ErrStat

Member Function/Subroutine Documentation

◆ wriaryfilenr()

subroutine nwtc_io::wrnumaryfilenr::wriaryfilenr ( integer, intent(in)  Unit,
integer(intki), dimension (:), intent(in)  Ary,
character(*), intent(in)  Fmt,
integer(intki), intent(out)  ErrStat,
character(*), intent(out)  ErrMsg 
)

This routine writes out an integer array to the file connected to Unit without following it with a new line.

Use WrNumAryFileNR (nwtc_io::wrnumaryfilenr) instead of directly calling a specific routine in the generic interface.

Parameters
[in]unitI/O unit for input file.
[in]aryArray to be written without a newline at the end.
[in]fmtFmt of one element to be written.
[out]errstatError status
[out]errmsgError message associated with ErrStat

◆ wrr16aryfilenr()

subroutine nwtc_io::wrnumaryfilenr::wrr16aryfilenr ( integer, intent(in)  Unit,
real(quki), dimension (:), intent(in)  Ary,
character(*), intent(in)  Fmt,
integer(intki), intent(out)  ErrStat,
character(*), intent(out)  ErrMsg 
)

This routine writes out a real array to the file connected to Unit without following it with a new line.

Use WrNumAryFileNR (nwtc_io::wrnumaryfilenr) instead of directly calling a specific routine in the generic interface.

Parameters
[in]unitI/O unit for input file.
[in]aryArray to be written without a newline at the end.
[in]fmtFmt of one element to be written.
[out]errstatError status
[out]errmsgError message associated with ErrStat

◆ wrr4aryfilenr()

subroutine nwtc_io::wrnumaryfilenr::wrr4aryfilenr ( integer, intent(in)  Unit,
real(siki), dimension (:), intent(in)  Ary,
character(*), intent(in)  Fmt,
integer(intki), intent(out)  ErrStat,
character(*), intent(out)  ErrMsg 
)

This routine writes out a real array to the file connected to Unit without following it with a new line.

Use WrNumAryFileNR (nwtc_io::wrnumaryfilenr) instead of directly calling a specific routine in the generic interface.

Parameters
[in]unitI/O unit for input file.
[in]aryArray to be written without a newline at the end.
[in]fmtFmt of one element to be written.
[out]errstatError status
[out]errmsgError message associated with ErrStat

◆ wrr8aryfilenr()

subroutine nwtc_io::wrnumaryfilenr::wrr8aryfilenr ( integer, intent(in)  Unit,
real(r8ki), dimension (:), intent(in)  Ary,
character(*), intent(in)  Fmt,
integer(intki), intent(out)  ErrStat,
character(*), intent(out)  ErrMsg 
)

This routine writes out a real array to the file connected to Unit without following it with a new line.

Use WrNumAryFileNR (nwtc_io::wrnumaryfilenr) instead of directly calling a specific routine in the generic interface.

Parameters
[in]unitI/O unit for input file.
[in]aryArray to be written without a newline at the end.
[in]fmtFmt of one element to be written.
[out]errstatError status
[out]errmsgError message associated with ErrStat

The documentation for this interface was generated from the following file: