CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

[OpenFOAM-v1912] How long does LES simulation of SurfaceMountedCube take usually?

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 20, 2020, 16:19
Question [OpenFOAM-v1912] How long does LES simulation of SurfaceMountedCube take usually?
  #1
Senior Member
 
Sultan Islam
Join Date: Dec 2015
Location: Canada
Posts: 145
Rep Power: 11
EternalSeekerX is on a distinguished road
Hello everyone!

I am going through some validation studies as a form of learning how to use and understand CFD software. I am running the SurfaceMountedCube sample case which is a PimpleFOAM LES case. Since I don't dual boot I am using VMWare with 6 cores and 6GB of RAM allocated to it. I am running on a laptop which has a in i7 7700HQ and 16GB RAM. By default the same case is set to run on 8 processors. Since I don't have 8 cores to allocate, I decided to modify it to use 6.

Here is my edited DecomposeParDict

Code:
/*--------------------------------*- C++ -*----------------------------------*\

| ========= | |

| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |

| \\ / O peration | Version: v1912 |

| \\ / A nd | Website: www.openfoam.com|

| \\/ M anipulation | |

\*---------------------------------------------------------------------------*/

FoamFile

{

version 2.0;

format ascii;

class dictionary;

note "mesh decomposition control dictionary";

object decomposeParDict;

}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

numberOfSubdomains 6;

method hierarchical;

coeffs

{

n (6 1 1);

}

// ************************************************************************* //
So its been around 33hrs with a current time at 8.2seconds. The simulation should go on till 100 seconds with a time increment of 0.002sec. I am wondering if its slow because of my hardware or is it normally a long simulation?
EternalSeekerX is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
LES Simulation from RANS results AS_Aero STAR-CCM+ 1 May 24, 2017 13:12
2D LES simulation of turbulent jet adnan.nweilati FLUENT 6 December 3, 2014 09:33
2D LES simulation of turbulent jet adnan.nweilati FLUENT 0 November 12, 2014 10:50
outlet profiles of LES simulation as transient inlet b.c. for LES of a bend pipe Henny FLUENT 0 March 28, 2013 04:02
Missing math.h header Travis FLUENT 4 January 15, 2009 11:48


All times are GMT -4. The time now is 21:48.