Go to the source code of this file.
Functions | |
fileName | path (UMean.rootPath()/UMean.caseName()/functionObjects::writeFile::outputPrefix/"graphs"/UMean.instance()) |
mkDir (path) | |
scalarField | UMeanXvalues (channelIndexing.collapse(UMean.component(vector::X)())) |
scalarField | UMeanYvalues (channelIndexing.collapse(UMean.component(vector::Y)())) |
scalarField | UMeanZvalues (channelIndexing.collapse(UMean.component(vector::Z)())) |
scalarField | RxxValues (channelIndexing.collapse(Rxx)) |
scalarField | RyyValues (channelIndexing.collapse(Ryy)) |
scalarField | RzzValues (channelIndexing.collapse(Rzz)) |
scalarField | RxyValues (channelIndexing.collapse(Rxy, true)) |
scalarField | pPrime2MeanValues (channelIndexing.collapse(pPrime2Mean)) |
scalarField | urmsValues (sqrt(mag(RxxValues))) |
scalarField | vrmsValues (sqrt(mag(RyyValues))) |
scalarField | wrmsValues (sqrt(mag(RzzValues))) |
scalarField | kValues (0.5 *(sqr(urmsValues)+sqr(vrmsValues)+sqr(wrmsValues))) |
makeGraph (y, UMeanXvalues, "Uf", path, gFormat) | |
makeGraph (y, urmsValues, "u", path, gFormat) | |
makeGraph (y, vrmsValues, "v", path, gFormat) | |
makeGraph (y, wrmsValues, "w", path, gFormat) | |
makeGraph (y, RxyValues, "uv", path, gFormat) | |
makeGraph (y, kValues, "k", path, gFormat) | |
makeGraph (y, pPrime2MeanValues, "pPrime2Mean", path, gFormat) | |
Variables | |
const scalarField & | y = channelIndexing.y() |
fileName path | ( | UMean. | rootPath)/UMean.caseName()/functionObjects::writeFile::outputPrefix/"graphs"/UMean.instance( | ) |
Referenced by collatedFileOperation::appendObject(), processorPolyPatch::calcGeometry(), cyclicPolyPatch::calcTransforms(), cyclicPolyPatch::coupledEdges(), cyclicPolyPatch::coupledPoints(), Foam::cwd(), fileOperation::detectProcessorPath(), DSMCCloud< ParcelType >::dumpParticlePositions(), dynamicMeshPointInterpolator::dynamicMeshPointInterpolator(), IOobject::fileNameComponents(), fileOperation::filePath(), Time::findClosestTime(), Time::findInstancePath(), includeEntry::includeFileName(), processorPolyPatch::initOrder(), TDACChemistryModel< CompType, ThermoType >::logFile(), fileOperation::lookupProcessorsPath(), Foam::makeGraph(), NamedEnum< directionType, 3 >::names(), fileOperation::nProcs(), oldCyclicPolyPatch::order(), processorPolyPatch::order(), cyclicPolyPatch::order(), functionObjectList::readFunctionObject(), fileOperation::readObjects(), uncollatedFileOperation::readStream(), masterUncollatedFileOperation::readStream(), Foam::rmDir(), Foam::search(), Time::setControls(), fileOperation::setTime(), Time::times(), Foam::writeCellGraph(), collatedFileOperation::writeObject(), Cloud< streamLineParticle >::writePositions(), medialAxisMeshMover::~medialAxisMeshMover(), and graph::writer::~writer().
mkDir | ( | path | ) |
scalarField UMeanXvalues | ( | channelIndexing. | collapseUMean.component(vector::X)() | ) |
scalarField UMeanYvalues | ( | channelIndexing. | collapseUMean.component(vector::Y)() | ) |
scalarField UMeanZvalues | ( | channelIndexing. | collapseUMean.component(vector::Z)() | ) |
scalarField RxxValues | ( | channelIndexing. | collapseRxx | ) |
scalarField RyyValues | ( | channelIndexing. | collapseRyy | ) |
scalarField RzzValues | ( | channelIndexing. | collapseRzz | ) |
scalarField RxyValues | ( | channelIndexing. | collapseRxy, true | ) |
scalarField pPrime2MeanValues | ( | channelIndexing. | collapsepPrime2Mean | ) |
scalarField urmsValues | ( | sqrt(mag(RxxValues)) | ) |
scalarField vrmsValues | ( | sqrt(mag(RyyValues)) | ) |
scalarField wrmsValues | ( | sqrt(mag(RzzValues)) | ) |
scalarField kValues | ( | 0.5 * | sqr(urmsValues)+sqr(vrmsValues)+sqr(wrmsValues) | ) |
makeGraph | ( | y | , |
UMeanXvalues | , | ||
"Uf" | , | ||
path | , | ||
gFormat | |||
) |
makeGraph | ( | y | , |
urmsValues | , | ||
"u" | , | ||
path | , | ||
gFormat | |||
) |
makeGraph | ( | y | , |
vrmsValues | , | ||
"v" | , | ||
path | , | ||
gFormat | |||
) |
makeGraph | ( | y | , |
wrmsValues | , | ||
"w" | , | ||
path | , | ||
gFormat | |||
) |
makeGraph | ( | y | , |
pPrime2MeanValues | , | ||
"pPrime2Mean" | , | ||
path | , | ||
gFormat | |||
) |
const scalarField& y = channelIndexing.y() |
Definition at line 53 of file collapse.H.