We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
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()