How to run repetitive tasks in a FLUENT run, e.g. plot contours of pressure every 5 time steps?

There are multiple ways of doing this. One way is to use execute commands:

Solve->Execute Commands

It opens the execute commands panel and then you can go about the following:

* Set the number of defined commands
* Set the frequency to say, every 5 time steps
* Type in the TUI command:
dis con press 0 10

This will plot out contours of pressure every 5 time steps





Show Form
No comments yet. Be the first to add a comment!