From 3b3d6809cf1df351ac79ba76dc9e4581464c82f8 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 26 May 2016 15:34:01 +0100 Subject: [PATCH] etc/caseDicts/postProcessing/fields/Q: Simplified --- etc/caseDicts/postProcessing/fields/Q | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/etc/caseDicts/postProcessing/fields/Q b/etc/caseDicts/postProcessing/fields/Q index 539af98d5d..14c9ee8aac 100644 --- a/etc/caseDicts/postProcessing/fields/Q +++ b/etc/caseDicts/postProcessing/fields/Q @@ -1,22 +1,18 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | +| \\ / O peration | Version: dev | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object Q.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Q { - #includeEtc "caseDicts/postProcessing/fields/Q.cfg" + type Q; + libs ("libfieldFunctionObjects.so"); + + executeControl writeTime; + writeControl writeTime; } // ************************************************************************* //