AlanZee's picture
Upload folder using huggingface_hub (part 20)
1d64864 verified
Raw
History Blame Contribute Delete
1.24 kB
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1906 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object waveProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
inlet
{
alpha alpha.water;
waveModel StokesV;
nPaddle 1;
waveHeight 0.15813187960702296;
waveAngle 0.0;
rampTime 4.0;
activeAbsorption yes;
wavePeriod 2.6329930065173293;
}
outlet
{
alpha alpha.water;
waveModel shallowWaterAbsorption;
nPaddle 1;
}
// ************************************************************************* //