Difference between revisions of "Fluent"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
|||
Line 5: | Line 5: | ||
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | <!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | ||
|{{#vardefine:conf|}} <!--CONFIGURATION--> | |{{#vardefine:conf|}} <!--CONFIGURATION--> | ||
− | |{{#vardefine:exe|}} <!--ADDITIONAL INFO--> | + | |{{#vardefine:exe|1}} <!--ADDITIONAL INFO--> |
|{{#vardefine:pbs|}} <!--PBS SCRIPTS--> | |{{#vardefine:pbs|}} <!--PBS SCRIPTS--> | ||
|{{#vardefine:policy|}} <!--POLICY--> | |{{#vardefine:policy|}} <!--POLICY--> | ||
Line 30: | Line 30: | ||
==== fluent >= 15.0 ==== | ==== fluent >= 15.0 ==== | ||
− | |||
For versions of fluent >= 15.0 all that is needed is to load a valid openmpi module prior to loading the fluent module. For example | For versions of fluent >= 15.0 all that is needed is to load a valid openmpi module prior to loading the fluent module. For example | ||
Line 38: | Line 37: | ||
module load intel/2016.0.109 openmpi/1.6.5 fluent/17.2 | module load intel/2016.0.109 openmpi/1.6.5 fluent/17.2 | ||
</source> | </source> | ||
+ | |||
+ | ==Running Fluent GUI== | ||
+ | To run the Fluent gui you need to start it in a [[GUI Programs|gui session]]. Unfortunately, the initial Fluent window runs as a separate process from the main program that starts after the startup options are selected, so after you run Fluent with | ||
+ | |||
+ | module load gui | ||
+ | launch_fluent_gui <options> | ||
+ | |||
+ | where options are the same arguments that are used with launch_gui session like '-t X' for time in hrs, etc, you'll have to manually cancel the job when you are done with | ||
+ | scancel $jobid | ||
+ | where jobid is the SLURM ID of the job. | ||
==System Variables== | ==System Variables== |
Revision as of 21:06, 14 July 2017
Description
ANSYS Fluent is a popular computational fluid dynamics application.
Required Modules
Parallel (MPI)
module load intel/2016.0.109 openmpi/1.6.5 fluent/17.2
Running Fluent GUI
To run the Fluent gui you need to start it in a gui session. Unfortunately, the initial Fluent window runs as a separate process from the main program that starts after the startup options are selected, so after you run Fluent with
module load gui launch_fluent_gui <options>
where options are the same arguments that are used with launch_gui session like '-t X' for time in hrs, etc, you'll have to manually cancel the job when you are done with
scancel $jobid
where jobid is the SLURM ID of the job.
System Variables
- HPC_{{#uppercase:fluent}}_DIR
- HPC_{{#uppercase:fluent}}_BIN
Additional Information
WRITE_ADDITIONAL_INSTRUCTIONS_ON_RUNNING_THE_SOFTWARE_IF_NECESSARY
Citation
If you publish research that uses fluent, please refer to the ANSYS Citations web page.