etc/caseDicts/postProcessing: Updated now that #includeFunc handles function arguments
This commit is contained in:
parent
6000ea217f
commit
723b92ddc1
@ -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 ...
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc faceSource.cfg
|
||||
#includeEtc "caseDicts/postProcessing/faceSource/faceSource.cfg"
|
||||
|
||||
source faceZone;
|
||||
|
||||
|
@ -12,7 +12,7 @@ patchAverage
|
||||
fields (p);
|
||||
|
||||
operation average;
|
||||
#includeFunc patchSource.cfg;
|
||||
#includeEtc "caseDicts/postProcessing/faceSource/patchSource.cfg;"
|
||||
}
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc faceSource.cfg
|
||||
#includeEtc "caseDicts/postProcessing/faceSource/faceSource.cfg"
|
||||
|
||||
source patch;
|
||||
sourceName $patch;
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc faceSource.cfg
|
||||
#includeEtc "caseDicts/postProcessing/faceSource/faceSource.cfg"
|
||||
|
||||
source sampledSurface;
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
randomise
|
||||
{
|
||||
#includeFunc "randomise.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/fields/randomise.cfg"
|
||||
|
||||
field <fieldName>;
|
||||
|
||||
|
@ -14,7 +14,7 @@ flowRatePatch
|
||||
{
|
||||
patch <patchName>;
|
||||
|
||||
#includeFunc flowRatePatch.cfg
|
||||
#includeEtc "caseDicts/postProcessing/flowRate/flowRatePatch.cfg"
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc patchSource.cfg
|
||||
#includeEtc "caseDicts/postProcessing/flowRate/patchSource.cfg"
|
||||
|
||||
fields (phi);
|
||||
operation sum;
|
||||
|
@ -14,7 +14,7 @@ volFlowRateSurface
|
||||
{
|
||||
triSurface <triSurfaceFile>;
|
||||
|
||||
#includeFunc volFlowRateSurface.cfg
|
||||
#includeEtc "caseDicts/postProcessing/flowRate/volFlowRateSurface.cfg"
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc surfaceSource.cfg
|
||||
#includeEtc "caseDicts/postProcessing/flowRate/surfaceSource.cfg"
|
||||
|
||||
fields (U);
|
||||
operation areaNormalIntegrate;
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc forces.cfg
|
||||
#includeEtc "caseDicts/postProcessing/forces/forces.cfg"
|
||||
|
||||
type forceCoeffs;
|
||||
rhoInf 1; // Redundant for incompressible
|
||||
|
@ -21,7 +21,7 @@ forceCoeffs
|
||||
CofR (0 0 0);
|
||||
pitchAxis (0 1 0);
|
||||
|
||||
#includeFunc forceCoeffsCompressible.cfg
|
||||
#includeEtc "caseDicts/postProcessing/forces/forceCoeffsCompressible.cfg"
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -6,6 +6,6 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc forceCoeffs.cfg
|
||||
#includeEtc "caseDicts/postProcessing/forces/forceCoeffs.cfg"
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -20,7 +20,7 @@ forceCoeffs
|
||||
CofR (0 0 0);
|
||||
pitchAxis (0 1 0);
|
||||
|
||||
#includeFunc forceCoeffs.cfg
|
||||
#includeEtc "caseDicts/postProcessing/forces/forceCoeffs.cfg"
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -13,7 +13,7 @@ forces
|
||||
CofR (0 0 0);
|
||||
pitchAxis (0 1 0);
|
||||
|
||||
#includeFunc forcesCompressible.cfg
|
||||
#includeEtc "caseDicts/postProcessing/forces/forcesCompressible.cfg"
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc forces.cfg
|
||||
#includeEtc "caseDicts/postProcessing/forces/forces.cfg"
|
||||
|
||||
rhoInf 1; // Redundant
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
forces
|
||||
{
|
||||
#includeFunc forces.cfg
|
||||
#includeEtc "caseDicts/postProcessing/forces/forces.cfg"
|
||||
|
||||
rhoInf 1.225; // Fluid density
|
||||
patches (patch1 patch2);
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc sampleDict.cfg
|
||||
#includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg"
|
||||
|
||||
sets
|
||||
(
|
||||
|
@ -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"
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
cellMax
|
||||
{
|
||||
#includeFunc cellMinMax.cfg
|
||||
#includeEtc "caseDicts/postProcessing/minMax/cellMinMax.cfg"
|
||||
|
||||
fields (U p);
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
cellMin
|
||||
{
|
||||
#includeFunc cellMin.cfg
|
||||
#includeEtc "caseDicts/postProcessing/minMax/cellMin.cfg"
|
||||
|
||||
fields (U p);
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc cellMinMax.cfg
|
||||
#includeEtc "caseDicts/postProcessing/minMax/cellMinMax.cfg"
|
||||
operation min;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
faceMax
|
||||
{
|
||||
#includeFunc faceMinMax.cfg
|
||||
#includeEtc "caseDicts/postProcessing/minMax/faceMinMax.cfg"
|
||||
|
||||
fields (U p);
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
faceMin
|
||||
{
|
||||
#includeFunc faceMin.cfg
|
||||
#includeEtc "caseDicts/postProcessing/minMax/faceMin.cfg"
|
||||
|
||||
fields (U p);
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc faceMinMax.cfg
|
||||
#includeEtc "caseDicts/postProcessing/minMax/faceMinMax.cfg"
|
||||
operation min;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
minMaxComponents
|
||||
{
|
||||
#includeFunc minMaxComponents.cfg
|
||||
#includeEtc "caseDicts/postProcessing/minMax/minMaxComponents.cfg"
|
||||
|
||||
mode components;
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc fieldMinMax.cfg
|
||||
#includeEtc "caseDicts/postProcessing/minMax/fieldMinMax.cfg"
|
||||
mode components;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
minMaxMagnitude
|
||||
{
|
||||
#includeFunc fieldMinMax.cfg
|
||||
#includeEtc "caseDicts/postProcessing/minMax/fieldMinMax.cfg"
|
||||
|
||||
fields (U p);
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
residuals
|
||||
{
|
||||
#includeFunc residuals.cfg
|
||||
#includeEtc "caseDicts/postProcessing/numerical/residuals.cfg"
|
||||
|
||||
fields (p U);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ pressureDifferencePatch
|
||||
patch1 <patch1>;
|
||||
patch2 <patch2>;
|
||||
|
||||
#includeFunc pressureDifferencePatch.cfg
|
||||
#includeEtc "caseDicts/postProcessing/pressure/pressureDifferencePatch.cfg"
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc pressureDifference.cfg
|
||||
#includeEtc "caseDicts/postProcessing/pressure/pressureDifference.cfg"
|
||||
|
||||
source1
|
||||
{
|
||||
|
@ -11,7 +11,7 @@ pressureDifferenceSurface
|
||||
triSurface1 <triSurface1>;
|
||||
triSurface2 <triSurface2>;
|
||||
|
||||
#includeFunc pressureDifferenceSurface.cfg
|
||||
#includeEtc "caseDicts/postProcessing/pressure/pressureDifferenceSurface.cfg"
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc pressureDifference.cfg
|
||||
#includeEtc "caseDicts/postProcessing/pressure/pressureDifference.cfg"
|
||||
|
||||
source1
|
||||
{
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
staticPressure
|
||||
{
|
||||
#includeFunc staticPressure.cfg
|
||||
#includeEtc "caseDicts/postProcessing/pressure/staticPressure.cfg"
|
||||
|
||||
rhoInf 1.2; // Density to scale
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc pressure.cfg
|
||||
#includeEtc "caseDicts/postProcessing/pressure/pressure.cfg"
|
||||
|
||||
calcTotal no;
|
||||
calcCoeff no;
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
totalPressure
|
||||
{
|
||||
#includeFunc totalPressureCompressible.cfg
|
||||
#includeEtc "caseDicts/postProcessing/pressure/totalPressureCompressible.cfg"
|
||||
|
||||
pRef 0;
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc pressure.cfg
|
||||
#includeEtc "caseDicts/postProcessing/pressure/pressure.cfg"
|
||||
|
||||
calcTotal no;
|
||||
calcCoeff no;
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
totalPressure
|
||||
{
|
||||
#includeFunc totalPressureIncompressible.cfg
|
||||
#includeEtc "caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg"
|
||||
|
||||
pRef 0.0;
|
||||
rhoInf 1.2;
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc pressure.cfg
|
||||
#includeEtc "caseDicts/postProcessing/pressure/pressure.cfg"
|
||||
|
||||
calcTotal yes;
|
||||
calcCoeff no;
|
||||
|
@ -19,7 +19,7 @@ boundaryCloud
|
||||
|
||||
patches (".*");
|
||||
|
||||
#includeFunc boundaryCloud.cfg
|
||||
#includeEtc "caseDicts/postProcessing/probes/boundaryCloud.cfg"
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc cloud.cfg
|
||||
#includeEtc "caseDicts/postProcessing/probes/cloud.cfg"
|
||||
|
||||
sets
|
||||
(
|
||||
|
@ -14,7 +14,7 @@ internalCloud
|
||||
(0 0 0)
|
||||
);
|
||||
|
||||
#includeFunc internalCloud.cfg
|
||||
#includeEtc "caseDicts/postProcessing/probes/internalCloud.cfg"
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeFunc cloud.cfg
|
||||
#includeEtc "caseDicts/postProcessing/probes/cloud.cfg"
|
||||
|
||||
sets
|
||||
(
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
probes
|
||||
{
|
||||
#includeFunc probes.cfg
|
||||
#includeEtc "caseDicts/postProcessing/probes/probes.cfg"
|
||||
|
||||
fields (p U);
|
||||
probeLocations
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
T
|
||||
{
|
||||
#includeFunc scalarTransport.cfg
|
||||
#includeEtc "caseDicts/postProcessing/scalarTransport/scalarTransport.cfg"
|
||||
|
||||
userDT true;
|
||||
DT 1e-09;
|
||||
|
@ -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"
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -14,7 +14,7 @@ streamlines
|
||||
fields (U p);
|
||||
|
||||
// Must be last entry
|
||||
#includeFunc streamlines.cfg
|
||||
#includeEtc "caseDicts/postProcessing/visualization/streamlines.cfg"
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
surfaces
|
||||
{
|
||||
#includeFunc surfaces.cfg
|
||||
#includeEtc "caseDicts/postProcessing/visualization/surfaces.cfg"
|
||||
|
||||
fields (p U);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user