Using AddCubeDependency to establish dependencies
The AddCubeDependency function is used to create a manual dependency between two cubes.
AddCubeDependency is a TurboIntegrator function that is valid only in TurboIntegrator processes.
This function creates a manually-created dependency between Cube A and Cube B.
Syntax: AddCubeDependency('CubeA','CubeB');
Argument | Description |
---|---|
CubeA | The name of the base cube. |
CubeB | The name of the dependent cube. |
Cube B relies on a rule that is dependent on Cube A.
This function can be set in anywhere in the TurboIntegrator Advanced tab.