![]() |
OpenFAST
Wind turbine multiphysics simulator
|
This routine reads a scalar variable from the next line of the input file. More...
Public Member Functions | |
| subroutine | readivarwdefault (UnIn, Fil, Var, VarName, VarDescr, VarDefault, ErrStat, ErrMsg, UnEc) |
| This routine reads a scalar variable from the next line of the input file. More... | |
| subroutine | readlvarwdefault (UnIn, Fil, Var, VarName, VarDescr, VarDefault, ErrStat, ErrMsg, UnEc) |
| This routine reads a logical variable from the next line of the input file. More... | |
| subroutine | readr4varwdefault (UnIn, Fil, Var, VarName, VarDescr, VarDefault, ErrStat, ErrMsg, UnEc) |
| This routine reads a scalar variable from the next line of the input file. More... | |
| subroutine | readr8varwdefault (UnIn, Fil, Var, VarName, VarDescr, VarDefault, ErrStat, ErrMsg, UnEc) |
| This routine reads a scalar variable from the next line of the input file. More... | |
| subroutine | readr16varwdefault (UnIn, Fil, Var, VarName, VarDescr, VarDefault, ErrStat, ErrMsg, UnEc) |
| This routine reads a scalar variable from the next line of the input file. More... | |
| subroutine | readiarywdefault (UnIn, Fil, Var, AryLen, VarName, VarDescr, VarDefault, ErrStat, ErrMsg, UnEc) |
| This routine reads a scalar variable from the next line of the input file. More... | |
This routine reads a scalar variable from the next line of the input file.
Use ReadVarWDefault (nwtc_io::readvarwdefault) instead of directly calling a specific routine in the generic interface. WARNING: this routine limits the size of the number being read to 30 characters
| [out] | var | variable being read |
| [in] | vardefault | default value of variable being read |
| [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 |
| [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::readvarwdefault::readiarywdefault | ( | integer, intent(in) | UnIn, |
| character( *), intent(in) | Fil, | ||
| integer(intki), dimension(arylen), intent(out) | Var, | ||
| integer, intent(in) | AryLen, | ||
| character( *), intent(in) | VarName, | ||
| character( *), intent(in) | VarDescr, | ||
| integer(intki), dimension(arylen), intent(in) | VarDefault, | ||
| integer(intki), intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a scalar variable from the next line of the input file.
Use ReadVarWDefault (nwtc_io::readvarwdefault) instead of directly calling a specific routine in the generic interface. WARNING: this routine limits the size of the number being read to 30 characters
| [out] | var | variable being read |
| [in] | vardefault | default value of variable being read |
| [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 |
| [in] | fil | Name of the input file. |
| [in] | vardescr | Text string describing the variable. |
| [in] | varname | Text string containing the variable name. |
| [in] | arylen | Length of the array. |
| [out] | var | Variable being read |
| [in] | vardefault | Default value for variable being read |
| [out] | errstat | Error status; if present, program does not abort on error |
| [out] | errmsg | Error message |
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [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::readvarwdefault::readivarwdefault | ( | integer, intent(in) | UnIn, |
| character(*), intent(in) | Fil, | ||
| integer, intent(out) | Var, | ||
| character(*), intent(in) | VarName, | ||
| character(*), intent(in) | VarDescr, | ||
| integer, intent(in) | VarDefault, | ||
| integer(intki), intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a scalar variable from the next line of the input file.
Use ReadVarWDefault (nwtc_io::readvarwdefault) instead of directly calling a specific routine in the generic interface. WARNING: this routine limits the size of the number being read to 30 characters
| [out] | var | variable being read |
| [in] | vardefault | default value of variable being read |
| [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 |
| [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::readvarwdefault::readlvarwdefault | ( | integer, intent(in) | UnIn, |
| character(*), intent(in) | Fil, | ||
| logical, intent(out) | Var, | ||
| character(*), intent(in) | VarName, | ||
| character(*), intent(in) | VarDescr, | ||
| logical, intent(in) | VarDefault, | ||
| integer(intki), intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a logical variable from the next line of the input file.
Use ReadVarWDefault (nwtc_io::readvarwdefault) instead of directly calling a specific routine in the generic interface. WARNING: this routine limits the size of the number being read to 30 characters
| [out] | var | variable being read |
| [in] | vardefault | default value of variable being read |
| [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 |
| [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::readvarwdefault::readr16varwdefault | ( | integer, intent(in) | UnIn, |
| character( *), intent(in) | Fil, | ||
| real(quki), intent(out) | Var, | ||
| character( *), intent(in) | VarName, | ||
| character( *), intent(in) | VarDescr, | ||
| real(quki), intent(in) | VarDefault, | ||
| integer(intki), intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a scalar variable from the next line of the input file.
Use ReadVarWDefault (nwtc_io::readvarwdefault) instead of directly calling a specific routine in the generic interface. WARNING: this routine limits the size of the number being read to 30 characters
| [out] | var | variable being read |
| [in] | vardefault | default value of variable being read |
| [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 |
| [in] | fil | Name of the input file. |
| [in] | vardescr | Text string describing the variable. |
| [in] | varname | Text string containing the variable name. |
| [out] | var | Variable being read |
| [in] | vardefault | Default value for variable being read |
| [out] | errstat | Error status; if present, program does not abort on error |
| [out] | errmsg | Error message |
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [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::readvarwdefault::readr4varwdefault | ( | integer, intent(in) | UnIn, |
| character( *), intent(in) | Fil, | ||
| real(siki), intent(out) | Var, | ||
| character( *), intent(in) | VarName, | ||
| character( *), intent(in) | VarDescr, | ||
| real(siki), intent(in) | VarDefault, | ||
| integer(intki), intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a scalar variable from the next line of the input file.
Use ReadVarWDefault (nwtc_io::readvarwdefault) instead of directly calling a specific routine in the generic interface. WARNING: this routine limits the size of the number being read to 30 characters
| [out] | var | variable being read |
| [in] | vardefault | default value of variable being read |
| [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 |
| [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::readvarwdefault::readr8varwdefault | ( | integer, intent(in) | UnIn, |
| character( *), intent(in) | Fil, | ||
| real(r8ki), intent(out) | Var, | ||
| character( *), intent(in) | VarName, | ||
| character( *), intent(in) | VarDescr, | ||
| real(r8ki), intent(in) | VarDefault, | ||
| integer(intki), intent(out) | ErrStat, | ||
| character(*), intent(out) | ErrMsg, | ||
| integer, intent(in), optional | UnEc | ||
| ) |
This routine reads a scalar variable from the next line of the input file.
Use ReadVarWDefault (nwtc_io::readvarwdefault) instead of directly calling a specific routine in the generic interface. WARNING: this routine limits the size of the number being read to 30 characters
| [out] | var | variable being read |
| [in] | vardefault | default value of variable being read |
| [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 |
| [in] | fil | Name of the input file. |
| [in] | vardescr | Text string describing the variable. |
| [in] | varname | Text string containing the variable name. |
| [out] | var | Variable being read |
| [in] | vardefault | Default value for variable being read |
| [out] | errstat | Error status; if present, program does not abort on error |
| [out] | errmsg | Error message |
| [in] | unin | I/O unit for input file. |
| [in] | unec | I/O unit for echo file. If present and > 0, write to UnEc |
| [in] | fil | Name of the input file. |
| [in] | vardescr | Text string describing the variable. |
| [in] | varname | Text string containing the variable name. |
1.8.13