tutorials/incompressible/pimpleDyMFoam/propeller: Use the standard 'Q' functionObject configuration
This commit is contained in:
parent
a0c343ab9f
commit
108e50bbf0
2 changed files with 1 additions and 22 deletions
|
|
@ -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;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
|
||||||
|
|
@ -54,7 +54,7 @@ maxCo 2;
|
||||||
|
|
||||||
functions
|
functions
|
||||||
{
|
{
|
||||||
#include "Q"
|
#includeFunc Q
|
||||||
#include "surfaces"
|
#include "surfaces"
|
||||||
#include "forces"
|
#include "forces"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue