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

Transport a concentration field with convection equation

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 2 Post By FMDenaro
  • 1 Post By FMDenaro
  • 1 Post By FMDenaro

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 19, 2020, 13:07
Default Transport a concentration field with convection equation
  #1
New Member
 
Shabi
Join Date: Dec 2020
Posts: 16
Rep Power: 5
Shabi is on a distinguished road
Assume that we solve a simple convection equation for an incompressible flow, by which a concentration scalar field (between 0 and 1) is transported with the flow field.

The geometry is a simple 2d channel with the height of H connected to a bigger channel with Y=2H, and flow enters the domain from one side of the bigger channel and exits from the smaller channel. I set the inlet velocity boundary condition with a constant velocity and i set the inlet concentration boundary condition to 1.

My question is about the conservation of the concentration field. Intuitively, when concentration field enters the smaller channel, its value should increase because of the incompressibility. But we know that the concentration field cannot exceed 1. Can anybody please clarify a bit about this confusion? Thanks.
Shabi is offline   Reply With Quote

Old   December 19, 2020, 13:28
Default
  #2
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,764
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by Shabi View Post
Assume that we solve a simple convection equation for an incompressible flow, by which a concentration scalar field (between 0 and 1) is transported with the flow field.

The geometry is a simple 2d channel with the height of H connected to a bigger channel with Y=2H, and flow enters the domain from one side of the bigger channel and exits from the smaller channel. I set the inlet velocity boundary condition with a constant velocity and i set the inlet concentration boundary condition to 1.

My question is about the conservation of the concentration field. Intuitively, when concentration field enters the smaller channel, its value should increase because of the incompressibility. But we know that the concentration field cannot exceed 1. Can anybody please clarify a bit about this confusion? Thanks.

Why should it increase? You are considering a scalar tracer that cannot diffuse and the velocity field is divergence-free. Thus, the equation is


dC/dt + div (vC) = 0 -> DC/Dt=0


Hence, the concentration C cannot exceed the initial values.

Conservation is guarateed if your numerical method is conservative but you can have undershoot and overshoot using high order method without flux limiters.
aero_head and Shabi like this.
FMDenaro is offline   Reply With Quote

Old   December 19, 2020, 17:39
Default
  #3
New Member
 
Shabi
Join Date: Dec 2020
Posts: 16
Rep Power: 5
Shabi is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
Why should it increase? You are considering a scalar tracer that cannot diffuse and the velocity field is divergence-free. Thus, the equation is


dC/dt + div (vC) = 0 -> DC/Dt=0


Hence, the concentration C cannot exceed the initial values.

Conservation is guarateed if your numerical method is conservative but you can have undershoot and overshoot using high order method without flux limiters.
Thank you. you are right. I confused it with the mass conservation.

Another short question: If we impose the no-slip boundary condition on the walls for the velocity, should we expect a boundary layer for concentration field, similar to the one we have for velocity? or the concentration field 'fills' the whole domain after reaching the steady situation?
Shabi is offline   Reply With Quote

Old   December 20, 2020, 04:30
Default
  #4
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,764
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by Shabi View Post
Thank you. you are right. I confused it with the mass conservation.

Another short question: If we impose the no-slip boundary condition on the walls for the velocity, should we expect a boundary layer for concentration field, similar to the one we have for velocity? or the concentration field 'fills' the whole domain after reaching the steady situation?



The advection equation says the answer, the concentration is transported along the trajectory.

If the value of the concentration is uniform (for example 1) and starts from the steady inlet BC you will see a transient where the concentration profile is somehow similar to a BL but not in the values that remains uniform. After the transient is ended, the whole BL region will be filled by the uniform concentration.
Shabi likes this.
FMDenaro is offline   Reply With Quote

Old   December 20, 2020, 15:37
Default
  #5
New Member
 
Shabi
Join Date: Dec 2020
Posts: 16
Rep Power: 5
Shabi is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
The advection equation says the answer, the concentration is transported along the trajectory.

If the value of the concentration is uniform (for example 1) and starts from the steady inlet BC you will see a transient where the concentration profile is somehow similar to a BL but not in the values that remains uniform. After the transient is ended, the whole BL region will be filled by the uniform concentration.
Thanks. I get confused when i replace the concentration by massless particles(who travel with streamlines). If we add some numbers of massless particles consistently to the inlet, do we ever get a steady solution, in terms of the number of particles in the domain? Or the number of particles in the domain increases until the infinity?

Because if the concentration is gonna fill the whole domain with the value of 1 (where the velocity field is not uniform), I think we might get the above conclusion that the number of particles increase until infinity.
Shabi is offline   Reply With Quote

Old   December 20, 2020, 15:50
Default
  #6
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,764
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by Shabi View Post
Thanks. I get confused when i replace the concentration by massless particles(who travel with streamlines). If we add some numbers of massless particles consistently to the inlet, do we ever get a steady solution, in terms of the number of particles in the domain? Or it increases until the infinity?

Because if the concentration is gonna fill the whole domain with the value of 1 (where the velocity field is not uniform), I think we might get the above conclusion that the number of particles increase until infinity.
If you put particles at the inlet they will follow the trajectories (streamlines only for steady flow) until the outlet. They cannot go to an infinite number
Shabi likes this.

Last edited by FMDenaro; December 21, 2020 at 15:32.
FMDenaro is offline   Reply With Quote

Reply

Tags
concentration, convection, transport equation


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
Adding diffusion term to interFoam transport equation Gearb0x OpenFOAM Programming & Development 3 February 14, 2023 04:16
Domain Reference Pressure and mass flow inlet boundary AdidaKK CFX 75 August 20, 2018 05:37
Solving User-defined Scalar Transport Equation properly meepokman Fluent UDF and Scheme Programming 0 July 10, 2018 07:57
Boundary conditions for a newly added transport equation Divyaprakash OpenFOAM Running, Solving & CFD 0 May 2, 2016 05:32
transport equation for SGS scalar variance chinthakindi Main CFD Forum 0 April 27, 2004 09:26


All times are GMT -4. The time now is 07:56.