Skip to main content

Interface fortran::syscupdateinputsf

Definition: syscSystemCouplingF.fi (line 725)

Provide an interface to update the input variables.

Members

Public functions

Function syscupdateinputsf

type(syscerrorf) function syscupdateinputsf()

Provide a function to update the input variables.

Solution data for all input variables will be updated. Depending on the defined interfaces, data will be transferred from another coupling participant solver, or from the opposite side of the same-participant coupling interface.

When doing cosimulation, this function must be called from inside the coupled analysis loop. It tells System Coupling that the participant is about to begin its solver iterations. All input variable data will be up-to-date after returning from this function. If any local coupling interfaces are defined, all corresponding input variable data will also be updated.

When doing same-participant mapping only (without cosimulation), this function should be called whenever input data needs to be brought up-to-date.

Return type: type(syscerrorf) function