FLUENT

Software Summary

Mesabi

Default Module: 

17.0

Other Modules Available: 

16.1, 16.1nlm, 16.1olm, 17.0, 18.2, 19.2, 20.1, 20R2, 21R2, 22R2

Last Updated On: 

Tuesday, August 29, 2023

Mesabi K40

Default Module: 
Other Modules Available: 
Last Updated On: 

Mangi

Default Module: 
17.0
Other Modules Available: 

16.1, 16.1nlm, 16.1olm, 17.0, 18.2, 19.2, 20.1, 20R2, 21R2, 22R2

Last Updated On: 

Tuesday, August 29, 2023

Mangi v100

Default Module: 
Other Modules Available: 
Last Updated On: 

NICE

Default Module: 
Other Versions Available: 
Last Updated On: 
Last Updated On: 

Tuesday, August 29, 2023

Support Level: 
Secondary Support
Software Access Level: 
Open Access
Software Categories: 
Fluid Dynamics
Software Description

FLUENT uses a finite volume numerical procedure to solve the differential equations governing fluid flow, as well as conservation of energy and chemical species therein. Both compressible and incompressible flows can be modeled, as can turbulence by way of the k-e turbulence model.

FLUENT is part of the ANSYS suite of software, and can be run either directly from the command line or under the ANSYS workbench. To run FLUENT in the ANSYS workbench see documentation for ANSYS. MSI has leased ANSYS Academic Research licenses. The default licenses are commercial. Before running FLUENT you will need to set licence preferences through the ANSYS workbench. Start the workbench with

   module load ansys
   runwb2

Then open the "License Preferences" menu (under the Tools pull-down) and select "Use Academic Licenses" in the "Global Settings" section under the Solver tab. Then click OK and close the workbench.

 

Software Documentation

Software Documentation Tabs

Mesabi

Example: SLURM Batch script for using ANSYS 18.1

        #!/bin/bash -l
        #SBATCH --time=8:00:00
        #SBATCH --N 1
        #SBATCH --ntasks=8
        #SBATCH --mem=10g

        module load ansys/18.1
        module list
        fluent 3ddp -t 48 -mpi=intel -ssh -pinfiniband -cnf=$PBS_NODEFILE -g < run.in > run.out