|
[Sponsors] |
Question on the sequence of grad(U) components |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 2, 2014, 17:34 |
Question on the sequence of grad(U) components
|
#1 |
Member
Jack
Join Date: Dec 2011
Posts: 94
Rep Power: 14 |
Hi guys,
I have a question on the sequence of the components of grad(U). I defined an new variable "gradU" in my solver, and I also monitored the time-series of gradU, see below in solver: Code:
volTensorField gradU ( IOobject ( "gradU", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE ), fvc::grad(U) ); Code:
outputForAnimation { type writeRegisteredObject; functionObjectLibs ("libIOFunctionObjects.so"); outputControl timeStep; outputInterval 1; objectNames ( gradU ); } However, here is the question. When I check the output gradU components, the sequence is definitely not what was shown above. I have to identify which component is dudy or dudz, etc. for my post-processing, but I was really confused. Could you guys tell me what is the components of gradU for my case? Many thanks! Regards, |
|
September 18, 2018, 13:19 |
|
#2 |
Member
sibo
Join Date: Oct 2016
Location: Chicago
Posts: 55
Rep Power: 10 |
Hi Jack,
I'm wondering did you find the solution? I am also facing this problem! Thanks a lot! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Question Re Engineering Data Source | imnull | ANSYS | 0 | March 5, 2012 14:51 |
internal field question - PitzDaily Case | atareen64 | OpenFOAM Running, Solving & CFD | 2 | January 26, 2011 16:26 |
Do Pressure Inlet Flow Direction Components Need to Be Normalized? | ScottN | FLUENT | 0 | September 21, 2010 10:18 |
Question about Table applicaiton. | universez | OpenFOAM Running, Solving & CFD | 0 | January 12, 2010 21:31 |
Poisson Solver question | Suresh | Main CFD Forum | 3 | August 12, 2005 05:37 |