CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   CFX (https://www.cfd-online.com/Forums/cfx/)
-   -   Postprocessing vorticity (https://www.cfd-online.com/Forums/cfx/20184-postprocessing-vorticity.html)

ogbeni February 21, 2004 10:45

Postprocessing vorticity
 
Would any one know how to resolve this error message: Errors were encountered in CFX command language for this run: Error: Sub-object of type Variable not allowed in ROOT at line 0: I was trying to obtain vorticity out of a simulation following the VARIABLE file in /etc/5.6

Juan Carlos February 21, 2004 12:23

Re: Postprocessing vorticity
 
I think you did as follows:

VARIABLE: vorticity

Output to Postprocessor = Yes

END

LIBRARY:

...

END

FLOW:

...

END

which will not work because VARIABLE objects belong to the library..Look at the top of the variable file (after the comments).. Try the following:

LIBRARY:

...

VARIABLE: vorticity

Output to Postprocessor = Yes

END

END

Hope it helps,

Juan Carlos

Ogbeni February 21, 2004 14:36

Re: Postprocessing vorticity
 
Thanks Juan, I got it now.


All times are GMT -4. The time now is 04:05.