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.