Yearly Archives: 2019

Python Scripts

Fluent in batch mode os.system(r'”C:\Program Files\ANSYS Inc\v195\fluent\ntbin\win64/fluent.exe” 2d -g -t2 -i case4.jou’ ) In these examples, fluent is the command you type to execute ANSYS FLUENT interactively. -g indicates that the program is to be run minimized in the taskbar. -i journal reads the specified journal file. -wait is the command you type in a…

Read More

Updates 2019

[fusion_builder_container hundred_percent=”no” hundred_percent_height=”no” hundred_percent_height_scroll=”no” hundred_percent_height_center_content=”yes” equal_height_columns=”no” menu_anchor=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=”” background_color=”” background_image=”” background_position=”center center” background_repeat=”no-repeat” fade=”no” background_parallax=”none” enable_mobile=”no” parallax_speed=”0.3″ video_mp4=”” video_webm=”” video_ogv=”” video_url=”” video_aspect_ratio=”16:9″ video_loop=”yes” video_mute=”yes” video_preview_image=”” border_size=”” border_color=”” border_style=”solid” margin_top=”” margin_bottom=”” padding_top=”” padding_right=”” padding_bottom=”” padding_left=””][fusion_builder_row][fusion_builder_column type=”1_1″ layout=”1_1″ spacing=”” center_content=”no” link=”” target=”_self” min_height=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=”” background_color=”” background_image=”” background_position=”left top” background_repeat=”no-repeat” hover_type=”none” border_size=”0″ border_color=”” border_style=”solid”…

Read More

LaTeX Solutions

item spacing and itemize symbols \usepackage{enumitem} \setlist[itemize]{noitemsep, topsep=0pt} %spacing settings for enumitem \begin{itemize} \item[–] Dash \item[$-$] Dash \item[$\ast$] Asterisk \end{itemize} ========================= elsarticle natbib issue with author names starting with the initials, followed by surname. To change this replace the line: { s nameptr “{f.~}{vv~}{ll}{, jj}” format.name$ with { s nameptr “{vv~}{ll}{, jj}{, f.~}” format.name$ in…

Read More

Ansys-Fluent Solutions

Exporting Particle History /file/export/p-h-d/cfdpost testingP (left-nostril-10mic) particle-diameter particle-velocity-mag () 5 When restarting a transient simulation, the error “Update_Time_Level: invalid data” occurs. Solution: In the journal file use: /solve/iterate 1 /solve/dual-time-iterate 100 20 They say this is some kind of strange error that comes when you use it in command line mode (with -g option) Change…

Read More