OpenFOAM-4.x/tutorials/incompressible/SRFSimpleFoam/mixer/constant/SRFProperties
2016-06-28 11:59:45 +01:00

29 lines
976 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object SRFProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
SRFModel rpm;
origin (0 0 0);
axis (0 0 1);
rpmCoeffs
{
rpm 1000;
}
// ************************************************************************* //