eradiate.thermoprops.us76.log_interp1d#

eradiate.thermoprops.us76.log_interp1d(x, y)[source]#

Computes the linear interpolation of \(y(x)\) in logarithmic space.

Parameters
  • x (array) – 1-D array of real value.

  • y (array) – N-D array of real values. The length of y along the interpolation axis must be equal to the length of x.

Returns

callable() – Function whose call method uses interpolation to find the value of new points.