2019R2 Fluent PDF
2019R2 Fluent PDF
What’s New?
1
Fluent 2019 R2 Development
• The Fluent 2019 R2 release is focused primarily on quality
improvements and defect fixes in a number of areas including:
‐ General code stability
‐ Meshing
‐ Discrete Phase Model
‐ Reacting Flow
‐ Postprocessing / Graphics
3
Coupled CFD / Electro-Magnetics for Electric Machines
• Use System Coupling to evaluate performance of electric machines with
temperature dependent Emag properties
3D steady or transient Fluent
System Coupling
2D transient Maxwell
Time averaged losses (in AEDT)
Temperature
(Magnets)
Loss
(Rotor, Stator, Magnets)
For complete details, refer to ANSYS System Coupling 2019R2 Product Update
4
Running Fluent on Load Managers: New Command Line Options
• Consolidated options to use fluent command to submit to PBS, LSF, or SGE/UGE
New command line option Function Replaces
-scheduler={lsf | pbs | sge} Specifies target load manager -lsf, -pbs, -sge
-scheduler_queue=<queue> Specifies queue to submit to -sgeq
-scheduler_pe=<pe> Specifies parallel environment to use -sgepe
-scheduler_opt=<option string> Pass options to the load manager. (Can -sgeckpt
use multiple times for multiple options)
• Example:
2019 R1:
bsub -a fluent -k " /home/username 60" fluent 3d -g -i journal_file -lsf
2019 R2:
fluent 3d -g -i journal_file -scheduler=lsf -scheduler_opt='-k " /home/username 60"' -
scheduler_opt='-a fluent’
Example: Start Fluent on 280 nodes on UGE queue medqueue using parallel
environment mpi_pe with the GUI on a GPU-equipped node viznode01
fluent 3ddp -t280 -nm -scheduler=sge -scheduler_queue=medqueue -scheduler_pe=mpe_pe \
-gui_machine=viznode01
Note: Can only be used with the new –scheduler= load manager options (not
supported with –sge, –lsf, –pbs)
6
Other Notable Enhancements