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

TSG case by using TransientSimpleDyMFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 2, 2013, 11:02
Default TSG case by using TransientSimpleDyMFoam
  #1
Member
 
任芸
Join Date: Jun 2009
Posts: 75
Rep Power: 16
renyun0511 is on a distinguished road
Hi all,


Recently, I have been studying the unsteady simulation of pumps by using OpenFOAM. Then, I try to simulate the Timisoara swirl generator case with transientSimpleDyMFoam solver firstly. The solver and case are both downloaded from the webpage: http://openfoamwiki.net/index.php/Sig_Turbomachinery_/_Timisoara_Swirl_Generator


But, the case was diverged after several steps, and the log file is in the attached files. I don't know why it was diverged though I haven't changed anything? Would someone like to help me? I will appreciate it!




here is the setup of fvSolution and controdict:


fvSolution file:
Quote:
solvers
{
p PCG
{
preconditioner DIC;
tolerance 1e-05;
relTol 0.002;
minIter 2;
maxIter 140;
};
pFinal PCG
{
preconditioner DIC;
tolerance 1e-05;
relTol 0.001;
minIter 2;
maxIter 280;
};
pcorr PCG
{
preconditioner DIC;
tolerance 1e-05;
relTol 0.001;
minIter 2;
maxIter 180;
};

U PBiCG
{
preconditioner
{ type DILU;}
smoother
{ type DILU; }

minIter 1;
maxIter 4;
tolerance 1e-07;
relTol 0;
};

k PBiCG
{
preconditioner
{ type DILU; }
smoother
{ type DILU; }

minIter 1;
maxIter 3;
tolerance 1e-07;
relTol 0;
};
epsilon PBiCG
{
preconditioner
{ type DILU; }
smoother
{ type DILU; }

minIter 1;
maxIter 3;
tolerance 1e-07;
relTol 0;
};
omega PBiCG
{
preconditioner
{ type DILU; }
smoother
{ type DILU; }

minIter 1;
maxIter 3;
tolerance 1e-07;
relTol 0;
};
}
PISO
{
nCorrectors 0;
nOuterCorrectors 10;
nNonOrthogonalCorrectors 0;
correctPhi false;
}

relaxationFactors
{
p 0.3;
U 0.75;
k 0.5;
epsilon 0.5;
omega 0.5;
}
Controdict file:



Best Regards,



Yun Ren

Last edited by renyun0511; April 20, 2013 at 04:11.
renyun0511 is offline   Reply With Quote

Old   April 2, 2013, 15:46
Default
  #2
Senior Member
 
Sandeep Menon
Join Date: Mar 2009
Location: Amherst, MA
Posts: 403
Rep Power: 25
deepsterblue will become famous soon enough
You may want to switch off the relative tolerances in the pressure solver.
__________________
Sandeep Menon
University of Massachusetts Amherst
https://github.com/smenon
deepsterblue is offline   Reply With Quote

Old   April 2, 2013, 22:34
Default
  #3
Member
 
任芸
Join Date: Jun 2009
Posts: 75
Rep Power: 16
renyun0511 is on a distinguished road
Hi Sandeep,

What do you mean about switch off the relative tolerances in the pressure solver. Sorry, I can't understand. Could I have some more details, please. And I just sent an email to you. Hoping for your reply. Thank you very much!

Regard,

Yun Ren
renyun0511 is offline   Reply With Quote

Old   April 3, 2013, 08:55
Default
  #4
Senior Member
 
Sandeep Menon
Join Date: Mar 2009
Location: Amherst, MA
Posts: 403
Rep Power: 25
deepsterblue will become famous soon enough
Sorry for being cryptic. Set relTol to 0.0 for pressure in fvSolution.
__________________
Sandeep Menon
University of Massachusetts Amherst
https://github.com/smenon
deepsterblue 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
Is Playstation 3 cluster suitable for CFD work hsieh OpenFOAM 9 August 16, 2015 14:53
MRFSimpleFoam wind turbine case diverges ysh1227 OpenFOAM Running, Solving & CFD 2 May 7, 2015 10:13
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 05:36
Transient case running with a super computer microfin FLUENT 0 March 31, 2009 11:20
Turbulent Flat Plate Validation Case Jonas Larsson Main CFD Forum 0 April 2, 2004 10:25


All times are GMT -4. The time now is 03:50.