etc/caseDicts/postProcessing: Updated now that #includeFunc handles function arguments

This commit is contained in:
Henry Weller 2016-06-01 21:52:07 +01:00
parent 6000ea217f
commit 723b92ddc1
49 changed files with 51 additions and 51 deletions

View File

@ -32,7 +32,7 @@ Solution:
sub-dictionary in the case controlDict file, e.g.
functions
{
#includeFunc flowRatePatch
#includeEtc "caseDicts/postProcessing/flowRate/flowRatePatch"
... other function objects here ...
}

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc faceSource.cfg
#includeEtc "caseDicts/postProcessing/faceSource/faceSource.cfg"
source faceZone;

View File

@ -12,7 +12,7 @@ patchAverage
fields (p);
operation average;
#includeFunc patchSource.cfg;
#includeEtc "caseDicts/postProcessing/faceSource/patchSource.cfg;"
}

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc faceSource.cfg
#includeEtc "caseDicts/postProcessing/faceSource/faceSource.cfg"
source patch;
sourceName $patch;

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc faceSource.cfg
#includeEtc "caseDicts/postProcessing/faceSource/faceSource.cfg"
source sampledSurface;

View File

@ -8,7 +8,7 @@
randomise
{
#includeFunc "randomise.cfg"
#includeEtc "caseDicts/postProcessing/fields/randomise.cfg"
field <fieldName>;

View File

@ -14,7 +14,7 @@ flowRatePatch
{
patch <patchName>;
#includeFunc flowRatePatch.cfg
#includeEtc "caseDicts/postProcessing/flowRate/flowRatePatch.cfg"
}
// ************************************************************************* //

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc patchSource.cfg
#includeEtc "caseDicts/postProcessing/flowRate/patchSource.cfg"
fields (phi);
operation sum;

View File

@ -14,7 +14,7 @@ volFlowRateSurface
{
triSurface <triSurfaceFile>;
#includeFunc volFlowRateSurface.cfg
#includeEtc "caseDicts/postProcessing/flowRate/volFlowRateSurface.cfg"
}
// ************************************************************************* //

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc surfaceSource.cfg
#includeEtc "caseDicts/postProcessing/flowRate/surfaceSource.cfg"
fields (U);
operation areaNormalIntegrate;

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc forces.cfg
#includeEtc "caseDicts/postProcessing/forces/forces.cfg"
type forceCoeffs;
rhoInf 1; // Redundant for incompressible

View File

@ -21,7 +21,7 @@ forceCoeffs
CofR (0 0 0);
pitchAxis (0 1 0);
#includeFunc forceCoeffsCompressible.cfg
#includeEtc "caseDicts/postProcessing/forces/forceCoeffsCompressible.cfg"
}
// ************************************************************************* //

View File

@ -6,6 +6,6 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc forceCoeffs.cfg
#includeEtc "caseDicts/postProcessing/forces/forceCoeffs.cfg"
// ************************************************************************* //

View File

@ -20,7 +20,7 @@ forceCoeffs
CofR (0 0 0);
pitchAxis (0 1 0);
#includeFunc forceCoeffs.cfg
#includeEtc "caseDicts/postProcessing/forces/forceCoeffs.cfg"
}
// ************************************************************************* //

View File

@ -13,7 +13,7 @@ forces
CofR (0 0 0);
pitchAxis (0 1 0);
#includeFunc forcesCompressible.cfg
#includeEtc "caseDicts/postProcessing/forces/forcesCompressible.cfg"
}
// ************************************************************************* //

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc forces.cfg
#includeEtc "caseDicts/postProcessing/forces/forces.cfg"
rhoInf 1; // Redundant

View File

@ -8,7 +8,7 @@
forces
{
#includeFunc forces.cfg
#includeEtc "caseDicts/postProcessing/forces/forces.cfg"
rhoInf 1.225; // Fluid density
patches (patch1 patch2);

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc sampleDict.cfg
#includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg"
sets
(

View File

@ -12,10 +12,10 @@ graph
end (1 1e-06 0);
fields (U p);
#includeFunc sampleDict.cfg
#includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg"
// Must be last entry
#includeFunc graph.cfg
#includeEtc "caseDicts/postProcessing/graphs/graph.cfg"
}
// ************************************************************************* //

View File

@ -8,7 +8,7 @@
cellMax
{
#includeFunc cellMinMax.cfg
#includeEtc "caseDicts/postProcessing/minMax/cellMinMax.cfg"
fields (U p);
}

View File

@ -8,7 +8,7 @@
cellMin
{
#includeFunc cellMin.cfg
#includeEtc "caseDicts/postProcessing/minMax/cellMin.cfg"
fields (U p);
}

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc cellMinMax.cfg
#includeEtc "caseDicts/postProcessing/minMax/cellMinMax.cfg"
operation min;
// ************************************************************************* //

View File

@ -8,7 +8,7 @@
faceMax
{
#includeFunc faceMinMax.cfg
#includeEtc "caseDicts/postProcessing/minMax/faceMinMax.cfg"
fields (U p);
}

View File

@ -8,7 +8,7 @@
faceMin
{
#includeFunc faceMin.cfg
#includeEtc "caseDicts/postProcessing/minMax/faceMin.cfg"
fields (U p);
}

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc faceMinMax.cfg
#includeEtc "caseDicts/postProcessing/minMax/faceMinMax.cfg"
operation min;
// ************************************************************************* //

View File

@ -8,7 +8,7 @@
minMaxComponents
{
#includeFunc minMaxComponents.cfg
#includeEtc "caseDicts/postProcessing/minMax/minMaxComponents.cfg"
mode components;
}

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc fieldMinMax.cfg
#includeEtc "caseDicts/postProcessing/minMax/fieldMinMax.cfg"
mode components;
// ************************************************************************* //

View File

@ -8,7 +8,7 @@
minMaxMagnitude
{
#includeFunc fieldMinMax.cfg
#includeEtc "caseDicts/postProcessing/minMax/fieldMinMax.cfg"
fields (U p);
}

View File

@ -8,7 +8,7 @@
residuals
{
#includeFunc residuals.cfg
#includeEtc "caseDicts/postProcessing/numerical/residuals.cfg"
fields (p U);
}

View File

@ -17,13 +17,13 @@ log false;
source1
{
#includeFunc faceSource.cfg
#includeEtc "caseDicts/postProcessing/pressure/faceSource.cfg"
operation areaAverage;
fields (p);
}
source2
{
#includeFunc faceSource.cfg
#includeEtc "caseDicts/postProcessing/pressure/faceSource.cfg"
operation areaAverage;
fields (p);
}

View File

@ -11,7 +11,7 @@ pressureDifferencePatch
patch1 <patch1>;
patch2 <patch2>;
#includeFunc pressureDifferencePatch.cfg
#includeEtc "caseDicts/postProcessing/pressure/pressureDifferencePatch.cfg"
}
// ************************************************************************* //

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc pressureDifference.cfg
#includeEtc "caseDicts/postProcessing/pressure/pressureDifference.cfg"
source1
{

View File

@ -11,7 +11,7 @@ pressureDifferenceSurface
triSurface1 <triSurface1>;
triSurface2 <triSurface2>;
#includeFunc pressureDifferenceSurface.cfg
#includeEtc "caseDicts/postProcessing/pressure/pressureDifferenceSurface.cfg"
}
// ************************************************************************* //

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc pressureDifference.cfg
#includeEtc "caseDicts/postProcessing/pressure/pressureDifference.cfg"
source1
{

View File

@ -8,7 +8,7 @@
staticPressure
{
#includeFunc staticPressure.cfg
#includeEtc "caseDicts/postProcessing/pressure/staticPressure.cfg"
rhoInf 1.2; // Density to scale
}

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc pressure.cfg
#includeEtc "caseDicts/postProcessing/pressure/pressure.cfg"
calcTotal no;
calcCoeff no;

View File

@ -8,7 +8,7 @@
totalPressure
{
#includeFunc totalPressureCompressible.cfg
#includeEtc "caseDicts/postProcessing/pressure/totalPressureCompressible.cfg"
pRef 0;
}

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc pressure.cfg
#includeEtc "caseDicts/postProcessing/pressure/pressure.cfg"
calcTotal no;
calcCoeff no;

View File

@ -8,7 +8,7 @@
totalPressure
{
#includeFunc totalPressureIncompressible.cfg
#includeEtc "caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg"
pRef 0.0;
rhoInf 1.2;

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc pressure.cfg
#includeEtc "caseDicts/postProcessing/pressure/pressure.cfg"
calcTotal yes;
calcCoeff no;

View File

@ -19,7 +19,7 @@ boundaryCloud
patches (".*");
#includeFunc boundaryCloud.cfg
#includeEtc "caseDicts/postProcessing/probes/boundaryCloud.cfg"
}
// ************************************************************************* //

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc cloud.cfg
#includeEtc "caseDicts/postProcessing/probes/cloud.cfg"
sets
(

View File

@ -14,7 +14,7 @@ internalCloud
(0 0 0)
);
#includeFunc internalCloud.cfg
#includeEtc "caseDicts/postProcessing/probes/internalCloud.cfg"
}
// ************************************************************************* //

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeFunc cloud.cfg
#includeEtc "caseDicts/postProcessing/probes/cloud.cfg"
sets
(

View File

@ -8,7 +8,7 @@
probes
{
#includeFunc probes.cfg
#includeEtc "caseDicts/postProcessing/probes/probes.cfg"
fields (p U);
probeLocations

View File

@ -8,7 +8,7 @@
T
{
#includeFunc scalarTransport.cfg
#includeEtc "caseDicts/postProcessing/scalarTransport/scalarTransport.cfg"
userDT true;
DT 1e-09;

View File

@ -20,6 +20,6 @@ writeInterval 1e-2;
// transportProperties settings
DT DT [ 0 2 -1 0 0 0 0 ] 1e-9;
#includeFunc scalarTransportDict.cfg
#includeEtc "caseDicts/postProcessing/scalarTransport/scalarTransportDict.cfg"
// ************************************************************************* //

View File

@ -14,7 +14,7 @@ streamlines
fields (U p);
// Must be last entry
#includeFunc streamlines.cfg
#includeEtc "caseDicts/postProcessing/visualization/streamlines.cfg"
}
// ************************************************************************* //

View File

@ -8,7 +8,7 @@
surfaces
{
#includeFunc surfaces.cfg
#includeEtc "caseDicts/postProcessing/visualization/surfaces.cfg"
fields (p U);