openfoam/tutorials/incompressible/pimpleFoam/RAS/propeller/system/AMIWeights
2019-08-30 16:45:45 +02:00

19 lines
806 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1906 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
AMIWeights
{
type AMIWeights;
libs (fieldFunctionObjects);
writeControl writeTime;
writeFields no;
// writeFields yes;
}
// ************************************************************************* //