CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   How to display an isometric view in batch mode (https://www.cfd-online.com/Forums/fluent/106050-how-display-isometric-view-batch-mode.html)

Touré August 16, 2012 15:20

How to display an isometric view in batch mode
 
I want to display the isometric view in batch mode.
When I run this part of the journal below in interactive mode, it works, but it doesn’t work in batch mode. Someone knows why?

My journal is below:

; Define Planes
; x0 y0 z0 ix iy iz
/surface/plane-point-n-normal plane_y-z -0.06 0.275 0.006 1 0 0
/surface/plane-point-n-normal plane_sym_x-z -0.06 0.275 0.006 0 1 0
/surface/plane-point-n-normal plane_x-y -0.06 0.275 0.006 0 0 1

; Set Color-Map Alignment Right
/display/set/rendering-options/color-map-alignment right

; Set Window for plane_sym_x-z plane velocity magnitude
/display/set-window 6
/display/set/contours/surfaces plane_sym_x-z ()
/display/set/contours/n-contour 30
/display/set/contours/global-range n
/display/set/contours/clip-to-range y
/display/set/contours/filled-contours y
/display/contour/velocity-magnitude 0 10

; Set View
/display/views/restore-view isometric

; Animate Plane
/solve/animate/define/define-monitor "velocity_magnitude" 6 n y 10 contour hmf ""




The error message invalid command is below:
>
>
>
> adapt/ file/ report/
define/ mesh/ solve/
display/ parallel/ surface/
exit plot/ views/

> Alignement: (left right top bottom)

> adapt/ file/ report/
define/ mesh/ solve/
display/ parallel/ surface/
exit plot/ views/

>
>
>
>
>
>
>
> invalid command [isometric]


I need some help.

Touré August 18, 2012 21:10

Solved
 
I had a problem with graphics on the cluster
My command line was:
fluent 3ddp -ssh -t8 -g -i < fluent_case.jou > fluent_case.out

I change it to:
My command line is:
fluent 3ddp -ssh -t8 -gu -i < fluent_case.jou > fluent_case.out


All times are GMT -4. The time now is 01:29.