From 3c07d20652c8347d38b5137c57f75d68d8124eeb Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 18 Jul 2008 11:41:21 +0100 Subject: [PATCH] more fixing... removed epsilon - this utility needs a serious re-write --- .../postProcessing/miscellaneous/postChannel/collapse.H | 5 ++--- .../postProcessing/miscellaneous/postChannel/readFields.H | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/applications/utilities/postProcessing/miscellaneous/postChannel/collapse.H b/applications/utilities/postProcessing/miscellaneous/postChannel/collapse.H index f8af0f3201..ec047e5862 100644 --- a/applications/utilities/postProcessing/miscellaneous/postChannel/collapse.H +++ b/applications/utilities/postProcessing/miscellaneous/postChannel/collapse.H @@ -20,9 +20,9 @@ scalarField pPrime2MeanValues = channelIndexing.collapse(pPrime2Mean); + /* scalarField epsilonValues = channelIndexing.collapse(epsilonMean); - /* scalarField nuMeanValues = channelIndexing.collapse(nuMean); scalarField nuPrimeValues = channelIndexing.collapse(nuPrime); @@ -49,9 +49,8 @@ makeGraph(y, pPrime2MeanValues, "pPrime2Mean", UMean.path(), gFormat); - makeGraph(y, epsilonValues, "epsilon", UMean.path(), gFormat); - /* + makeGraph(y, epsilonValues, "epsilon", UMean.path(), gFormat); makeGraph(y, nuMeanValues, "nu", UMean.path(), gFormat); makeGraph(y, nuPrimeValues, "nuPrime", UMean.path(), gFormat); makeGraph(y, gammaDotMeanValues, "gammaDot", UMean.path(), gFormat); diff --git a/applications/utilities/postProcessing/miscellaneous/postChannel/readFields.H b/applications/utilities/postProcessing/miscellaneous/postChannel/readFields.H index 45c16675ef..d281b63351 100644 --- a/applications/utilities/postProcessing/miscellaneous/postChannel/readFields.H +++ b/applications/utilities/postProcessing/miscellaneous/postChannel/readFields.H @@ -46,6 +46,7 @@ mesh ); + /* volScalarField epsilonMean ( IOobject @@ -58,7 +59,6 @@ mesh ); - /* volScalarField nuMean ( IOobject