🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Export Simulation Data as CSV in FLUX

User: "Balaji Viswanadh Gollapalli"
Altair Community Member
Updated by Balaji Viswanadh Gollapalli

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

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "asoualmi"
    Altair Employee
    Updated by asoualmi

    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.

    User: "Balaji Viswanadh Gollapalli"
    Altair Community Member
    OP
    Updated by Balaji Viswanadh Gollapalli

    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

    User: "asoualmi"
    Altair Employee
    Updated by asoualmi

    You are welcome.