Function1: Added "Ramp" to the names of the ramp functions to avoid conflict

with more general forms of those functions.
This commit is contained in:
Henry Weller
2017-03-18 17:10:48 +00:00
parent dd15478158
commit 98de229365
12 changed files with 108 additions and 96 deletions

View File

@ -41,18 +41,27 @@ boundaryField
normalVelocity
{
type uniformFixedValue;
uniformValue sine;
uniformValueCoeffs
uniformValue
{
frequency 1;
amplitude table
(
( 0 0)
( 10 0.025)
(1000 0.025)
);
scale (0 1 0);
level (0 0 0);
type scale;
value
{
type sine;
frequency 1;
amplitude 0.025;
scale (0 1 0);
level (0 0 0);
}
scale
{
type linearRamp;
duration 10;
}
}
}