Skip to content
Snippets Groups Projects
Commit 3c07d206 authored by Andrew Heather's avatar Andrew Heather
Browse files

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

parent a02890a9
Branches
Tags
No related merge requests found
......@@ -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);
......
......@@ -46,6 +46,7 @@
mesh
);
/*
volScalarField epsilonMean
(
IOobject
......@@ -58,7 +59,6 @@
mesh
);
/*
volScalarField nuMean
(
IOobject
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment