more fixing... removed epsilon - this utility needs a serious re-write

This commit is contained in:
andy
2008-07-18 11:41:21 +01:00
parent a02890a972
commit 3c07d20652
2 changed files with 3 additions and 4 deletions

View File

@ -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);

View File

@ -46,6 +46,7 @@
mesh
);
/*
volScalarField epsilonMean
(
IOobject
@ -58,7 +59,6 @@
mesh
);
/*
volScalarField nuMean
(
IOobject