Files
OpenFOAM-12/applications/test/Function1/table
Will Bainbridge dcf4d0c505 Function1: Implemented integral evaluations
Integral evaluations have been implemented for all the ramp function1-s,
as well as the sine and square wave. Bounds handling has also been added
to the integration of table-type functions.

In addition, the sine wave "t0" paramater has been renamed "start" for
consistency with the ramp functions.
2019-10-22 08:31:29 +01:00

16 lines
148 B
Plaintext

function table
(
(0 0.1)
(0.4 0.31)
(0.8 0.59)
(1.2 0.81)
(1.6 0.95)
(2 1)
);
outOfBounds repeat;
x0 -0.5;
x1 2.5;
nX 50;