DAE Radau 5th Order (VIRef) VI
- Updated2025-07-30
- 5 minute(s) read
Solves differential algebraic equations (DAEs) with initial conditions by using the Radau IIA method. You must manually select the polymorphic instance to use.

Inputs/Outputs
data
—
data is a variant that passes arbitrary values to the VI.
DAE F(X,X',t)
—
DAE F(X,X',t) provides a strictly typed reference to the VI that implements the differential algebraic equation (DAE). You can use the function template located in vi.lib\gmath\dae.llb\DAE Radau 5th Order Func Template.vit to create this strictly typed reference.
Initial Values
—
Initial Values specify the values of the initial state of the VI.
Initial Derivatives
—
Initial Derivatives specify the values of the initial state derivative. The length of the Initial Derivative must equal the length of the Initial Values.
simulation parameters
—
simulation parameters specifies the set of parameters used to configure the differential algebraic equation (DAE) solver.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Times
—
Times returns the times at which the differential algebraic equation (DAE) solver evaluates the state.
X Values
—
X Values returns the values of the initial state over time. For X Values and X Derivatives, each row contains the values evaluated at a particular time and each column contains a history of a particular value over time.
X Derivatives
—
X Derivatives returns the values of the derivatives of the state over time. For X Values and X Derivatives, each row contains the values evaluated at a particular time and each column contains a history of a particular value over time.
error out
—
error out contains error information. This output provides standard error out functionality. |
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Mathematics\Differential Equations - ODE\DAE Simple Pendulum Simulation.vi
- labview\examples\Mathematics\Differential Equations - ODE\DAE Spring Pendulum Simulation.vi
data
—
DAE F(X,X',t)
—
Initial Values
—
simulation parameters
—
initial time
—
error in (no error)
—
Times
—
X Values
—
error out
—