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

This routine checks that real values are finite and not NaNs. More...

Public Member Functions

subroutine checkr4var (RealVar, RealDesc, ErrStat, ErrMsg)
 This routine checks that real values are finite and not NaNs. More...
 
subroutine checkr8var (RealVar, RealDesc, ErrStat, ErrMsg)
 This routine checks that real values are finite and not NaNs. More...
 
subroutine checkr16var (RealVar, RealDesc, ErrStat, ErrMsg)
 This routine checks that real values are finite and not NaNs. More...
 

Detailed Description

This routine checks that real values are finite and not NaNs.

Parameters
[in]realvarReal value to check
[in]realdescdescription of RealVar
[out]errstatError status
[out]errmsgError message

Member Function/Subroutine Documentation

◆ checkr16var()

subroutine nwtc_io::checkrealvar::checkr16var ( real(quki), intent(in)  RealVar,
character(*), intent(in)  RealDesc,
integer, intent(out)  ErrStat,
character(*), intent(out)  ErrMsg 
)

This routine checks that real values are finite and not NaNs.

Parameters
[in]realvarReal value to check
[in]realdescdescription of RealVar
[out]errstatError status
[out]errmsgError message
[in]realvarReal value to check
[in]realdescdescription of RealVar
[out]errstatError status
[out]errmsgError message

◆ checkr4var()

subroutine nwtc_io::checkrealvar::checkr4var ( real(siki), intent(in)  RealVar,
character(*), intent(in)  RealDesc,
integer, intent(out)  ErrStat,
character(*), intent(out)  ErrMsg 
)

This routine checks that real values are finite and not NaNs.

Parameters
[in]realvarReal value to check
[in]realdescdescription of RealVar
[out]errstatError status
[out]errmsgError message

◆ checkr8var()

subroutine nwtc_io::checkrealvar::checkr8var ( real(r8ki), intent(in)  RealVar,
character(*), intent(in)  RealDesc,
integer, intent(out)  ErrStat,
character(*), intent(out)  ErrMsg 
)

This routine checks that real values are finite and not NaNs.

Parameters
[in]realvarReal value to check
[in]realdescdescription of RealVar
[out]errstatError status
[out]errmsgError message
[in]realvarReal value to check
[in]realdescdescription of RealVar
[out]errstatError status
[out]errmsgError message

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