Skip to main content

Interface fortran::syscaddcouplinginterfacef

Definition: syscSystemCouplingF.fi (line 212)

Provide an interface to add a coupling interface.

Members

Public functions

Function syscaddcouplinginterfacef

type(syscerrorf) function syscaddcouplinginterfacef(interface)

Provide a function to add a coupling interface.

If this coupling interface has already been added, then this call will have no effect.

If a different coupling interface with the same has already been added, then an error status will be returned.

If the coupling interface name contains invalid characters, then an error status will be returned.

See SyscCouplingInterfaceF for more details.

Parameters:

  • interface: - a coupling interface to be added.

Returns:

a SyscErrorF type for error checking.

Parameters:

  • interfaceinterface

Return type: type(syscerrorf) function

Function syscaddcouplinginterfacef_a

type(syscerrorf) function syscaddcouplinginterfacef_a(interface, autoGenerateDataTransfers)

Parameters:

  • interfaceinterface
  • autoGenerateDataTransfersautoGenerateDataTransfers

Return type: type(syscerrorf) function