Define 2D Wave PDE (VIRef) VI
- Updated2025-07-30
- 3 minute(s) read
Defines the right side of a partial differential equation and its coefficients. You must manually select the polymorphic instance to use.

Inputs/Outputs
data
—
data is a variant that passes arbitrary values to the F(t, x, y) VI.
PDE in
—
PDE in is the class that stores the data of the equation.
F(t, x, y)
—
F(t, x, y) is a strictly typed reference to the VI that implements the right side of the equation. Create this VI by starting from the VI template located in labview\vi.lib\gmath\pde.llb\Common\2D Evolutionary PDE Func Template.vit.
k
—
k is a squared value that specifies the coefficient of the second order partial derivative of the unknown function in the equation. k cannot be 0. The default is 1.
a
—
a specifies the coefficient of the unknown function in the equation. The default is 0.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
PDE out
—
PDE out returns the right side of PDE in and its coefficients.
error out
—
error out contains error information. This output provides standard error out functionality. |
Helmholtz Equation
The following equation defines the Helmholtz equation:
where k and a are constant coefficients, u is the unknown function, and f is the right side of the equation. The operator
is the Laplacian. The Laplacian in Cartesian coordinates is defined as
in two-dimensional space and
in three-dimensional space.
Heat Equation
The following equation defines the general form of the heat equation:
Wave Equation
The following equation defines the general form of the wave equation:
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Mathematics\Differential Equations - PDE\PDE Flexible Element.vi
- labview\examples\Mathematics\Differential Equations - PDE\PDE String Vibration.vi
- labview\examples\Mathematics\Differential Equations - PDE\PDE Thermal Distribution.vi
data
—
PDE in
—
F(t, x, y)
—
k
—
error in (no error)
—
PDE out
—
error out
—