Go to the source code of this file.
Functions | |
| fileName | path (UMean.rootPath()/UMean.caseName()/"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()/"graphs"/UMean.instance( | ) |
References UMean().
Referenced by dictionaryValue::apply(), fileRegEx::apply(), boundaryDataSurfaceReader::boundaryDataSurfaceReader(), processorPolyPatch::calcGeometry(), Time::caseName(), dictionary::cfindScopedDict(), argList::checkRootCase(), cyclicPolyPatch::coupledEdges(), cyclicPolyPatch::coupledPoints(), Foam::cwd_P(), fileOperation::detectProcessorPath(), distributedTriSurfaceMesh::distribute(), DSMCCloud< ParcelType >::dumpParticlePositions(), ensightFile::ensightFile(), ensightFile::ensightFile(), ensightGeoFile::ensightGeoFile(), ensightGeoFile::ensightGeoFile(), ensightSurfaceReader::ensightSurfaceReader(), fileOperation::filePath(), uncollatedFileOperation::filePathInfo(), TimePaths::findClosestTime(), TimePaths::findClosestTime(), TimePaths::findInstancePath(), TimePaths::findInstancePath(), processorPolyPatch::initOrder(), TDACChemistryModel< ReactionThermo, ThermoType >::logFile(), fileOperation::lookupAndCacheProcessorsPath(), Foam::makeGraph(), Foam::makeGraph(), makeGraph(), makeGraph(), makeGraph(), makeGraph(), makeGraph(), makeGraph(), makeGraph(), dictionary::makeScopedDict(), mkDir(), writeFile::newFile(), IOobject::objectPath(), IOobject::objectPath(), ensightFile::operator=(), ensightGeoFile::operator=(), cyclicPolyPatch::order(), oldCyclicPolyPatch::order(), processorPolyPatch::order(), functionObjectList::readFunctionObject(), fileOperation::readObjects(), Foam::rmDir(), Foam::search(), Time::setControls(), fileOperation::splitProcessorPath(), mappedPatchBase::subRegistry(), masterUncollatedFileOperation::sync(), TimePaths::times(), TimePaths::times(), wallBoundedParticle::trackToEdge(), uniformInterpolatedDisplacementPointPatchVectorField::updateCoeffs(), graph::write(), csvWriter::writeBuffered(), gnuplotWriter::writeBuffered(), rawWriter::writeBuffered(), Foam::writeCellGraph(), caseInfo::writeFileDicts(), collatedFileOperation::writeObject(), Cloud< ParticleType >::writePositions(), abaqusWriter::writeTemplate(), abaqusWriter::writeTemplate(), csvWriter::writeTemplate(), gltfWriter::writeTemplate(), gnuplotWriter::writeTemplate(), nastranWriter::writeTemplate(), nastranWriter::writeTemplate(), rawWriter::writeTemplate(), xmgraceWriter::writeTemplate(), gltfWriter::writeTemplate_animate(), and regIOobject::~regIOobject().

| scalarField UMeanXvalues | ( | channelIndexing. | collapseUMean.component(vector::X)() | ) |
References UMean().
Referenced by makeGraph().


| scalarField UMeanYvalues | ( | channelIndexing. | collapseUMean.component(vector::Y)() | ) |
| scalarField UMeanZvalues | ( | channelIndexing. | collapseUMean.component(vector::Z)() | ) |
| scalarField RxxValues | ( | channelIndexing. | collapseRxx | ) |
References Rxx().
Referenced by urmsValues().


| scalarField RyyValues | ( | channelIndexing. | collapseRyy | ) |
References Ryy().
Referenced by vrmsValues().


| scalarField RzzValues | ( | channelIndexing. | collapseRzz | ) |
References Rzz().
Referenced by wrmsValues().


| scalarField RxyValues | ( | channelIndexing. | collapseRxy, true | ) |
References Rxy().
Referenced by makeGraph().


| scalarField pPrime2MeanValues | ( | channelIndexing. | collapsepPrime2Mean | ) |
References pPrime2Mean().
Referenced by makeGraph().


| scalarField urmsValues | ( | sqrt(mag(RxxValues)) | ) |
References RxxValues().
Referenced by kValues(), and makeGraph().


| scalarField vrmsValues | ( | sqrt(mag(RyyValues)) | ) |
References RyyValues().
Referenced by kValues(), and makeGraph().


| scalarField wrmsValues | ( | sqrt(mag(RzzValues)) | ) |
References RzzValues().
Referenced by kValues(), and makeGraph().


| scalarField kValues | ( | 0.5 * | sqr(urmsValues)+sqr(vrmsValues)+sqr(wrmsValues) | ) |
References urmsValues(), vrmsValues(), and wrmsValues().
Referenced by makeGraph().


| makeGraph | ( | y | , |
| UMeanXvalues | , | ||
| "Uf" | , | ||
| path | , | ||
| gFormat | ) |
References gFormat, path(), UMeanXvalues(), and y.
Referenced by Foam::makeGraph(), and Foam::makeGraph().


| 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 46 of file collapse.H.