openfoam/tutorials/multiphase/interFoam/laminar/waves/stokesII/constant/waveProperties
2024-06-24 09:58:36 +01:00

47 lines
1.2 KiB
Plaintext

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2406 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object waveProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
inlet
{
alpha alpha.water;
waveModel StokesII;
nPaddle 1;
waveHeight 0.05;
waveAngle 0.0;
rampTime 3.0;
activeAbsorption yes;
wavePeriod 3.0;
}
outlet
{
alpha alpha.water;
waveModel shallowWaterAbsorption;
nPaddle 1;
}
// ************************************************************************* //