mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
tutorials/incompressible/pimpleDyMFoam/propeller: Use the standard 'Q' functionObject configuration
This commit is contained in:
@ -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
|
||||
{
|
||||
#include "Q"
|
||||
#includeFunc Q
|
||||
#include "surfaces"
|
||||
#include "forces"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user