mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
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:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user