Interpolated Flow

General Description

Generic interpolation parameter that uses a node’s flow at the previous time-step for interpolation. API Reference

Attributes

Name
Description
Required

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

Example

coming soon...

{

}

Last updated