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:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user