You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
There is a fluid property called FluidPropertyPolynominal. In the constructor, a list of x- and y-values is required. It then converts it to a set of parameters for a polynomial through a fit:
Problem description
There is a fluid property called
FluidPropertyPolynominal
. In the constructor, a list of x- and y-values is required. It then converts it to a set of parameters for a polynomial through a fit:I think that this is not exactly the preferred behavior for this property, as we would like to hand over the parameters to the constructor.
Possible solution
My suggestions:
@classmethod
that does the polynomial fit for x- and y-values and hands the result over to the constructorCould we make such a change? Especially @jkisse @SimonRubenDrauz
The text was updated successfully, but these errors were encountered: