openfoam/tutorials/multiphase/interIsoFoam/standingWave/system/setAlphaFieldDict
2024-06-24 09:58:36 +01:00

27 lines
1011 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / 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;
location "system";
object setAlphaFieldDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
field alpha.water;
type sin;
direction (1 0 0);
up (0 0 1);
origin (-0.5 0 0.5);
period 2;
amplitude 0.05;
// ************************************************************************* //