mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
more fixing... removed epsilon - this utility needs a serious re-write
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user