![]() |
OpenFAST
Wind turbine multiphysics simulator
|
This routine reads a variable from the next line of the input file. More...
Public Member Functions | |
| subroutine | readcvar (UnIn, Fil, Var, VarName, VarDescr, ErrStat, ErrMsg, UnEc) |
| This routine reads a variable from the next line of the input file. More... | |
| subroutine | readivar (UnIn, Fil, Var, VarName, VarDescr, ErrStat, ErrMsg, UnEc) |
| This routine reads a variable from the next line of the input file. More... | |
| subroutine | readlvar (UnIn, Fil, Var, VarName, VarDescr, ErrStat, ErrMsg, UnEc) |
| This routine reads a variable from the next line of the input file. More... | |
| subroutine | readr4var (UnIn, Fil, Var, VarName, VarDescr, ErrStat, ErrMsg, UnEc) |
| This routine reads a variable from the next line of the input file. More... | |
| subroutine | readr8var (UnIn, Fil, Var, VarName, VarDescr, ErrStat, ErrMsg, UnEc) |
| This routine reads a variable from the next line of the input file. More... | |
| subroutine | readr16var (UnIn, Fil, Var, VarName, VarDescr, ErrStat, ErrMsg, UnEc) |
| This routine reads a variable from the next line of the input file. More... | |
This routine reads a variable from the next line of the input file.
Use ReadVar (nwtc_io::readvar) instead of directly calling a specific routine in the generic interface.
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status; if present, program does not abort on error |
| [out] | errmsg | Error message |
| [out] | var | Variable being read |
| [in] | fil | Name of the input file. |
| [in] | vardescr | Text string describing the variable. |
| [in] | varname | Text string containing the variable name. |
| subroutine nwtc_io::readvar::readcvar | ( | integer, intent(in) | UnIn, |
| character(*), intent(in) | Fil, | ||
| character(*), intent(out) | Var, | ||
| character(*), intent(in) | VarName, | ||
| character(*), intent(in) | VarDescr, | ||
| integer(intki), intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a variable from the next line of the input file.
Use ReadVar (nwtc_io::readvar) instead of directly calling a specific routine in the generic interface.
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status; if present, program does not abort on error |
| [out] | errmsg | Error message |
| [out] | var | Variable being read |
| [in] | fil | Name of the input file. |
| [in] | vardescr | Text string describing the variable. |
| [in] | varname | Text string containing the variable name. |
| subroutine nwtc_io::readvar::readivar | ( | integer, intent(in) | UnIn, |
| character(*), intent(in) | Fil, | ||
| integer, intent(out) | Var, | ||
| character(*), intent(in) | VarName, | ||
| character(*), intent(in) | VarDescr, | ||
| integer(intki), intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a variable from the next line of the input file.
Use ReadVar (nwtc_io::readvar) instead of directly calling a specific routine in the generic interface.
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status; if present, program does not abort on error |
| [out] | errmsg | Error message |
| [out] | var | Variable being read |
| [in] | fil | Name of the input file. |
| [in] | vardescr | Text string describing the variable. |
| [in] | varname | Text string containing the variable name. WARNING: this routine limits the size of the number being read to 30 characters |
| subroutine nwtc_io::readvar::readlvar | ( | integer, intent(in) | UnIn, |
| character(*), intent(in) | Fil, | ||
| logical, intent(out) | Var, | ||
| character(*), intent(in) | VarName, | ||
| character(*), intent(in) | VarDescr, | ||
| integer(intki), intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a variable from the next line of the input file.
Use ReadVar (nwtc_io::readvar) instead of directly calling a specific routine in the generic interface.
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status; if present, program does not abort on error |
| [out] | errmsg | Error message |
| [out] | var | Variable being read |
| [in] | fil | Name of the input file. |
| [in] | vardescr | Text string describing the variable. |
| [in] | varname | Text string containing the variable name. |
| subroutine nwtc_io::readvar::readr16var | ( | integer, intent(in) | UnIn, |
| character( *), intent(in) | Fil, | ||
| real(quki), intent(out) | Var, | ||
| character( *), intent(in) | VarName, | ||
| character( *), intent(in) | VarDescr, | ||
| integer(intki), intent(out), optional | ErrStat, | ||
| character(*), intent(out), optional | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a variable from the next line of the input file.
Use ReadVar (nwtc_io::readvar) instead of directly calling a specific routine in the generic interface.
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status; if present, program does not abort on error |
| [out] | errmsg | Error message |
| [out] | var | Variable being read |
| [in] | fil | Name of the input file. |
| [in] | vardescr | Text string describing the variable. |
| [in] | varname | Text string containing the variable name. WARNING: this routine limits the size of the number being read to 30 characters |
| subroutine nwtc_io::readvar::readr4var | ( | integer, intent(in) | UnIn, |
| character( *), intent(in) | Fil, | ||
| real(siki), intent(out) | Var, | ||
| character( *), intent(in) | VarName, | ||
| character( *), intent(in) | VarDescr, | ||
| integer(intki), intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a variable from the next line of the input file.
Use ReadVar (nwtc_io::readvar) instead of directly calling a specific routine in the generic interface.
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status; if present, program does not abort on error |
| [out] | errmsg | Error message |
| [out] | var | Variable being read |
| [in] | fil | Name of the input file. |
| [in] | vardescr | Text string describing the variable. |
| [in] | varname | Text string containing the variable name. WARNING: this routine limits the size of the number being read to 30 characters |
| subroutine nwtc_io::readvar::readr8var | ( | integer, intent(in) | UnIn, |
| character( *), intent(in) | Fil, | ||
| real(r8ki), intent(out) | Var, | ||
| character( *), intent(in) | VarName, | ||
| character( *), intent(in) | VarDescr, | ||
| integer(intki), intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a variable from the next line of the input file.
Use ReadVar (nwtc_io::readvar) instead of directly calling a specific routine in the generic interface.
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [out] | errstat | Error status; if present, program does not abort on error |
| [out] | errmsg | Error message |
| [out] | var | Variable being read |
| [in] | fil | Name of the input file. |
| [in] | vardescr | Text string describing the variable. |
| [in] | varname | Text string containing the variable name. WARNING: this routine limits the size of the number being read to 30 characters |
1.8.13