Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
General

General

Can system coupling be configured such that the participants update at different frequencies?

    • FAQFAQ
      Participant

      In 2019R1 there is BETA capability which allows this to be done using the command line workflow. Below is an example set of commands to accomplish this: DatamodelRoot().ActivateHidden.BetaFeatures = True DatamodelRoot().CouplingParticipant[‘FLUENT-1’].UpdateControl.Option = ‘StepInterval’ DatamodelRoot().CouplingParticipant[‘FLUENT-1’].UpdateControl.UpdateFrequency = 5 DatamodelRoot().CouplingParticipant[‘FLUENT-1’].UpdateControl.PrintState()