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.
This commit is contained in:
Will Bainbridge
2019-10-17 19:11:05 +01:00
parent ef04eed403
commit dcf4d0c505
54 changed files with 958 additions and 768 deletions

View File

@ -49,10 +49,9 @@ boundaryField
value sine;
valueCoeffs
{
t0 0;
amplitude constant 0.025;
frequency constant 1;
scale constant (0 1 0);
amplitude constant (0 0.025 0);
frequency 1;
start 0;
level constant (0 0 0);
}
}