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.
Heat Transfer

Heat Transfer

I am running a parametric simulation in which a new zone gets created by Fluent to accomodate the non-equilibrium porous model. I have some scripting in a journal file that applies to the new solid zone from the Solution cell, but my design points keep failing because the new zone name/numbering changes with each pass through Fluent. How can I ensure consistent zone naming in Fluent so that my journal file always works?

    • FAQFAQ
      Participant

      To keep the name of the new solid zone consistent, you can rename it right after it is created: mesh modify-zones zone-name oldname newname Do this before any other reference to the solid zone name.