Loading...
Searching...
No Matches
makeGraphs.H File Reference

Go to the source code of this file.

Functions

volSymmTensorField R (IOobject("R", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), turbulence->R())
runTime write ()
 makeGraph (y, flowDirection &U, "Uf", gFormat)
 makeGraph (y, turbulence->nu(), gFormat)
 makeGraph (y, flowDirection &R &flowDirection, "Rff", gFormat)
 makeGraph (y, wallNormal &R &wallNormal, "Rww", gFormat)
 makeGraph (y, flowDirection &R &wallNormal, "Rfw", gFormat)
 makeGraph (y, sqrt(mag(R.component(symmTensor::XX))), "u", gFormat)
 makeGraph (y, sqrt(mag(R.component(symmTensor::YY))), "v", gFormat)
 makeGraph (y, sqrt(mag(R.component(symmTensor::ZZ))), "w", gFormat)
 makeGraph (y, R.component(symmTensor::XY), "uv", gFormat)
 makeGraph (y, mag(fvc::grad(U)), "gammaDot", gFormat)

Variables

const word & gFormat = runTime.graphFormat()

Function Documentation

◆ R()

volSymmTensorField R ( IOobject("R", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE) ,
turbulence-> R() )

References mesh, runTime, and turbulence.

◆ write()

runTime write ( )

References runTime.

◆ makeGraph() [1/10]

makeGraph ( y ,
flowDirection & U,
"Uf" ,
gFormat  )

References flowDirection, gFormat, U, and y.

◆ makeGraph() [2/10]

makeGraph ( y ,
turbulence-> nu(),
gFormat  )

References gFormat, turbulence, and y.

◆ makeGraph() [3/10]

makeGraph ( y ,
flowDirection &R & flowDirection,
"Rff" ,
gFormat  )

References flowDirection, gFormat, R, and y.

◆ makeGraph() [4/10]

makeGraph ( y ,
wallNormal &R & wallNormal,
"Rww" ,
gFormat  )

References gFormat, R, wallNormal, and y.

◆ makeGraph() [5/10]

makeGraph ( y ,
flowDirection &R & wallNormal,
"Rfw" ,
gFormat  )

References flowDirection, gFormat, R, wallNormal, and y.

◆ makeGraph() [6/10]

makeGraph ( y ,
sqrt(mag(R.component(symmTensor::XX))) ,
"u" ,
gFormat  )

References gFormat, R, and y.

◆ makeGraph() [7/10]

makeGraph ( y ,
sqrt(mag(R.component(symmTensor::YY))) ,
"v" ,
gFormat  )

References gFormat, R, and y.

◆ makeGraph() [8/10]

makeGraph ( y ,
sqrt(mag(R.component(symmTensor::ZZ))) ,
"w" ,
gFormat  )

References gFormat, R, and y.

◆ makeGraph() [9/10]

makeGraph ( y ,
R. componentsymmTensor::XY,
"uv" ,
gFormat  )

References gFormat, R, and y.

◆ makeGraph() [10/10]

makeGraph ( y ,
mag(fvc::grad(U)) ,
"gammaDot" ,
gFormat  )

References gFormat, U, and y.

Variable Documentation

◆ gFormat