Ian Bell
Ian Bell
It could be helpful to read the paper about PDSim, that might clear up some of these points. > Message ID: ***@***.***> >
Can you explain what you have in mind? On Nov 29, 2016 6:54 AM, "dziviani" wrote: > Allow to specify the calibrated coefficients if needed to apply the flow >...
I guess so, but that seems like a lot of adjustable parameters ! Would you not be better off adjusting the flow path length or a general flow coefficient? On...
That is true. I wonder about the speed if you are always passing the coefficients. Probably better to come up with a callable class so the coefficients can be cached....
Can you share an example where this failure happens?
Nope, I mean the script that was generated; you should see the path in the GUI in the output window. It is somewhere like ${HOME}/.pdsim_temp where ${HOME} is your home...
How old is the GUI you are using, it is generating Python 2.7 code. Everything is in python 3, and I can't even get your script to start running :/
This is good to merge, right?
@davideziviani
Also, please see the example ``examples/scroll_compressor_bicubic_with_mixtures.py`` which shows how to use tabular interpolation with mixtures. That can help with speed. You might also want to provide a better guess value...