Hello,
I would like to import a design table by using PyFluent.
From the dictionary, I got the tui command “solver.tui.parametric_study.design_points.table.import_design_table”
And used it as follow
solver.tui.parametric_study.design_points.table.import_design_table(filepath = 'New Study.csv')
I got the following outputs:
"
Error: eval: unbound variable
Error Object: parametric-study
True
"
Uploading the table by using the GUI is working fine. Unfortunately I can neither write a journal since it is a GUI nor find the commands in WebUI (Parametric ribbon not available yet) in order to record the process. I’m using Fluent 25R1. Do you have an idea why it is not working and how to do it properly?
Thank you!