Uniformity Index

Altair Forum User
Altair Forum User
Altair Employee
edited August 2021 in Community Q&A

Hi all,

Kindly let us know how to calculate the flow uniformity through a given section/plane.

 

 

<?xml version="1.0" encoding="UTF-8"?>UI.JPG

Tagged:

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited November 2020

    Hi Dinesh,

     

    Please find attached script for computation of Uniformity Index (UI) in Acufieldview.

     

    In the script, you can edit the below according to your problem:

    image.png

     

    Using this script you can compute the UI value for the boundary surfaces.

     

    You can execute this script in Acufieldview,  (Tools --> Execute FVX File)

     

    As soon as you execute the script, the UI value would be printed on the screen.

     

    Please let me know if you have any questions.

    Regards,

    Kamlesh

    Unable to find an attachment - read this blog

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited September 2017

    Hi Kamlesh,

     

    Invalid scalar function error.

    Let me know to rectify the error.

     

    Unable to find an attachment - read this blog

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited September 2017

    Hi Dinesh,

     

    if you are using latest version ie 2017 no need to use script.

    UI id directly available as a output in acuProbe under Surface Statisctics. as shown in below image.

     

    Regards

    Ravi 

    <?xml version="1.0" encoding="UTF-8"?>Capture.JPG

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited September 2017

    Thanks Ravi!!!!

  • Ian P
    Ian P Altair Community Member
    edited August 2021

    @Altair Forum User @acupro  are there any updates you can provide as to how to calculate uniformity index in HyperWorks CFD 2021.1 ?? Is there a similar output for volume-averaged uniformity index?

  • acupro
    acupro
    Altair Employee
    edited August 2021
    Ian P said:

    @Altair Forum User @acupro  are there any updates you can provide as to how to calculate uniformity index in HyperWorks CFD 2021.1 ?? Is there a similar output for volume-averaged uniformity index?

    The Plot utility from the Solution ribbon has essentially the same functionality for surface results uniformity - through surface statistics

    image

    I'm not aware of anything built-in to handle volume uniformity.  What is your use-case, and what do you want to calculate?

  • Ian P
    Ian P Altair Community Member
    edited August 2021

    The Plot utility from the Solution ribbon has essentially the same functionality for surface results uniformity - through surface statistics

    image

    I'm not aware of anything built-in to handle volume uniformity.  What is your use-case, and what do you want to calculate?

    Thanks. Ended up stumbling across this. Grouping surfaces via setting up a monitor prior to solving was helpful too.

    I'm simulating flow through porous media and want to look at uniformity of a given velocity component. Volume uniformity has been helpful for this type of application in other commercial packages in the past. The definition used for a component "v" for all cells "c" in the volume "V" was:

    image

    I don't have much experience with AcuSolve, etc. prior to HW CFD; would an external script be needed to implement the above metric?

     

  • acupro
    acupro
    Altair Employee
    edited August 2021
    Ian P said:

    Thanks. Ended up stumbling across this. Grouping surfaces via setting up a monitor prior to solving was helpful too.

    I'm simulating flow through porous media and want to look at uniformity of a given velocity component. Volume uniformity has been helpful for this type of application in other commercial packages in the past. The definition used for a component "v" for all cells "c" in the volume "V" was:

    image

    I don't have much experience with AcuSolve, etc. prior to HW CFD; would an external script be needed to implement the above metric?

     

    Indeed, the collections for Surface Output are quite handy in HyperWorks CFD, as the collections can be independent of other collections.

    I'm told you may be able to do something approximate for volume uniformity with a python script accessing the solution database directly - but that is not my area of knowledge...