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

Can I use simpleFOAM as a transient solver ?!

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Lieven

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 2, 2013, 01:42
Default Can I use simpleFOAM as a transient solver ?!
  #1
Member
 
Amin
Join Date: May 2013
Posts: 76
Rep Power: 13
Mirage12 is on a distinguished road
I would like to use SIMPLE algorithm for transit simulation.

My problem : I could not use IcoFoam oder PiscoFoam..because the the solvers are crashing. (the mesh could be the reason).

So i thought, i run a simulation as a steady case ( to stabilyse the case ) using simpleFoam, after some seconds, i want to run the simulation as transient case..

Normally for the steady-case, we use :
Code:
ddtSchemes
{
    default         steadyState;
}
Can i change the dttSchemes :

Code:
ddtSchemes
{
    default         Euler;
}
to change my simulation from steady to transient after some seconds?

Thank you
Mirage12 is offline   Reply With Quote

Old   August 2, 2013, 02:00
Default
  #2
Senior Member
 
Lieven
Join Date: Dec 2011
Location: Leuven, Belgium
Posts: 299
Rep Power: 22
Lieven will become famous soon enough
Changing the ddtSchemes-entry wouldn't affect your simulation at all. The momentum equation in the simpleFoam solver does not include the time derivative so the ddtSchems-entry is even not used.

In principle you could add the time derivative to the equation, but with the simple algorithm you will always be stuck with under relaxation. So you cannot do proper time integration. So use the piso algorithm for transient simulations.

Cheers,

L
kiddmax likes this.
Lieven is offline   Reply With Quote

Old   August 2, 2013, 07:24
Default
  #3
Member
 
Amin
Join Date: May 2013
Posts: 76
Rep Power: 13
Mirage12 is on a distinguished road
Thanks Lieven
Mirage12 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
interFoam vs. simpleFoam channel flow comparison DanM OpenFOAM Running, Solving & CFD 12 January 31, 2020 15:26
time step and iterations in steady state problem using transient solver jing113cn FLUENT 2 January 15, 2010 03:18
inlet boundary condition for simplefoam solver mcjicpm2 OpenFOAM Running, Solving & CFD 1 March 18, 2009 00:41
Steadystate versus Transient solver pda OpenFOAM Running, Solving & CFD 1 July 11, 2007 08:36
Transient UDS with coupled solver Dmitriy Makarov FLUENT 1 February 9, 2007 17:06


All times are GMT -4. The time now is 14:42.