Interface fortran::syscgetcurrenttimestepf
Definition: syscSystemCouplingF.fi (line 695)
Provide an interface to get current time step.
Members
Public functions
Function syscgetcurrenttimestepf
type(sysctimestepf) function syscgetcurrenttimestepf()
Provide a function to get current time step.
This function returns a time step struct, which contains time step number, start time, and time step size for the current coupling time step.
A default value (time step number 0, start time 0.0, time step size 0.0) is returned if this function is called outside the coupled analysis loop or if the analysis is steady.
Returns:
a SyscTimeStepF type for current time step
Return type: type(sysctimestepf) function