CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

Post processing in HPC .jou files

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 29, 2020, 11:47
Default Post processing in HPC .jou files
  #1
New Member
 
ZT
Join Date: Nov 2019
Posts: 14
Rep Power: 6
Tait10 is on a distinguished road
Afternoon all,

I am currently doing a thesis on transient DES flow around wingsuits. Due to the large file sizes I am using HPC .jou files to post process and cannot for the life of me get them to work. The code from the .jou file is below (please ignore the ; on any command line as I have just put them in to make sure my sim was running) I am also having issues with the HPC returning a "No graphical option available" despite me adding -g -i -x to my Bash file.


;sorting out post-processing
/surface/plane-point-n-normal mid-body-plane 0. 0.71 0. 0 1 0
/display/set/contours/auto-range? yes
/display/set/contours/filled-contours? y
/display/set/contours/surfaces mid-body-plane ()
;fixing views
;/views/restore-view top
;/views/camera/zoom-camera 5
;/views/camera/target -1 0 -1
;/views/camera/roll-camera 90
;/views/camera/zoom-camera 2
;/views/save-view full-body-view
;/views/camera/zoom-camera 3
;/views/camera/target 0 0 1
;/views/save-view close-up-view

;the time-step size as 0.001 (seconds)
/solve/set/time-step 0.001
/file/auto-save/root-name "/scratch/zt2g17/IP/transient/i_10_output/15_degrees/output-data"
/file/auto-save/append-file-name flow-time 4
/file/auto-save/case-frequency if-mesh-is-modified
/file/auto-save/data-frequency 10
/file/auto-save/retain-most-recent-files no
/solve/report-files/edit drag file-name ".\report-file-drag-transient.out" quit
/solve/report-files/edit lift file-name ".\report-file-lift-transient.out" quit
/solve/report-files/edit lift frequency 1 frequency-of time-step quit
/solve/report-files/edit drag frequency 1 frequency-of time-step quit

;/solve/execute-commands/add-edit command-2 1 "time-step" "/views/restore-view full-body-view"
;/solve/execute-commands/add-edit command-3 1 "time-step" "/display/contour velocity-magnitude 0. 100"
;/solve/execute-commands/add-edit command-4 1 "time-step" "/display/save-picture "/home/zt2g17/IP/transient/wingsuit_1_9/Images of Velocity-magnitude/5 degrees/full-body/velocity-mag-full-body%t.png""
;/solve/execute-commands/add-edit command-5 1 "time-step" "/views/restore-view close-up-view"
;/solve/execute-commands/add-edit command-6 1 "time-step" "/display/contour velocity-magnitude 0. 100"
;/solve/execute-commands/add-edit command-7 1 "time-step" "/home/zt2g17/IP/transient/wingsuit_1_9/Images of Velocity-magnitude/5 degrees/close-up/velocity-mag-close-up%t.png""


Cheers,

Zach
Tait10 is offline   Reply With Quote

Old   March 29, 2020, 19:16
Default
  #2
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,665
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
You should check the configuration of your HPC. Most HPC's don't run any graphics. You can add -gu, but if it has no graphics, then it still can't do anything. Do you have any other errors? The journal file doesn't contain error messages so, all we can do is guess what your issue is.

So with this journal file with everything commented out, what works and what doesn't?

Last edited by LuckyTran; March 30, 2020 at 15:50.
LuckyTran is offline   Reply With Quote

Old   March 30, 2020, 11:17
Default Options
  #3
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
-g option ensures that neither GUI nor graphics is loaded. What you need, if you want to use commands under the display, is graphics. So, use option -gu instead. This ensure that GUI is not opened but graphics is made available to Fluent so that Fluent can do work like printing of images, which needs graphics driver. And there is no option -x. After -i, it should always be the name of the journal file.
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   Reply With Quote

Reply

Tags
.jou, hpc, post processing

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Post processing journal - like .cst in CFD Post Jiricbeng FLUENT 0 April 24, 2019 08:08
Post processing alternatives to Paraview? NadineHS Visualization & Post-Processing 2 February 9, 2019 16:43
Post Processing Transient Data chrisoturner FLUENT 2 August 18, 2017 02:53
Ansys Post processing ano999 ANSYS 1 May 27, 2011 16:24
post processing in CFD MANISH BHARGAVA Main CFD Forum 0 October 17, 1998 20:51


All times are GMT -4. The time now is 17:34.