CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Laminar flow between parallel plates with SIMPLE algorithm

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 18, 2016, 14:21
Unhappy Laminar flow between parallel plates with SIMPLE algorithm
  #1
New Member
 
Alper
Join Date: Jul 2013
Posts: 8
Rep Power: 12
cfluid is on a distinguished road
Hello Folks,
I'm trying to code in FORTRAN incompressible laminar flow between two parallel plates. I put uniform inlet velocity. I use finite volume method. I'm using 1-D convection-diffusion equation and representing it by the power law. I'm linking velocity and pressure fields using the SIMPLE algorithm.
Dimensions of the channel are Length x Height is 2x0.02. Reynolds number is 150.
So my question is, I need to divide this domain to 160x40 control volumes but when I do it, solution blows up. When I divide domain to 40x160 it runs without any problems. So I wonder if anyone has any comments why Length (2m) cannot be divided into 160 control volumes.
cfluid is offline   Reply With Quote

Old   July 19, 2017, 01:02
Default
  #2
New Member
 
Alper
Join Date: Jul 2013
Posts: 8
Rep Power: 12
cfluid is on a distinguished road
It's been a long time I forgot about this thread.
Just in case if anyone will have the similar problem I solved the problem. I realized that in the first few iterations solution was not propagating to the end of the channel when I was dividing length to the 160 meshes. Solution is to add global mass conservation to the code which basically forces mass to be conserved for the first few iterations until solution reaches to the end of the channel.

Global mass conservation added to the code by checking if the ratio of total outlet mass to the total inlet mass is equal to 1 after each iteration. If not, it is forced to be.


Sent from my iPhone using CFD Online Forum mobile app
cfluid is offline   Reply With Quote

Reply

Tags
convection-diffusion, laminar flow, parallel plates, simple


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
Issues on the simulation of high-speed compressible flow within turbomachinery dowlee OpenFOAM Running, Solving & CFD 11 August 6, 2021 06:40
Setting boundary conditions for simple pipe flow with flow direction changing in time Sipher FLUENT 1 May 4, 2015 20:05
Is it a turbulent flow or laminar flow? ringtail Main CFD Forum 9 January 22, 2015 19:52
SIMPLE algorithm for variable density flow mauz Main CFD Forum 1 May 15, 2009 15:13
Solve Simple foam for laminar flow nandiganavishal OpenFOAM Running, Solving & CFD 4 January 20, 2009 00:56


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