36 lines
945 B
C++
36 lines
945 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: 12
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object fvModels;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
option1
|
|
{
|
|
type isotropicDamping;
|
|
|
|
origin (1200 0 0);
|
|
direction (1 0 0);
|
|
scale
|
|
{
|
|
type halfCosineRamp;
|
|
start 0;
|
|
duration 600;
|
|
}
|
|
|
|
value (2 0 0);
|
|
lambda 0.5;
|
|
}
|
|
|
|
|
|
//************************************************************************* //
|