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

Steady-state incompressible laminar solver

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 13, 2018, 08:21
Default Steady-state incompressible laminar solver
  #1
Member
 
Pablo Alarcón
Join Date: Mar 2018
Location: Liège
Posts: 59
Rep Power: 8
palarcon is on a distinguished road
Good afternoon

Does someone know, whether there is a solver for steady-state, incompressible, laminar flow, like simpleFoam without turbulence or icoFoam in steady state?
I'm just starting with OpenFOAM and as a part of a larger project I need to have that kind of solver.
I ask because, even if I know that I can use simpleFoam and turn off the turbulence, is not what I really need.

Thanks in advance.
palarcon is offline   Reply With Quote

Old   March 15, 2018, 08:29
Default
  #2
Senior Member
 
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 354
Rep Power: 15
Santiago is on a distinguished road
Quote:
Originally Posted by palarcon View Post
Good afternoon

Does someone know, whether there is a solver for steady-state, incompressible, laminar flow, like simpleFoam without turbulence or icoFoam in steady state?
I'm just starting with OpenFOAM and as a part of a larger project I need to have that kind of solver.
I ask because, even if I know that I can use simpleFoam and turn off the turbulence, is not what I really need.

Thanks in advance.
Any NSE flow solver, including compressible ones (why?), should serve to solve laminar flows at low mach numbers
Santiago is offline   Reply With Quote

Old   March 15, 2018, 10:49
Default
  #3
Member
 
Pablo Alarcón
Join Date: Mar 2018
Location: Liège
Posts: 59
Rep Power: 8
palarcon is on a distinguished road
Quote:
Originally Posted by Santiago View Post
Any NSE flow solver, including compressible ones (why?), should serve to solve laminar flows at low mach numbers

Yes, you're completely right, all of them are useful, but this is a part of a larger development, where after I will have to implement a brinkman penalization (like in porosity models) in orden to be able then to perform some topology optimization developments.
I know that there is a solver called adjointShapeOptimizationFoam, but its formulation is not the same than the one I one to implement, that is the reason why I have to create something different and adapted.
palarcon is offline   Reply With Quote

Old   March 15, 2018, 11:28
Default
  #4
Senior Member
 
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 354
Rep Power: 15
Santiago is on a distinguished road
Quote:
Originally Posted by palarcon View Post
Yes, you're completely right, all of them are useful, but this is a part of a larger development, where after I will have to implement a brinkman penalization (like in porosity models) in orden to be able then to perform some topology optimization developments.
I know that there is a solver called adjointShapeOptimizationFoam, but its formulation is not the same than the one I one to implement, that is the reason why I have to create something different and adapted.

So, Why SIMPLE does not serve your needs? What does a method for representing BCs (or solids) have to do with your fluid solver?
Santiago is offline   Reply With Quote

Old   March 15, 2018, 18:29
Default
  #5
Member
 
Pablo Alarcón
Join Date: Mar 2018
Location: Liège
Posts: 59
Rep Power: 8
palarcon is on a distinguished road
Quote:
Originally Posted by Santiago View Post
So, Why SIMPLE does not serve your needs? What does a method for representing BCs (or solids) have to do with your fluid solver?
Because is turbulent, and I need an steady-state incompressible laminar flow solver, to which after I will add a porosity term to implement it in a topology optimization frame
palarcon is offline   Reply With Quote

Old   March 16, 2018, 00:14
Default
  #6
Senior Member
 
piu58's Avatar
 
Uwe Pilz
Join Date: Feb 2017
Location: Leipzig, Germany
Posts: 744
Rep Power: 15
piu58 is on a distinguished road
Quote:
Originally Posted by palarcon View Post
and I need an steady-state incompressible laminar flow solver
What should that be be? A solver implements the Navier stokes equations, perhaps with some additions. The additionss play the most important role if you don't resolve the time and spatial scales. If you resolve them, they are useless or their coefficients come to (near) zero.

Which other simplification do you need to have? Do you want to have a simpler formulation of the flux problem aside of NS?
__________________
Uwe Pilz
--
Die der Hauptbewegung überlagerte Schwankungsbewegung ist in ihren Einzelheiten so hoffnungslos kompliziert, daß ihre theoretische Berechnung aussichtslos erscheint. (Hermann Schlichting, 1950)
piu58 is offline   Reply With Quote

Old   March 16, 2018, 01:56
Default
  #7
Senior Member
 
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 354
Rep Power: 15
Santiago is on a distinguished road
Quote:
Originally Posted by palarcon View Post
Because is turbulent, and I need an steady-state incompressible laminar flow solver, to which after I will add a porosity term to implement it in a topology optimization frame
There is no assumption in SIMPLE algorithm that forces the flow to be turbulent, or renders it useless for laminar flows. I repeat what I said in my first post: any algorithm (compressible or not) WILL give you incompressible laminar solutions.
Santiago is offline   Reply With Quote

Old   March 16, 2018, 06:07
Default
  #8
Senior Member
 
Robert
Join Date: May 2015
Location: Bremen, GER
Posts: 292
Rep Power: 12
RobertHB is on a distinguished road
Quote:
Originally Posted by palarcon View Post
Because is turbulent, and I need an steady-state incompressible laminar flow solver, to which after I will add a porosity term to implement it in a topology optimization frame
How about using simpleFoam and setting
Code:
simulationType  laminar;
in your turbulenceProperties dictionary?
RobertHB is offline   Reply With Quote

Old   March 22, 2018, 04:26
Default
  #9
Member
 
Pablo Alarcón
Join Date: Mar 2018
Location: Liège
Posts: 59
Rep Power: 8
palarcon is on a distinguished road
Quote:
Originally Posted by RobertHB View Post
How about using simpleFoam and setting
Code:
simulationType  laminar;
in your turbulenceProperties dictionary?
finally I was able to create my own solver, without turbulence (and not just de-activating it)
palarcon is offline   Reply With Quote

Old   January 30, 2024, 07:49
Default
  #10
New Member
 
Orissa
Join Date: Feb 2022
Posts: 15
Rep Power: 4
pratyush_6174 is on a distinguished road
@palarcon could you please share the steady state icoFoam solver
pratyush_6174 is offline   Reply With Quote

Reply

Tags
icofoam, simplefoam, steady state icofoam


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
Setting the height of the stream in the free channel kevinmccartin CFX 12 October 13, 2022 21:43
mass flow in is not equal to mass flow out saii CFX 12 March 19, 2018 05:21
Solver for Laminar incompressible transient flow RTom OpenFOAM 4 March 24, 2014 22:51
Solver for steady state compressible multispecies non-reacting flow? inf.vish OpenFOAM Running, Solving & CFD 0 October 1, 2013 01:09
convergence issues on steady state solver icemaniac178 CFX 1 March 30, 2011 19:11


All times are GMT -4. The time now is 18:43.