Interpolated Flow
Last updated
Was this helpful?
Last updated
Was this helpful?
Generic interpolation parameter that uses a node’s flow at the previous time-step for interpolation.
type
interpolatedflow
Yes
node
Node to provide input flow values to interpolation calculation
Optional
flows
x coordinates of the data points for interpolation
Optional
values
y coordinates of the data points for interpolation
Optional
interp_kwargs
Dictionary of keyword arguments to pass to scipy.interpolate.interp1d class and used for interpolation
Optional
coming soon...