From fd52818d3dee9ba8ff30034462434865e47a1ae8 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 26 May 2016 16:31:32 +0100 Subject: [PATCH] etc/caseDicts/postProcessing: Updated for recent developments in functionObjects --- .../postProcessing/faceSource/faceSource.cfg | 15 +++--------- .../faceSource/faceZoneSource.cfg | 10 +------- .../postProcessing/faceSource/patchAverage | 10 +------- .../postProcessing/faceSource/patchSource.cfg | 10 +------- .../faceSource/surfaceSource.cfg | 10 +------- etc/caseDicts/postProcessing/fields/Lambda2 | 16 +++++-------- .../postProcessing/fields/Lambda2.cfg | 23 ------------------- etc/caseDicts/postProcessing/fields/Q.cfg | 23 ------------------- etc/caseDicts/postProcessing/fields/randomise | 4 ++-- .../postProcessing/flowRate/flowRatePatch | 10 +------- .../postProcessing/flowRate/flowRatePatch.cfg | 10 +------- .../flowRate/volFlowRateSurface | 10 +------- .../flowRate/volFlowRateSurface.cfg | 10 +------- .../postProcessing/forces/forceCoeffs.cfg | 10 +------- .../forces/forceCoeffsCompressible | 12 ++-------- .../forces/forceCoeffsCompressible.cfg | 11 +-------- .../forces/forceCoeffsIncompressible | 12 ++-------- .../postProcessing/forces/forces.cfg | 21 ++++------------- .../postProcessing/forces/forcesCompressible | 12 ++-------- .../forces/forcesCompressible.cfg | 12 ++-------- .../forces/forcesIncompressible | 16 ++++--------- etc/caseDicts/postProcessing/graphs/graph.cfg | 15 +++--------- .../postProcessing/graphs/sampleDict | 12 ++-------- .../postProcessing/graphs/sampleDict.cfg | 10 +------- .../postProcessing/graphs/singleGraph | 12 ++-------- etc/caseDicts/postProcessing/minMax/cellMax | 14 +++-------- etc/caseDicts/postProcessing/minMax/cellMin | 14 +++-------- .../postProcessing/minMax/cellMin.cfg | 10 +------- .../postProcessing/minMax/cellMinMax.cfg | 15 +++--------- etc/caseDicts/postProcessing/minMax/faceMax | 14 +++-------- etc/caseDicts/postProcessing/minMax/faceMin | 14 +++-------- .../postProcessing/minMax/faceMin.cfg | 10 +------- .../postProcessing/minMax/faceMinMax.cfg | 15 +++--------- .../postProcessing/minMax/fieldMinMax.cfg | 15 +++--------- .../postProcessing/minMax/minMaxComponents | 14 +++-------- .../minMax/minMaxComponents.cfg | 10 +------- .../postProcessing/minMax/minMaxMagnitude | 14 +++-------- .../postProcessing/numerical/residuals | 14 +++-------- .../postProcessing/numerical/residuals.cfg | 17 ++++---------- .../{pressureTools.cfg => pressure.cfg} | 12 +++++----- .../pressure/pressureDifference.cfg | 19 ++++----------- .../pressure/pressureDifferencePatch | 10 +------- .../pressure/pressureDifferencePatch.cfg | 10 +------- .../pressure/pressureDifferenceSurface | 12 ++-------- .../pressure/pressureDifferenceSurface.cfg | 10 +------- .../postProcessing/pressure/staticPressure | 14 +++-------- .../pressure/staticPressure.cfg | 14 +++-------- .../pressure/totalPressureCompressible | 16 ++++--------- .../pressure/totalPressureCompressible.cfg | 13 ++--------- .../pressure/totalPressureIncompressible | 16 ++++--------- .../pressure/totalPressureIncompressible.cfg | 14 +++-------- .../postProcessing/probes/boundaryCloud | 12 ++-------- .../postProcessing/probes/boundaryCloud.cfg | 10 +------- etc/caseDicts/postProcessing/probes/cloud.cfg | 16 ++++--------- .../postProcessing/probes/internalCloud | 12 ++-------- .../postProcessing/probes/internalCloud.cfg | 10 +------- etc/caseDicts/postProcessing/probes/probes | 16 ++++--------- .../postProcessing/probes/probes.cfg | 17 ++++---------- .../postProcessing/scalarTransport/T | 11 +-------- .../scalarTransport/scalarTransport | 10 +------- .../scalarTransport/scalarTransport.cfg | 15 +++--------- .../scalarTransport/scalarTransportDict | 10 +------- .../scalarTransport/scalarTransportDict.cfg | 10 +------- .../postProcessing/visualization/streamlines | 12 ++-------- .../visualization/streamlines.cfg | 16 ++++--------- .../postProcessing/visualization/surfaces | 14 +++-------- .../postProcessing/visualization/surfaces.cfg | 15 +++--------- 67 files changed, 155 insertions(+), 717 deletions(-) delete mode 100644 etc/caseDicts/postProcessing/fields/Lambda2.cfg delete mode 100644 etc/caseDicts/postProcessing/fields/Q.cfg rename etc/caseDicts/postProcessing/pressure/{pressureTools.cfg => pressure.cfg} (82%) diff --git a/etc/caseDicts/postProcessing/faceSource/faceSource.cfg b/etc/caseDicts/postProcessing/faceSource/faceSource.cfg index 31b1ab25cc..cf5d0a40d7 100644 --- a/etc/caseDicts/postProcessing/faceSource/faceSource.cfg +++ b/etc/caseDicts/postProcessing/faceSource/faceSource.cfg @@ -1,24 +1,15 @@ /*--------------------------------*- 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 faceSource.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type faceSource; -libs ("libfieldFunctionObjects.so"); +libs ("libfieldFunctionObjects.so"); -enabled true; -writeControl timeStep; +writeControl timeStep; writeInterval 1; valueOutput false; diff --git a/etc/caseDicts/postProcessing/faceSource/faceZoneSource.cfg b/etc/caseDicts/postProcessing/faceSource/faceZoneSource.cfg index 56d3c16efc..b63c882f06 100644 --- a/etc/caseDicts/postProcessing/faceSource/faceZoneSource.cfg +++ b/etc/caseDicts/postProcessing/faceSource/faceZoneSource.cfg @@ -1,18 +1,10 @@ /*--------------------------------*- 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 faceZoneSource.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #includeEtc "caseDicts/postProcessing/faceSource/faceSource.cfg" diff --git a/etc/caseDicts/postProcessing/faceSource/patchAverage b/etc/caseDicts/postProcessing/faceSource/patchAverage index 255c751ce1..2923f108ba 100644 --- a/etc/caseDicts/postProcessing/faceSource/patchAverage +++ b/etc/caseDicts/postProcessing/faceSource/patchAverage @@ -5,19 +5,11 @@ | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object patchAverage; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // patchAverage { patch ; - fields ( p ); + fields (p); operation average; #includeEtc "caseDicts/postProcessing/faceSource/patchSource.cfg"; diff --git a/etc/caseDicts/postProcessing/faceSource/patchSource.cfg b/etc/caseDicts/postProcessing/faceSource/patchSource.cfg index a1bd471a08..d5bd7fd1af 100644 --- a/etc/caseDicts/postProcessing/faceSource/patchSource.cfg +++ b/etc/caseDicts/postProcessing/faceSource/patchSource.cfg @@ -1,18 +1,10 @@ /*--------------------------------*- 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 patchSource.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #includeEtc "caseDicts/postProcessing/faceSource/faceSource.cfg" diff --git a/etc/caseDicts/postProcessing/faceSource/surfaceSource.cfg b/etc/caseDicts/postProcessing/faceSource/surfaceSource.cfg index 23db54b242..4bcbde878d 100644 --- a/etc/caseDicts/postProcessing/faceSource/surfaceSource.cfg +++ b/etc/caseDicts/postProcessing/faceSource/surfaceSource.cfg @@ -1,18 +1,10 @@ /*--------------------------------*- 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 surfaceSource.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #includeEtc "caseDicts/postProcessing/faceSource/faceSource.cfg" diff --git a/etc/caseDicts/postProcessing/fields/Lambda2 b/etc/caseDicts/postProcessing/fields/Lambda2 index 31170e2f5b..7132721106 100644 --- a/etc/caseDicts/postProcessing/fields/Lambda2 +++ b/etc/caseDicts/postProcessing/fields/Lambda2 @@ -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 Lambda2.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Lambda2 { - #includeEtc "caseDicts/postProcessing/fields/Lambda2.cfg" + type Lambda2; + libs ("libutilityFunctionObjects.so"); + + executeControl writeTime; + writeControl writeTime; } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/fields/Lambda2.cfg b/etc/caseDicts/postProcessing/fields/Lambda2.cfg deleted file mode 100644 index cb4a63de6f..0000000000 --- a/etc/caseDicts/postProcessing/fields/Lambda2.cfg +++ /dev/null @@ -1,23 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object Lambda2.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -type Lambda2; -libs ("libutilityFunctionObjects.so"); - -enabled true; -writeControl writeTime; - -// ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/fields/Q.cfg b/etc/caseDicts/postProcessing/fields/Q.cfg deleted file mode 100644 index d486d85ae4..0000000000 --- a/etc/caseDicts/postProcessing/fields/Q.cfg +++ /dev/null @@ -1,23 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object Q.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -type Q; -libs ("libutilityFunctionObjects.so"); - -enabled true; -writeControl writeTime; - -// ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/fields/randomise b/etc/caseDicts/postProcessing/fields/randomise index 8a98fe663d..cd873d7654 100644 --- a/etc/caseDicts/postProcessing/fields/randomise +++ b/etc/caseDicts/postProcessing/fields/randomise @@ -8,10 +8,10 @@ randomise { + #includeEtc "caseDicts/postProcessing/fields/randomise.cfg" + // Set the magnitude of the perturbation magPerturbation ; - - #includeEtc "caseDicts/postProcessing/fields/randomise.cfg" } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/flowRate/flowRatePatch b/etc/caseDicts/postProcessing/flowRate/flowRatePatch index 9e5385a2f2..7eb8d0873c 100644 --- a/etc/caseDicts/postProcessing/flowRate/flowRatePatch +++ b/etc/caseDicts/postProcessing/flowRate/flowRatePatch @@ -1,18 +1,10 @@ /*--------------------------------*- 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 flowRatePatch; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // This packaged function object sums the flux phi on patch faces so the // calculated volume flow rate for solvers where phi = volumetric flux, and diff --git a/etc/caseDicts/postProcessing/flowRate/flowRatePatch.cfg b/etc/caseDicts/postProcessing/flowRate/flowRatePatch.cfg index b73dae82ef..7ab9aee3e1 100644 --- a/etc/caseDicts/postProcessing/flowRate/flowRatePatch.cfg +++ b/etc/caseDicts/postProcessing/flowRate/flowRatePatch.cfg @@ -1,18 +1,10 @@ /*--------------------------------*- 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 flowRatePatch.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #includeEtc "caseDicts/postProcessing/faceSource/patchSource.cfg" diff --git a/etc/caseDicts/postProcessing/flowRate/volFlowRateSurface b/etc/caseDicts/postProcessing/flowRate/volFlowRateSurface index bcaa82a874..1f64e1e5b2 100644 --- a/etc/caseDicts/postProcessing/flowRate/volFlowRateSurface +++ b/etc/caseDicts/postProcessing/flowRate/volFlowRateSurface @@ -1,18 +1,10 @@ /*--------------------------------*- 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 volFlowRateSurface; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // This packaged function object interpolates velocity U onto triangles in // triSurface file and integrates over the surface area. Triangles need to diff --git a/etc/caseDicts/postProcessing/flowRate/volFlowRateSurface.cfg b/etc/caseDicts/postProcessing/flowRate/volFlowRateSurface.cfg index d8f7546c6e..6ec52f78ab 100644 --- a/etc/caseDicts/postProcessing/flowRate/volFlowRateSurface.cfg +++ b/etc/caseDicts/postProcessing/flowRate/volFlowRateSurface.cfg @@ -1,18 +1,10 @@ /*--------------------------------*- 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 volFlowRateSurface.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #includeEtc "caseDicts/postProcessing/faceSource/surfaceSource.cfg" diff --git a/etc/caseDicts/postProcessing/forces/forceCoeffs.cfg b/etc/caseDicts/postProcessing/forces/forceCoeffs.cfg index e2021318bc..d9d83a75d3 100644 --- a/etc/caseDicts/postProcessing/forces/forceCoeffs.cfg +++ b/etc/caseDicts/postProcessing/forces/forceCoeffs.cfg @@ -1,18 +1,10 @@ /*--------------------------------*- 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 forceCoeffs.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #includeEtc "caseDicts/postProcessing/forces/forces.cfg" diff --git a/etc/caseDicts/postProcessing/forces/forceCoeffsCompressible b/etc/caseDicts/postProcessing/forces/forceCoeffsCompressible index 3a45f320e4..dbd6124827 100644 --- a/etc/caseDicts/postProcessing/forces/forceCoeffsCompressible +++ b/etc/caseDicts/postProcessing/forces/forceCoeffsCompressible @@ -1,22 +1,14 @@ /*--------------------------------*- 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 forceCoeffsCompressible; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // forceCoeffs { - patches ( patch1 patch2 ); + patches (patch1 patch2); magUInf 20; rhoInf 1.225; diff --git a/etc/caseDicts/postProcessing/forces/forceCoeffsCompressible.cfg b/etc/caseDicts/postProcessing/forces/forceCoeffsCompressible.cfg index 513aec09d8..87a8667d87 100644 --- a/etc/caseDicts/postProcessing/forces/forceCoeffsCompressible.cfg +++ b/etc/caseDicts/postProcessing/forces/forceCoeffsCompressible.cfg @@ -1,20 +1,11 @@ /*--------------------------------*- 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 forceCoeffsCompressible.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #includeEtc "caseDicts/postProcessing/forces/forceCoeffs.cfg" -rhoName rho; // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/forces/forceCoeffsIncompressible b/etc/caseDicts/postProcessing/forces/forceCoeffsIncompressible index fab2280353..89926a516f 100644 --- a/etc/caseDicts/postProcessing/forces/forceCoeffsIncompressible +++ b/etc/caseDicts/postProcessing/forces/forceCoeffsIncompressible @@ -1,22 +1,14 @@ /*--------------------------------*- 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 forceCoeffsIncompressible; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // forceCoeffs { - patches ( patch1 patch2 ); + patches (patch1 patch2); magUInf 20; lRef 1; diff --git a/etc/caseDicts/postProcessing/forces/forces.cfg b/etc/caseDicts/postProcessing/forces/forces.cfg index 97b9cd833a..9f0e3f7780 100644 --- a/etc/caseDicts/postProcessing/forces/forces.cfg +++ b/etc/caseDicts/postProcessing/forces/forces.cfg @@ -1,29 +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 forces.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type forces; -libs ( "libforces.so" ); +libs ("libforces.so"); -enabled true; -writeControl timeStep; -writeInterval 1; +writeControl timeStep; +writeInterval 1; -pName p; -UName U; -rhoName rhoInf; // Incompressible solver +rho rhoInf; // Incompressible solver log off; // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/forces/forcesCompressible b/etc/caseDicts/postProcessing/forces/forcesCompressible index 1c8607be20..1792b0c381 100644 --- a/etc/caseDicts/postProcessing/forces/forcesCompressible +++ b/etc/caseDicts/postProcessing/forces/forcesCompressible @@ -1,22 +1,14 @@ /*--------------------------------*- 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 forcesCompressible; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // forces { - patches ( patch1 patch2 ); + patches (patch1 patch2); CofR (0 0 0); pitchAxis (0 1 0); diff --git a/etc/caseDicts/postProcessing/forces/forcesCompressible.cfg b/etc/caseDicts/postProcessing/forces/forcesCompressible.cfg index a8a630a9c1..66604a4a09 100644 --- a/etc/caseDicts/postProcessing/forces/forcesCompressible.cfg +++ b/etc/caseDicts/postProcessing/forces/forcesCompressible.cfg @@ -1,21 +1,13 @@ /*--------------------------------*- 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 forcesCompressible.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #includeEtc "caseDicts/postProcessing/forces/forces.cfg" -rhoName rho; + rhoInf 1; // Redundant // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/forces/forcesIncompressible b/etc/caseDicts/postProcessing/forces/forcesIncompressible index 8dc16603cf..0b91e37f51 100644 --- a/etc/caseDicts/postProcessing/forces/forcesIncompressible +++ b/etc/caseDicts/postProcessing/forces/forcesIncompressible @@ -1,28 +1,20 @@ /*--------------------------------*- 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 forcesIncompressible; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // forces { + #includeEtc "caseDicts/postProcessing/forces/forces.cfg" + rhoInf 1.225; // Fluid density - patches ( patch1 patch2 ); + patches (patch1 patch2); CofR (0 0 0); pitchAxis (0 1 0); - - #includeEtc "caseDicts/postProcessing/forces/forces.cfg" } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/graphs/graph.cfg b/etc/caseDicts/postProcessing/graphs/graph.cfg index 2959089784..a0a008a34b 100644 --- a/etc/caseDicts/postProcessing/graphs/graph.cfg +++ b/etc/caseDicts/postProcessing/graphs/graph.cfg @@ -1,24 +1,15 @@ /*--------------------------------*- 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 graph.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type sets; -libs ("libsampling.so"); +libs ("libsampling.so"); -enabled true; -writeControl writeTime; +writeControl writeTime; sets ( diff --git a/etc/caseDicts/postProcessing/graphs/sampleDict b/etc/caseDicts/postProcessing/graphs/sampleDict index 6b535efd7b..7731f411f3 100644 --- a/etc/caseDicts/postProcessing/graphs/sampleDict +++ b/etc/caseDicts/postProcessing/graphs/sampleDict @@ -1,18 +1,10 @@ /*--------------------------------*- 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 sampleDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg" @@ -26,6 +18,6 @@ sets } ); -fields ( U p ); +fields (U p); // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/graphs/sampleDict.cfg b/etc/caseDicts/postProcessing/graphs/sampleDict.cfg index bdbe894be6..17edcf4e50 100644 --- a/etc/caseDicts/postProcessing/graphs/sampleDict.cfg +++ b/etc/caseDicts/postProcessing/graphs/sampleDict.cfg @@ -1,18 +1,10 @@ /*--------------------------------*- 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 sampleDict.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // interpolationScheme cellPoint; diff --git a/etc/caseDicts/postProcessing/graphs/singleGraph b/etc/caseDicts/postProcessing/graphs/singleGraph index dcbd48189e..836d7a82c9 100644 --- a/etc/caseDicts/postProcessing/graphs/singleGraph +++ b/etc/caseDicts/postProcessing/graphs/singleGraph @@ -1,24 +1,16 @@ /*--------------------------------*- 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 graph; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // graph { start (0 1e-06 0); end (1 1e-06 0); - fields ( U p ); + fields (U p); #includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg" diff --git a/etc/caseDicts/postProcessing/minMax/cellMax b/etc/caseDicts/postProcessing/minMax/cellMax index e0eac71863..815a7f7f34 100644 --- a/etc/caseDicts/postProcessing/minMax/cellMax +++ b/etc/caseDicts/postProcessing/minMax/cellMax @@ -1,24 +1,16 @@ /*--------------------------------*- 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 cellMax; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // cellMax { - fields ( U p ); - #includeEtc "caseDicts/postProcessing/minMax/cellMinMax.cfg" + + fields (U p); } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/minMax/cellMin b/etc/caseDicts/postProcessing/minMax/cellMin index ba20b659de..aea52c7b69 100644 --- a/etc/caseDicts/postProcessing/minMax/cellMin +++ b/etc/caseDicts/postProcessing/minMax/cellMin @@ -1,24 +1,16 @@ /*--------------------------------*- 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 cellMin; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // cellMin { - fields ( U p ); - #includeEtc "caseDicts/postProcessing/minMax/cellMin.cfg" + + fields (U p); } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/minMax/cellMin.cfg b/etc/caseDicts/postProcessing/minMax/cellMin.cfg index 7cd162d9d6..dc0e49df23 100644 --- a/etc/caseDicts/postProcessing/minMax/cellMin.cfg +++ b/etc/caseDicts/postProcessing/minMax/cellMin.cfg @@ -1,18 +1,10 @@ /*--------------------------------*- 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 cellMin.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #includeEtc "caseDicts/postProcessing/minMax/cellMinMax.cfg" operation min; diff --git a/etc/caseDicts/postProcessing/minMax/cellMinMax.cfg b/etc/caseDicts/postProcessing/minMax/cellMinMax.cfg index 5374dc7dcd..acabaa55d8 100644 --- a/etc/caseDicts/postProcessing/minMax/cellMinMax.cfg +++ b/etc/caseDicts/postProcessing/minMax/cellMinMax.cfg @@ -1,24 +1,15 @@ /*--------------------------------*- 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 cellMinMax.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type cellSource; -libs ("libfieldFunctionObjects.so"); +libs ("libfieldFunctionObjects.so"); -enabled true; -writeControl timeStep; +writeControl timeStep; writeInterval 1; valueOutput false; diff --git a/etc/caseDicts/postProcessing/minMax/faceMax b/etc/caseDicts/postProcessing/minMax/faceMax index f1cffd0ff4..d8b4f6fd09 100644 --- a/etc/caseDicts/postProcessing/minMax/faceMax +++ b/etc/caseDicts/postProcessing/minMax/faceMax @@ -1,24 +1,16 @@ /*--------------------------------*- 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 faceMax; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // faceMax { - fields ( U p ); - #includeEtc "caseDicts/postProcessing/minMax/faceMinMax.cfg" + + fields (U p); } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/minMax/faceMin b/etc/caseDicts/postProcessing/minMax/faceMin index dd5181eff8..0c82ec01dd 100644 --- a/etc/caseDicts/postProcessing/minMax/faceMin +++ b/etc/caseDicts/postProcessing/minMax/faceMin @@ -1,24 +1,16 @@ /*--------------------------------*- 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 faceMin; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // faceMin { - fields ( U p ); - #includeEtc "caseDicts/postProcessing/minMax/faceMin.cfg" + + fields (U p); } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/minMax/faceMin.cfg b/etc/caseDicts/postProcessing/minMax/faceMin.cfg index 111b8368e7..f2bf1aeeef 100644 --- a/etc/caseDicts/postProcessing/minMax/faceMin.cfg +++ b/etc/caseDicts/postProcessing/minMax/faceMin.cfg @@ -1,18 +1,10 @@ /*--------------------------------*- 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 faceMin.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #includeEtc "caseDicts/postProcessing/minMax/faceMinMax.cfg" operation min; diff --git a/etc/caseDicts/postProcessing/minMax/faceMinMax.cfg b/etc/caseDicts/postProcessing/minMax/faceMinMax.cfg index 2405304444..034edd14a1 100644 --- a/etc/caseDicts/postProcessing/minMax/faceMinMax.cfg +++ b/etc/caseDicts/postProcessing/minMax/faceMinMax.cfg @@ -1,24 +1,15 @@ /*--------------------------------*- 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 faceMinMax.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type faceSource; -libs ("libfieldFunctionObjects.so"); +libs ("libfieldFunctionObjects.so"); -enabled true; -writeControl timeStep; +writeControl timeStep; writeInterval 1; valueOutput false; diff --git a/etc/caseDicts/postProcessing/minMax/fieldMinMax.cfg b/etc/caseDicts/postProcessing/minMax/fieldMinMax.cfg index b77e7f66e2..126b63c347 100644 --- a/etc/caseDicts/postProcessing/minMax/fieldMinMax.cfg +++ b/etc/caseDicts/postProcessing/minMax/fieldMinMax.cfg @@ -1,24 +1,15 @@ /*--------------------------------*- 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 fieldMinMax.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type fieldMinMax; -libs ("libfieldFunctionObjects.so"); +libs ("libfieldFunctionObjects.so"); -enabled true; -writeControl timeStep; +writeControl timeStep; writeInterval 1; write true; diff --git a/etc/caseDicts/postProcessing/minMax/minMaxComponents b/etc/caseDicts/postProcessing/minMax/minMaxComponents index 999509c934..71db684633 100644 --- a/etc/caseDicts/postProcessing/minMax/minMaxComponents +++ b/etc/caseDicts/postProcessing/minMax/minMaxComponents @@ -1,24 +1,16 @@ /*--------------------------------*- 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 minMaxComponents; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // minMaxComponents { - mode components; - #includeEtc "caseDicts/postProcessing/minMax/minMaxComponents.cfg" + + mode components; } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/minMax/minMaxComponents.cfg b/etc/caseDicts/postProcessing/minMax/minMaxComponents.cfg index a4b2cdb5b9..f18af3c91f 100644 --- a/etc/caseDicts/postProcessing/minMax/minMaxComponents.cfg +++ b/etc/caseDicts/postProcessing/minMax/minMaxComponents.cfg @@ -1,18 +1,10 @@ /*--------------------------------*- 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 minMaxComponents.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #includeEtc "caseDicts/postProcessing/minMax/fieldMinMax.cfg" mode components; diff --git a/etc/caseDicts/postProcessing/minMax/minMaxMagnitude b/etc/caseDicts/postProcessing/minMax/minMaxMagnitude index 155d460bdf..3691baa8c0 100644 --- a/etc/caseDicts/postProcessing/minMax/minMaxMagnitude +++ b/etc/caseDicts/postProcessing/minMax/minMaxMagnitude @@ -1,24 +1,16 @@ /*--------------------------------*- 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 minMaxMagnitude; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // minMaxMagnitude { - fields ( U p ); - #includeEtc "caseDicts/postProcessing/minMax/fieldMinMax.cfg" + + fields (U p); } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/numerical/residuals b/etc/caseDicts/postProcessing/numerical/residuals index 3719ca29ba..d4e937ecc7 100644 --- a/etc/caseDicts/postProcessing/numerical/residuals +++ b/etc/caseDicts/postProcessing/numerical/residuals @@ -1,24 +1,16 @@ /*--------------------------------*- 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 residuals; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // residuals { - fields ( p U ); - #includeEtc "caseDicts/postProcessing/numerical/residuals.cfg" + + fields (p U); } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/numerical/residuals.cfg b/etc/caseDicts/postProcessing/numerical/residuals.cfg index 9ed37bca8e..22d95db0f7 100644 --- a/etc/caseDicts/postProcessing/numerical/residuals.cfg +++ b/etc/caseDicts/postProcessing/numerical/residuals.cfg @@ -1,24 +1,15 @@ /*--------------------------------*- 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 residuals.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type residuals; -libs ("libutilityFunctionObjects.so"); +libs ("libutilityFunctionObjects.so"); -enabled true; -writeControl timeStep; -writeInterval 1; +writeControl timeStep; +writeInterval 1; // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/pressure/pressureTools.cfg b/etc/caseDicts/postProcessing/pressure/pressure.cfg similarity index 82% rename from etc/caseDicts/postProcessing/pressure/pressureTools.cfg rename to etc/caseDicts/postProcessing/pressure/pressure.cfg index 47a1f60ad1..39a2fa6819 100644 --- a/etc/caseDicts/postProcessing/pressure/pressureTools.cfg +++ b/etc/caseDicts/postProcessing/pressure/pressure.cfg @@ -1,7 +1,7 @@ /*--------------------------------*- 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 | | \*---------------------------------------------------------------------------*/ @@ -10,15 +10,15 @@ FoamFile version 2.0; format ascii; class dictionary; - object pressureTools.cfg; + object pressure.cfg; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -type pressureTools; -libs ("libutilityFunctionObjects.so"); +type pressure; +libs ("libutilityFunctionObjects.so"); -enabled true; -writeControl writeTime; +executeControl writeTime; +writeControl writeTime; log false; // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/pressure/pressureDifference.cfg b/etc/caseDicts/postProcessing/pressure/pressureDifference.cfg index f93107379d..9636eac4d5 100644 --- a/etc/caseDicts/postProcessing/pressure/pressureDifference.cfg +++ b/etc/caseDicts/postProcessing/pressure/pressureDifference.cfg @@ -1,26 +1,17 @@ /*--------------------------------*- 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 pressureDifference.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type fieldValueDelta; -libs ("libfieldFunctionObjects.so"); +libs ("libfieldFunctionObjects.so"); operation subtract; -enabled true; -writeControl timeStep; +writeControl timeStep; writeInterval 1 log false; @@ -28,13 +19,13 @@ source1 { #includeEtc "caseDicts/postProcessing/faceSource/faceSource.cfg" operation areaAverage; - fields ( p ); + fields (p); } source2 { #includeEtc "caseDicts/postProcessing/faceSource/faceSource.cfg" operation areaAverage; - fields ( p ); + fields (p); } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/pressure/pressureDifferencePatch b/etc/caseDicts/postProcessing/pressure/pressureDifferencePatch index 8131375e9d..8bb8360cb7 100644 --- a/etc/caseDicts/postProcessing/pressure/pressureDifferencePatch +++ b/etc/caseDicts/postProcessing/pressure/pressureDifferencePatch @@ -1,18 +1,10 @@ /*--------------------------------*- 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 pressureDifferencePatch; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // pressureDifferencePatch { diff --git a/etc/caseDicts/postProcessing/pressure/pressureDifferencePatch.cfg b/etc/caseDicts/postProcessing/pressure/pressureDifferencePatch.cfg index c13b316702..01a239236f 100644 --- a/etc/caseDicts/postProcessing/pressure/pressureDifferencePatch.cfg +++ b/etc/caseDicts/postProcessing/pressure/pressureDifferencePatch.cfg @@ -1,18 +1,10 @@ /*--------------------------------*- 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 pressureDifferencePatch.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #includeEtc "caseDicts/postProcessing/pressure/pressureDifference.cfg" diff --git a/etc/caseDicts/postProcessing/pressure/pressureDifferenceSurface b/etc/caseDicts/postProcessing/pressure/pressureDifferenceSurface index ba981ad7c7..e83ccdabc8 100644 --- a/etc/caseDicts/postProcessing/pressure/pressureDifferenceSurface +++ b/etc/caseDicts/postProcessing/pressure/pressureDifferenceSurface @@ -1,18 +1,10 @@ /*--------------------------------*- 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 pressureDifferenceSurface; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // pressureDifferenceSurface { @@ -20,7 +12,7 @@ pressureDifferenceSurface triSurface2 ; #includeEtc - "caseDicts/postProcessing/pressure/pressureDifferenceSurface.cfg" + "caseDicts/postProcessing/pressure/pressureDifferenceSurface.cfg" } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/pressure/pressureDifferenceSurface.cfg b/etc/caseDicts/postProcessing/pressure/pressureDifferenceSurface.cfg index 9d782905cc..c1df7cff5b 100644 --- a/etc/caseDicts/postProcessing/pressure/pressureDifferenceSurface.cfg +++ b/etc/caseDicts/postProcessing/pressure/pressureDifferenceSurface.cfg @@ -1,18 +1,10 @@ /*--------------------------------*- 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 pressureDifferenceSurface.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #includeEtc "caseDicts/postProcessing/pressure/pressureDifference.cfg" diff --git a/etc/caseDicts/postProcessing/pressure/staticPressure b/etc/caseDicts/postProcessing/pressure/staticPressure index 3aee436f90..97f79325b2 100644 --- a/etc/caseDicts/postProcessing/pressure/staticPressure +++ b/etc/caseDicts/postProcessing/pressure/staticPressure @@ -1,24 +1,16 @@ /*--------------------------------*- 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 staticPressure; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // staticPressure { - rho 1.2; // Density to scale - #includeEtc "caseDicts/postProcessing/pressure/staticPressure.cfg" + + rho 1.2; // Density to scale } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/pressure/staticPressure.cfg b/etc/caseDicts/postProcessing/pressure/staticPressure.cfg index 6b7b5b1005..5283b1ee12 100644 --- a/etc/caseDicts/postProcessing/pressure/staticPressure.cfg +++ b/etc/caseDicts/postProcessing/pressure/staticPressure.cfg @@ -1,24 +1,16 @@ /*--------------------------------*- 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 staticPressure.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -#includeEtc "caseDicts/postProcessing/pressure/pressureTools.cfg" +#includeEtc "caseDicts/postProcessing/pressure/pressure.cfg" calcTotal no; calcCoeff no; -rhoName rhoInf; +rho rhoInf; rhoInf $rho; // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/pressure/totalPressureCompressible b/etc/caseDicts/postProcessing/pressure/totalPressureCompressible index 8712bb9387..b2a67de034 100644 --- a/etc/caseDicts/postProcessing/pressure/totalPressureCompressible +++ b/etc/caseDicts/postProcessing/pressure/totalPressureCompressible @@ -1,25 +1,17 @@ /*--------------------------------*- 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 totalPressureCompressible; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // totalPressure { - pRef 0.0; - #includeEtc - "caseDicts/postProcessing/pressure/totalPressureCompressible.cfg" + "caseDicts/postProcessing/pressure/totalPressureCompressible.cfg" + + pRef 0; } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/pressure/totalPressureCompressible.cfg b/etc/caseDicts/postProcessing/pressure/totalPressureCompressible.cfg index 0e083f2a25..6a86d3949f 100644 --- a/etc/caseDicts/postProcessing/pressure/totalPressureCompressible.cfg +++ b/etc/caseDicts/postProcessing/pressure/totalPressureCompressible.cfg @@ -1,23 +1,14 @@ /*--------------------------------*- 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 totalPressureCompressible.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -#includeEtc "caseDicts/postProcessing/pressure/pressureTools.cfg" +#includeEtc "caseDicts/postProcessing/pressure/pressure.cfg" calcTotal no; calcCoeff no; -rhoName rho; // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/pressure/totalPressureIncompressible b/etc/caseDicts/postProcessing/pressure/totalPressureIncompressible index 24a50c5637..b4daf26634 100644 --- a/etc/caseDicts/postProcessing/pressure/totalPressureIncompressible +++ b/etc/caseDicts/postProcessing/pressure/totalPressureIncompressible @@ -1,26 +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 totalPressureIncompressible; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // totalPressure { + #includeEtc + "caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg" + pRef 0.0; rho 1.2; - - #includeEtc - "caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg" } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg b/etc/caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg index d90f92a052..c5f2833ac5 100644 --- a/etc/caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg +++ b/etc/caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg @@ -1,24 +1,16 @@ /*--------------------------------*- 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 totalPressureIncompressible.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -#includeEtc "caseDicts/postProcessing/pressure/pressureTools.cfg" +#includeEtc "caseDicts/postProcessing/pressure/pressure.cfg" calcTotal yes; calcCoeff no; -rhoName rhoInf; +rho rhoInf; rhoInf $rho; // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/probes/boundaryCloud b/etc/caseDicts/postProcessing/probes/boundaryCloud index 1f79a97b88..72b0da5b76 100644 --- a/etc/caseDicts/postProcessing/probes/boundaryCloud +++ b/etc/caseDicts/postProcessing/probes/boundaryCloud @@ -1,22 +1,14 @@ /*--------------------------------*- 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 boundaryCloud; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // boundaryCloud { - fields ( p U ); + fields (p U); points ( diff --git a/etc/caseDicts/postProcessing/probes/boundaryCloud.cfg b/etc/caseDicts/postProcessing/probes/boundaryCloud.cfg index 5df71dc2c3..d90c94122b 100644 --- a/etc/caseDicts/postProcessing/probes/boundaryCloud.cfg +++ b/etc/caseDicts/postProcessing/probes/boundaryCloud.cfg @@ -1,18 +1,10 @@ /*--------------------------------*- 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 boundaryCloud.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #includeEtc "caseDicts/postProcessing/probes/cloud.cfg" diff --git a/etc/caseDicts/postProcessing/probes/cloud.cfg b/etc/caseDicts/postProcessing/probes/cloud.cfg index 6ce08876f2..28d3bc8c9d 100644 --- a/etc/caseDicts/postProcessing/probes/cloud.cfg +++ b/etc/caseDicts/postProcessing/probes/cloud.cfg @@ -1,23 +1,15 @@ /*--------------------------------*- 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 cloud.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type sets; -libs ("libsampling.so"); +libs ("libsampling.so"); -enabled true; -writeControl writeTime; +executeControl writeTime; +writeControl writeTime; // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/probes/internalCloud b/etc/caseDicts/postProcessing/probes/internalCloud index 8a914bbd57..e5ba0c2541 100644 --- a/etc/caseDicts/postProcessing/probes/internalCloud +++ b/etc/caseDicts/postProcessing/probes/internalCloud @@ -1,22 +1,14 @@ /*--------------------------------*- 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 internalCloud; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // internalCloud { - fields ( p U ); + fields (p U); points ( (0 0 0) diff --git a/etc/caseDicts/postProcessing/probes/internalCloud.cfg b/etc/caseDicts/postProcessing/probes/internalCloud.cfg index e0e60d206a..19bf54f898 100644 --- a/etc/caseDicts/postProcessing/probes/internalCloud.cfg +++ b/etc/caseDicts/postProcessing/probes/internalCloud.cfg @@ -1,18 +1,10 @@ /*--------------------------------*- 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 internalCloud.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #includeEtc "caseDicts/postProcessing/probes/cloud.cfg" diff --git a/etc/caseDicts/postProcessing/probes/probes b/etc/caseDicts/postProcessing/probes/probes index 774deb5d80..f5936b06b3 100644 --- a/etc/caseDicts/postProcessing/probes/probes +++ b/etc/caseDicts/postProcessing/probes/probes @@ -1,28 +1,20 @@ /*--------------------------------*- 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 probes; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // probes { - fields ( p U ); + #includeEtc "caseDicts/postProcessing/probes/probes.cfg" + + fields (p U); probeLocations ( (0 0 0) ); - - #includeEtc "caseDicts/postProcessing/probes/probes.cfg" } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/probes/probes.cfg b/etc/caseDicts/postProcessing/probes/probes.cfg index a3eb75d98a..e23f9c8388 100644 --- a/etc/caseDicts/postProcessing/probes/probes.cfg +++ b/etc/caseDicts/postProcessing/probes/probes.cfg @@ -1,24 +1,15 @@ /*--------------------------------*- 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 probes.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type probes; -libs ("libsampling.so"); +libs ("libsampling.so"); -enabled true; -writeControl timeStep; -writeInterval 1; +writeControl timeStep; +writeInterval 1; // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/scalarTransport/T b/etc/caseDicts/postProcessing/scalarTransport/T index 44fcc9ac00..67158af3a2 100644 --- a/etc/caseDicts/postProcessing/scalarTransport/T +++ b/etc/caseDicts/postProcessing/scalarTransport/T @@ -1,18 +1,10 @@ /*--------------------------------*- 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 volScalarField; - object T; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Tinlet 1; @@ -34,7 +26,6 @@ boundaryField } #includeEtc "caseDicts/setConstraintTypes" - } // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/scalarTransport/scalarTransport b/etc/caseDicts/postProcessing/scalarTransport/scalarTransport index 50d63e2cd4..c1204f7e73 100644 --- a/etc/caseDicts/postProcessing/scalarTransport/scalarTransport +++ b/etc/caseDicts/postProcessing/scalarTransport/scalarTransport @@ -1,18 +1,10 @@ /*--------------------------------*- 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 scalarTransport.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // T { diff --git a/etc/caseDicts/postProcessing/scalarTransport/scalarTransport.cfg b/etc/caseDicts/postProcessing/scalarTransport/scalarTransport.cfg index 7f21398303..f56519f3f9 100644 --- a/etc/caseDicts/postProcessing/scalarTransport/scalarTransport.cfg +++ b/etc/caseDicts/postProcessing/scalarTransport/scalarTransport.cfg @@ -1,24 +1,15 @@ /*--------------------------------*- 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 scalarTransport.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type scalarTransport; -libs ("libutilityFunctionObjects.so"); +libs ("libutilityFunctionObjects.so"); -enabled true; -writeControl timeStep; +writeControl timeStep; writeInterval 1; write true; diff --git a/etc/caseDicts/postProcessing/scalarTransport/scalarTransportDict b/etc/caseDicts/postProcessing/scalarTransport/scalarTransportDict index f33d51229d..32b4bf1403 100644 --- a/etc/caseDicts/postProcessing/scalarTransport/scalarTransportDict +++ b/etc/caseDicts/postProcessing/scalarTransport/scalarTransportDict @@ -1,18 +1,10 @@ /*--------------------------------*- 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 scalarTransportDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // controlDict settings startTime 0; diff --git a/etc/caseDicts/postProcessing/scalarTransport/scalarTransportDict.cfg b/etc/caseDicts/postProcessing/scalarTransport/scalarTransportDict.cfg index 010290ff68..5884488072 100644 --- a/etc/caseDicts/postProcessing/scalarTransport/scalarTransportDict.cfg +++ b/etc/caseDicts/postProcessing/scalarTransport/scalarTransportDict.cfg @@ -1,18 +1,10 @@ /*--------------------------------*- 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 scalarTransportDict.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // fvSchemes settings ddtSchemes diff --git a/etc/caseDicts/postProcessing/visualization/streamlines b/etc/caseDicts/postProcessing/visualization/streamlines index 64ac9ff3f4..c194eb7efe 100644 --- a/etc/caseDicts/postProcessing/visualization/streamlines +++ b/etc/caseDicts/postProcessing/visualization/streamlines @@ -1,25 +1,17 @@ /*--------------------------------*- 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 streamlines.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // streamlines { nLines 20; start (0 -4 1e-06); // Ensure that points do not coincide with end (0 4 1e-06); // mesh faces, but instead lie inside cells - fields ( U p ); + fields (U p); // Must be last entry #includeEtc "caseDicts/postProcessing/visualization/streamlines.cfg" diff --git a/etc/caseDicts/postProcessing/visualization/streamlines.cfg b/etc/caseDicts/postProcessing/visualization/streamlines.cfg index e02e8f01e2..891b4c6d0c 100644 --- a/etc/caseDicts/postProcessing/visualization/streamlines.cfg +++ b/etc/caseDicts/postProcessing/visualization/streamlines.cfg @@ -1,26 +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 streamlines.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type streamLine; -libs ( "libfieldFunctionObjects.so" ); +libs ("libfieldFunctionObjects.so"); -writeControl writeTime; +executeControl writeTime; +writeControl writeTime; setFormat vtk; -UName U; trackForward true; lifeTime 10000; diff --git a/etc/caseDicts/postProcessing/visualization/surfaces b/etc/caseDicts/postProcessing/visualization/surfaces index 45ce485057..3b820bd51e 100644 --- a/etc/caseDicts/postProcessing/visualization/surfaces +++ b/etc/caseDicts/postProcessing/visualization/surfaces @@ -1,24 +1,16 @@ /*--------------------------------*- 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 surfaces.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // surfaces { #includeEtc "caseDicts/postProcessing/visualization/surfaces.cfg" - fields ( p U ); + fields (p U); surfaces ( @@ -56,7 +48,7 @@ surfaces CAD { $patchSurface; - patches ( CAD ); + patches (CAD); } ); } diff --git a/etc/caseDicts/postProcessing/visualization/surfaces.cfg b/etc/caseDicts/postProcessing/visualization/surfaces.cfg index 919d7b4f98..573885089d 100644 --- a/etc/caseDicts/postProcessing/visualization/surfaces.cfg +++ b/etc/caseDicts/postProcessing/visualization/surfaces.cfg @@ -1,24 +1,15 @@ /*--------------------------------*- 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 surfaces.cfg; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type surfaces; -libs ("libsampling.so"); +libs ("libsampling.so"); -enabled true; -writeControl writeTime; +writeControl writeTime; surfaceFormat vtk; interpolationScheme cellPoint;