• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Flow
  3. Automated continuous computation of operating conditions...

Stats

  • Replies 4
  • Subscribers 9
  • Views 855
  • Members are here 0
More Content

Automated continuous computation of operating conditions using FIDELITY

HY202504134411
HY202504134411 3 months ago

When using FIDELITY to calculate compressor performance curves, how to achieve automated continuous computation of different operating conditions by altering the mass flow rate outlet conditions?

  • Sign in to reply
  • Cancel
  • Gaurav
    Gaurav 3 months ago

    To the best of my knowledge, the Fidelity software does not currently support this feature. However, it is available in the legacy version, Fine Turbo, which can perform the desired operations.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • HY202504134411
    HY202504134411 3 months ago in reply to Gaurav

    Is it really impossible to achieve this functionality through the Python API?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Gaurav
    Gaurav 3 months ago in reply to HY202504134411

    Fine Turbo offers a direct option, however, this feature is not supported by the Fidelity software. As a result, the corresponding Python functions, which are linked to the Fidelity software's features, are not functional. Nevertheless, a fully functional Python API is available for Fine Turbo, and more information can be found in the Fine Turbo documentation.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • KBBKBB
    KBBKBB 3 months ago

    One effective approach is to automate the process using the Python API — I recently implemented something similar.

    Start by running an initial simulation. If it converges successfully, duplicate the simulation and modify the mass flow or outlet pressure by a defined step size. Use the result of the previous simulation as the initial solution for the next one (make sure to disable CGI). Repeat this process to generate a performance curve.

    This will result in a series of simulations for the same setup, each with adjusted boundary conditions.

    It’s important to monitor convergence by evaluating key metrics such as mass flow, efficiency, or other relevant values over the last XXX iterations.

    If you're approaching the surge line, you can refine your step size for changing the mass flow or outlet pressure dynamically. For example, if a simulation at mass flow X converges but the next at X + step_size fails, reduce the step (e.g., try X + step_size / 2). This allows for a controlled and gradual approach to critical operating points.

    To get startet with Python and Fidelity: check the documentation. Some Fidelity tutorials include example Python scripts.
    It’s also worth checking out the posts by Gaurav — he provides detailed explanations and examples of how to use Python with Fidelity.

    Cheers

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Cadence Guidelines

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information