Skip to main content

System Coupling Fortran library 2024 R2

syscupdateinputsf Interface Reference

Last update: 17.07.2025

Provide an interface to update the input variables. More...

Public Member Functions

type(syscerrorf) function syscupdateinputsf ()
 Provide a function to update the input variables.
 

Detailed Description

Provide an interface to update the input variables.

Definition at line 725 of file syscSystemCouplingF.fi.

Constructor & Destructor Documentation

◆ 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.

Definition at line 744 of file syscSystemCouplingF.fi.

745 import :: syscerrorf
746 type(SyscErrorF) :: ret
747!
748!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
749!DIR$ ATTRIBUTES DLLIMPORT :: syscUpdateInputsF
750!DIR$ ENDIF
751!

Connect with Ansys