Skip to main content

Interface fortran::syscaddsideoneregionf

Definition: syscCouplingInterfaceF.fi (line 66)

Provide an interface to add side one region.

Members

Public functions

Function syscaddsideoneregionf

type(syscerrorf) function syscaddsideoneregionf(interface, region)

Add region to side one of the couping interface.

If this region has already been added to the interface on side one, then this call will have no effect.

If a different region with the same name has already been added to the interface on side one, then a runtime error will be thrown.

If a region with the same name has already been added to the interface on side two, then a runtime error will be thrown.

If the region name contains invalid characters, a runtime error will be thrown.

Parameters:

  • interface: Coupling interface to which the output variable is to be added.
  • region: Region to be added to side one of the interface.

Parameters:

  • interfaceinterface
  • regionregion

Return type: type(syscerrorf) function