Skip to main content

Interface fortran::syscinitializeanalysisf

Definition: syscSystemCouplingF.fi (line 610)

Provide an interface to notify System Coupling that analysis initialization can be completed.

Members

Public functions

Function syscinitializeanalysisf

type(syscerrorf) function syscinitializeanalysisf()

Provide a function to notify System Coupling that analysis initialization can be completed.

This function must be called after registering mesh and variable data access and prior to entering the coupled analysis loop.

If this function is called before the coupled analysis is complete, it will automatically complete the coupled analysis and assume steady analysis type.

Returns:

a SyscErrorF type for error checking.

Return type: type(syscerrorf) function