Files
OpenFOAM-12/applications/test/Function1/square
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

12 lines
104 B
Plaintext

function square;
amplitude 2;
frequency 0.6667;
phase 0;
level 1;
markSpace 0.25;
x0 0;
x1 5;
nX 101;