Difference between revisions of "Fluent"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]]
+
[[Category:Software]][[Category:Fluid Dynamics]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|fluent}}
 
|{{#vardefine:app|fluent}}
Line 19: Line 19:
  
 
ANSYS Fluent is a popular computational fluid dynamics application.
 
ANSYS Fluent is a popular computational fluid dynamics application.
 +
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
===Parallel (MPI)===
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
<!--fluent contains an MPI version embedded within the installed software. UFRC has requirements for submitting fluent jobs depending on the version of fluent being run, different steps need to be taken to run fluent in parallel. -->
 
<!--==== fluent 14.5.7 ====
 
UFRC strongly advises using newer versions of fluent. If you need to use version 14.5.7, special steps must be taken to run in parallel. Jobs which will load this version of fluent must be submitted as whole node requests. The easiest way to do this is using the '-E' flag in your request. For example,
 
<source lang="bash">
 
#PBS -l nodes=2:ppn=4 -E
 
</source>
 
 
 
==== 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
 
-->
 
 
 
<source lang="bash">
 
module load intel/2016.0.109 openmpi/1.6.5 fluent/17.2
 
</source>
 
  
 
==Running Fluent GUI==
 
==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
+
Fluent is available as an interactive application in OnDemand.
 
 
module load gui
 
launch_fluent_gui [options]
 
 
 
where options are the same optional 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. The default arguments are 1 cpu core, 4gb of memory, and 8 hr time limit.
 
  
 
==System Variables==
 
==System Variables==

Latest revision as of 16:46, 15 August 2022

Description

fluent website  

ANSYS Fluent is a popular computational fluid dynamics application.

Environment Modules

Run module spider fluent to find out what environment modules are available for this application.

Running Fluent GUI

Fluent is available as an interactive application in OnDemand.

System Variables

  • HPC_FLUENT_DIR
  • HPC_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.