CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

Computational time of LES

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 24, 2020, 04:12
Default Computational time of LES
  #1
Member
 
Thomas
Join Date: Nov 2017
Posts: 37
Rep Power: 8
hand90 is on a distinguished road
Hi everyone

After mainly running RANS and URANS simulations, I am attempting to run an LES case with the WALE sub-grid model. I am aware that LES is computational much more expensive due to the mesh requirement and resulting time step of the simulation. However when running the simulation in ANSYS CFX the computational time of a single iteration, one inner loop, is unexpectedly long.

The mesh size is "only" 14M which is rather small for an LES case, running on 62 cores resulting in 225k elements per core. Now for a single inner loop the simulation takes ~49s.

I am just curious what the experience is of other users.

Just a little more back ground information on the simulation.
Simulation batch file:

Quote:
echo "working directory = "$SLURM_SUBMIT_DIR
export SLURM_NODEFILE=nodes.$$
srun hostname -s | sort > $SLURM_NODEFILE
nodelist=`cat $SLURM_NODEFILE`
nodelist=` echo $nodelist | sed -e 's/ /,/g'`
echo "nodelist= "$nodelist

module load ansys/182
#SBATCH -cwd

cfx5solve -def LES.def -continue-from-file 500_full.bak -double -par-dist $nodelist -start-method "Intel MPI Distributed Parallel" -size 1.2 -sizepar 1.2
Simulation itself:
Quote:
-Modeling of a stator turbine blade
-time step = 1e-6 (CFL≈1)
-GGI in y (spanwise) and z (cascade) direction (1:1 mesh connection).
-No transient results saved
hand90 is offline   Reply With Quote

Old   February 24, 2020, 05:59
Default
  #2
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
As LES models are very expensive it is worth doing a careful validation of everything before you commit to the big model. Have you checked you are getting a believable turbulence decay spectrum? Have you checked that you really need the time step size and convergence criteria you are using? Relaxing any of these things will speed the simulation up a lot.

Also, rather than targeting CFL =~1, you will probably find the simulation runs better if you target 3-5 coeff loops per iteration.

Finally, I would do a benchmark on your computer cluster to check that it is actually giving you a useful speedup at 62 cores. If your cluster just has ethernet connections then I don't think you will ever get a good speed up over 62 cores (you will need infiniband or another high-end interconnect). This will be even more important if you have lots of cores per compute node. For instance, I would estimate that a 60 core simulation run on 4x 15 core compute nodes connected with ethernet will be slower than a 32 core simulation run on 4x8 core compute nodes.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum.
ghorrocks is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
laplacianFoam with source term Herwig OpenFOAM Running, Solving & CFD 17 November 19, 2019 13:47
pressure in incompressible solvers e.g. simpleFoam chrizzl OpenFOAM Running, Solving & CFD 13 March 28, 2017 05:49
Micro Scale Pore, icoFoam gooya_kabir OpenFOAM Running, Solving & CFD 2 November 2, 2013 13:58
How to write k and epsilon before the abnormal end xiuying OpenFOAM Running, Solving & CFD 8 August 27, 2013 15:33
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 bookie56 OpenFOAM Installation 8 August 13, 2011 04:03


All times are GMT -4. The time now is 00:34.