Export Simulation Data as CSV in FLUX

Balaji Viswanadh Gollapalli
Balaji Viswanadh Gollapalli Altair Community Member
edited November 2020 in Community Q&A

All,

 

I am new to flux simulation software.

Would anyone please kindly advise if I can export the simulation result out of FLUX user interface as a CSV file format?

Also, Please advise any help to learn post processing result files using the embedded python window in FLUX

 

Balaji

Tagged:

Answers

  • asoualmi
    asoualmi
    Altair Employee
    edited December 2019

    Hi,

    In Flux When you draw you curve (2D/3D), select the curve, right click, you have the possibility to export the curve as CSV file.

    About the python command, also in Fluw when you do any function, behin Flux generate a python caommdn (see bottom right).

    CurveVariation2D['CURVE_LOSS_BT_INST_1'].exportExcel(xlsFile='test',

                mode='add')

     

    Hope this will help.

    Best regards.

  • Balaji Viswanadh Gollapalli
    Balaji Viswanadh Gollapalli Altair Community Member
    edited November 2020

    Thank you very much Abdessamed for your kind response. I would follow your instructions to export data to a CSV.

    Appreciate you help. Have a wonderful day ahead.

    Balaji

  • asoualmi
    asoualmi
    Altair Employee
    edited December 2019

    You are welcome.