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

This routine reads a AryLen values into a real array from the next AryLen lines of the input file (one value per line). More...

Public Member Functions

subroutine readcarylines (UnIn, Fil, Ary, AryLen, AryName, AryDescr, ErrStat, ErrMsg, UnEc)
 This routine reads a AryLen values into a real array from the next AryLen lines of the input file (one value per line). More...
 
subroutine readr4arylines (UnIn, Fil, Ary, AryLen, AryName, AryDescr, ErrStat, ErrMsg, UnEc)
 This routine reads a AryLen values into a real array from the next AryLen lines of the input file (one value per line). More...
 
subroutine readr8arylines (UnIn, Fil, Ary, AryLen, AryName, AryDescr, ErrStat, ErrMsg, UnEc)
 This routine reads a AryLen values into a real array from the next AryLen lines of the input file (one value per line). More...
 
subroutine readr16arylines (UnIn, Fil, Ary, AryLen, AryName, AryDescr, ErrStat, ErrMsg, UnEc)
 This routine reads a AryLen values into a real array from the next AryLen lines of the input file (one value per line). More...
 

Detailed Description

This routine reads a AryLen values into a real array from the next AryLen lines of the input file (one value per line).

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

Parameters
[in]arylenLength of the array.
[in]uninI/O unit for input file.
[in]unecI/O unit for echo file. If present and > 0, write to UnEc
[out]errstatError status
[out]errmsgError message describing ErrStat
[out]aryArray variable being read.
[in]filName of the input file.
[in]arydescrText string describing the variable.
[in]arynameText string containing the variable name.

Member Function/Subroutine Documentation

◆ readcarylines()

subroutine nwtc_io::readarylines::readcarylines ( integer, intent(in)  UnIn,
character(*), intent(in)  Fil,
character(*), dimension(arylen), intent(out)  Ary,
integer, intent(in)  AryLen,
character(*), intent(in)  AryName,
character(*), intent(in)  AryDescr,
integer, intent(out)  ErrStat,
character(*), intent(out)  ErrMsg,
integer, intent(in), optional  UnEc 
)

This routine reads a AryLen values into a real array from the next AryLen lines of the input file (one value per line).

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

Parameters
[in]arylenLength of the array.
[in]uninI/O unit for input file.
[in]unecI/O unit for echo file. If present and > 0, write to UnEc
[out]errstatError status
[out]errmsgError message describing ErrStat
[out]aryArray variable being read.
[in]filName of the input file.
[in]arydescrText string describing the variable.
[in]arynameText string containing the variable name.

◆ readr16arylines()

subroutine nwtc_io::readarylines::readr16arylines ( integer, intent(in)  UnIn,
character(*), intent(in)  Fil,
real(quki), dimension(arylen), intent(out)  Ary,
integer, intent(in)  AryLen,
character(*), intent(in)  AryName,
character(*), intent(in)  AryDescr,
integer, intent(out)  ErrStat,
character(*), intent(out)  ErrMsg,
integer, intent(in), optional  UnEc 
)

This routine reads a AryLen values into a real array from the next AryLen lines of the input file (one value per line).

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

Parameters
[in]arylenLength of the array.
[in]uninI/O unit for input file.
[in]unecI/O unit for echo file. If present and > 0, write to UnEc
[out]errstatError status
[out]errmsgError message describing ErrStat
[out]aryArray variable being read.
[in]filName of the input file.
[in]arydescrText string describing the variable.
[in]arynameText string containing the variable name.

◆ readr4arylines()

subroutine nwtc_io::readarylines::readr4arylines ( integer, intent(in)  UnIn,
character(*), intent(in)  Fil,
real(siki), dimension(arylen), intent(out)  Ary,
integer, intent(in)  AryLen,
character(*), intent(in)  AryName,
character(*), intent(in)  AryDescr,
integer, intent(out)  ErrStat,
character(*), intent(out)  ErrMsg,
integer, intent(in), optional  UnEc 
)

This routine reads a AryLen values into a real array from the next AryLen lines of the input file (one value per line).

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

Parameters
[in]arylenLength of the array.
[in]uninI/O unit for input file.
[in]unecI/O unit for echo file. If present and > 0, write to UnEc
[out]errstatError status
[out]errmsgError message describing ErrStat
[out]aryArray variable being read.
[in]filName of the input file.
[in]arydescrText string describing the variable.
[in]arynameText string containing the variable name.

◆ readr8arylines()

subroutine nwtc_io::readarylines::readr8arylines ( integer, intent(in)  UnIn,
character(*), intent(in)  Fil,
real(r8ki), dimension(arylen), intent(out)  Ary,
integer, intent(in)  AryLen,
character(*), intent(in)  AryName,
character(*), intent(in)  AryDescr,
integer, intent(out)  ErrStat,
character(*), intent(out)  ErrMsg,
integer, intent(in), optional  UnEc 
)

This routine reads a AryLen values into a real array from the next AryLen lines of the input file (one value per line).

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

Parameters
[in]arylenLength of the array.
[in]uninI/O unit for input file.
[in]unecI/O unit for echo file. If present and > 0, write to UnEc
[out]errstatError status
[out]errmsgError message describing ErrStat
[out]aryArray variable being read.
[in]filName of the input file.
[in]arydescrText string describing the variable.
[in]arynameText string containing the variable name.

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