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

test cases for 1D inviscid incompressible flow

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 27, 2016, 03:45
Default test cases for 1D inviscid incompressible flow
  #1
Member
 
LUQILIN
Join Date: May 2016
Location: Harbin, China
Posts: 35
Rep Power: 9
LUQILIN is on a distinguished road
Hello, guys
I have always been focusing on compressible flow. However, I would like to solve some incompressible problems. I prefer somebody could send me 1D test cases governing by Euler equations. The test case had better be a benchmark problem with exact solution. I would be grateful if anyone could share his wisdom and experiences.

Best Regards,
LUQILIN is offline   Reply With Quote

Old   May 27, 2016, 04:02
Default
  #2
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,771
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by LUQILIN View Post
Hello, guys
I have always been focusing on compressible flow. However, I would like to solve some incompressible problems. I prefer somebody could send me 1D test cases governing by Euler equations. The test case had better be a benchmark problem with exact solution. I would be grateful if anyone could share his wisdom and experiences.

Best Regards,
sorry but your question is not clear...for incompressible flows you mean divergence-free flow, rhight? But in 1D that reduce to have du/dx=0 so that u is constant along x. You cannot define a PDE for the governing of u motion.
FMDenaro is online now   Reply With Quote

Old   May 27, 2016, 04:11
Default
  #3
Member
 
LUQILIN
Join Date: May 2016
Location: Harbin, China
Posts: 35
Rep Power: 9
LUQILIN is on a distinguished road
Thank you for reply.
Maybe I did not express myself clear. I want to solve incompressible flow with artificial compressibility. So a pseudo time will be added into the mass conservation law. I just want to ignore viscous terms first. Maybe there remains some problems.
LUQILIN is offline   Reply With Quote

Old   May 27, 2016, 04:19
Default
  #4
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,771
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by LUQILIN View Post
Thank you for reply.
Maybe I did not express myself clear. I want to solve incompressible flow with artificial compressibility. So a pseudo time will be added into the mass conservation law. I just want to ignore viscous terms first. Maybe there remains some problems.
In 1D the general mass equation is:

d rho/dt + d(rho*u)/dx=0

how do you enforce the "incompressible" constraint?
FMDenaro is online now   Reply With Quote

Old   May 27, 2016, 04:38
Default
  #5
Member
 
LUQILIN
Join Date: May 2016
Location: Harbin, China
Posts: 35
Rep Power: 9
LUQILIN is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
In 1D the general mass equation is:

d rho/dt + d(rho*u)/dx=0

how do you enforce the "incompressible" constraint?
With the constraint rho=constant. And to make original equations into a time-marching problems, a pseudo term will be added into mass equations.
Say d rho*/d t*, and t* is a pseudo time, rho* is a pseudo time. p= beta×rho*, p is pressure and beta is a parameter to be determined. We can apply time-marching strategy into incompressible flow problems with AC(artificial compressibility).

See in:
Chorin, Alexandre Joel. "A numerical method for solving incompressible viscous flow problems." Journal of computational physics 2.1 (1967): 12-26.

The first paper for AC. Hope I express myself clear this time.
LUQILIN is offline   Reply With Quote

Old   May 27, 2016, 05:09
Default
  #6
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,771
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
but at a physical steady state with rho=constant you simply get du/dx= 0...
therefore your solution is a constant state for the velocity...It can only vary with time according to du/dt + dp/dx=0. But dp/dx is rho dependent..
FMDenaro is online now   Reply With Quote

Old   May 27, 2016, 05:11
Default
  #7
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,771
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by LUQILIN View Post
With the constraint rho=constant. And to make original equations into a time-marching problems, a pseudo term will be added into mass equations.
Say d rho*/d t*, and t* is a pseudo time, rho* is a pseudo time. p= beta×rho*, p is pressure and beta is a parameter to be determined. We can apply time-marching strategy into incompressible flow problems with AC(artificial compressibility).

See in:
Chorin, Alexandre Joel. "A numerical method for solving incompressible viscous flow problems." Journal of computational physics 2.1 (1967): 12-26.

The first paper for AC. Hope I express myself clear this time.

The paper of Chorin is for a 2D flow...
FMDenaro is online now   Reply With Quote

Old   May 27, 2016, 05:20
Default
  #8
Member
 
LUQILIN
Join Date: May 2016
Location: Harbin, China
Posts: 35
Rep Power: 9
LUQILIN is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
The paper of Chorin is for a 2D flow...
--Yeah, the velocity should be constant at steady state. It seems the case is too simple, i should take viscous term account at least.

--I intend to combine AC with high order method for time-marching problem. I don't know whether this way can work, so I want to begin the simple case: 1D.

What is your suggestion?
LUQILIN is offline   Reply With Quote

Old   May 27, 2016, 05:24
Default
  #9
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,771
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by LUQILIN View Post
--Yeah, the velocity should be constant at steady state. It seems the case is too simple, i should take viscous term account at least.

--I intend to combine AC with high order method for time-marching problem. I don't know whether this way can work, so I want to begin the simple case: 1D.

What is your suggestion?

even with viscous term in 1D you get u= constant ... the simplest 1D model is the Burgers equation in which du/dx does not vanish (therefore is a compressible model)... otherwise you must solve a 2D problem enforcing Div v =0
FMDenaro is online now   Reply With Quote

Old   May 27, 2016, 05:27
Default
  #10
Member
 
LUQILIN
Join Date: May 2016
Location: Harbin, China
Posts: 35
Rep Power: 9
LUQILIN is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
even with viscous term in 1D you get u= constant ... the simplest 1D model is the Burgers equation in which du/dx does not vanish (therefore is a compressible model)... otherwise you must solve a 2D problem enforcing Div v =0
Ok. Thank your very much. I will try 2D.
LUQILIN is offline   Reply With Quote

Old   May 27, 2016, 06:05
Default
  #11
Member
 
LUQILIN
Join Date: May 2016
Location: Harbin, China
Posts: 35
Rep Power: 9
LUQILIN is on a distinguished road
And still, my original purpose is to ask for benchmark cases.
LUQILIN is offline   Reply With Quote

Old   May 27, 2016, 07:54
Default
  #12
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,771
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by LUQILIN View Post
And still, my original purpose is to ask for benchmark cases.

- lid driven cavity
- backward facing step
- analytical Taylor solution
FMDenaro is online now   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
Inviscid flow simulations in cfx mahdidelfan CFX 1 June 29, 2014 06:14
Drag in inviscid flow jinny Main CFD Forum 6 June 1, 2014 23:59
What solver to use for inviscid flow simulation over missile mecbe2002 OpenFOAM 0 April 27, 2010 11:10
flow simulation across a small fan jane luo Main CFD Forum 15 April 12, 2004 17:49


All times are GMT -4. The time now is 05:10.