tutorials/incompressible/pimpleDyMFoam/propeller: Use the standard 'Q' functionObject configuration

This commit is contained in:
Henry Weller
2016-05-31 21:21:41 +01:00
parent 1be464d23d
commit ea6d010f51
2 changed files with 1 additions and 22 deletions

View File

@ -1,21 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// Calculate Q(U)
Q
{
type Q;
libs ("libfieldFunctionObjects.so");
executeControl writeTime;
writeControl writeTime;
}
// ************************************************************************* //

View File

@ -54,7 +54,7 @@ maxCo 2;
functions
{
#include "Q"
#includeFunc Q
#include "surfaces"
#include "forces"
}