1 / 32

Aula Teórica 9&10

Aula Teórica 9&10. Equação de Evolução. Exemplos. Caso 1D. Evolution Equation. The rate of change inside the system is the (Production-Destruction) + (diffusion exchange). Designating Production – Destruction by (Sources – Sinks) and knowing that:. Equação de evolução. Ou: .

tessa
Download Presentation

Aula Teórica 9&10

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Aula Teórica 9&10 Equação de Evolução. Exemplos. Caso 1D

  2. Evolution Equation The rate of change inside the system is the (Production-Destruction) + (diffusion exchange). Designating Production – Destruction by (Sources – Sinks) and knowing that:

  3. Equação de evolução Ou:

  4. Diffusion plus advection • Where is diffusive flux maximum?

  5. Analysis of the evolution equation • For the control volume: • What is the sign of ? • What does that mean physically (how does the advective flux vary with x1)? • What is the relative value of diffusive flux in the lower and upper faces of the control volume? • How does diffusive flux along x2 contribute to the concentration inside the control volume? • If the flow is stationary and the material is conservative what is the relation between advection and diffusion? what is the divergence of the total flux (advection + diffusion)? x2 x1

  6. Answers • The advective term is negative. The velocity is positive and • In other words, the advective flux decreases with x1, i.e., the quantity entering is bigger than the quantity leaving (per unit of area). • The diffusive flux in the lower face is about zero. If located exactly over the symmetry line, the flux will be exactly zero, because the gradient is null • On the upper face the diffusive flux is positive, i.e., the material is transported along the axis x2 because the concentration is higher inside the control volume than above the control volume. • The divergence of the vertical diffusive flux contributes to decrease the concentration inside the volume. • The divergence of the horizontal diffusive flux is negative because the gradient on the left side of the volume is higher than on the right side. Horizontal advection is however the main mechanism to increase the concentration inside the control volume. • If the flow is stationary the horizontal advection plus the horizontal diffusion balance the vertical diffusion. The divergence of both fluxes would be zero • If the velocity was increased, the concentration inside the control volume would tend to increase because the quantity entering would increase and thus the quantity leaving would have to increase too.

  7. Case of concentration • Consider two parallel plates and a property with a parabolic type distribution (blue) with maximum concentration at the center. Assume a stationary flow and a conservative property. • Draw a control volume and indicate the fluxes (sense and relative magnitude). • Where would the diffusive flux be maximum? Could this property be a concentration? What kind of property could it be? • What is the sign of the material time derivative? • If the material is conservative (no sink or source), can the profile be completely developed? • If it was a concentration without adsortion, what would be the final profile? y Diffusive flux increase with “r”. Advective flux depends on the longitudinal gradient, not yet known. Property gradient is maximum at the boundary. This means that there the diffusive flux is maximum and consequently the property can pass through the boundary. The property can be a concentration only if there is adsortion at the boundary. It could be a temperature or momentum as well. Property is being lost across the boundary and consequently there is a longitudinal negative gradient. The total derivative is negative (and so is the advective derivative) yes the system could be stationary, but the fluid would loose property along the flow. If it is stationary and conservative what would be the sign of the longitudinal gradient component? If it was a concentration this profile could not maintain. The gradient should become null at the solid boundary (no diffusive flux). The final profile would be uniform. Transversal diffusion would homogenize it.

  8. Nitrogen Transport in the Baltic Sea • The figure shows the distribution of nitrate discharged by the river Oder after 4, 8, 12 and 16 years of emission. • In the region next to the river mouth the concentration becomes constant after 8 years. What does that mean? • Is advection important in this system?

  9. 1D case • Vamossupor o caso de um reservatório com a forma de um canal rectangular de 10 m de largura e 200 de comprimento, com velocidadenula. A concentração é elevadanazona central e nulanageneralidade do canal. O material é conservativo. • Escreva a equaçãoquerege a evolução da concentração. • E se existissedecaimento?.

  10. With first order decay • How will the concentration evolve in each case? t0 • In case of decay, concentration are lower and tend to zero. t1 t2 t∞

  11. If there is a lateral discharge? • Concentration will grow because of the discharge, will get homogenized because of diffusion and will decay because of decay. • When discharge balances total decay, the system will reach equilibrium.

  12. Solution of the problem • The first case (pure diffusion) has analytical solution, but not the others. • How to solve the problem numerically? • The Reynolds Theorem: • The lagrangian formulation:

  13. The Eulerian formulation • This evolution equation states that “the rate of change inside a control volume balances the fluxes, plus sources minus sinks”. • In differential form the equation becomes:

  14. Let’s split the channel into elementary volumes And apply the equation to each of them: If the property can be considered uniform inside each cell and along each surface: Where A is the area of the cross section between the elementary volumes, assumed constant in the academic example.

  15. Numerical solution • Dividing all the equation by the volume: • In this equation we have two variables, , and an extra variable, c, which time we have not defined. Are the actual concentrations and are the concentrations that we want to calculate. The concentration c is the concentration used to calculate the fluxes and decay. What is it?

  16. Flux calculation • The flux equation gives quantity per unit of time. When we equation as: • We are computing the amount that crossed the surface during a time period ( ) and dividing it by the length of the time. The most convenient time to allocate to c is the middle of the time interval:

  17. The equation becomes This equation has 3 unknowns. The all channel requires the resolution of a system of equations in each time step.

  18. Explicit calculation • If we had assumed: • That can be solved explicitly, but has stability problems. • We would have got:

  19. Implicit calculation • If we had assumed: • That has less computation than the “average” approach, but still requires the resolution of a system of equations. • We would have got:

  20. Results (D<0.5) The results evolve as expected.

  21. Results (D=0.75) The results are strange. Concentration bigger than initial are obtained. Negative concentrations are also obtained…. The method is unstable

  22. Stability • The method became unstable because the parenthesis becomes negative when D>0.5; • When the parenthesis changes sign, the effect of ci at time t changes. If it is positive the larger is the initial concentration the larger is the subsequent concentration. If it is negative the larger is the initial concentration the smaller is the subsequent, which is physically impossible. • This is the limitation of the explicit methods. They are conditionally stable. In pure diffusion problems the D (the diffusion number) must be smaller than 0.5. If other processes exist (e.g. k≠0) D must be smaller.

  23. Implicit methods stability • Implicit (as well as semi-implicit) methods are more difficult to program, but do not have stability limitations allowing larger values for D, meaning that we can combine small grid sizes with large time steps, while in explicit methods the time step is associated to the square of the spatial step.

  24. How large should diffusivity be? • We have to reassess the concept of diffusivity: “Diffusivity is the product of a non-resolved velocity part by the length of the displacement of the fluid due to that velocity”.

  25. Cx Cx+∆x Definição de velocidade • A figura representa moléculas de dois fluidos em repouso. A velocidade mede o volume de moléculas que passa por unidade de área. • Se a velocidade for nula, o volume que passa num sentido é igual ao que passa no sentido contrário.

  26. Difusão • Mas as moléculas têm movimento browniano e por isso - num fluido - estão sempre a mudar de posição relativa. • Se as moléculas que estão de um lado da superfície forem iguais às que estão do outro lado, o saldo é estatisticamente nulo. • Se a concentração for diferente, então existirá um saldo com um fluxo resultante orientado da concentração maior para a menor.

  27. Fluxo difusivo por unidade de área Na direcção “x”:

  28. Value of diffusivity in our problem • When we assume the velocity to be uniform in the cross section area, we are neglecting spatial variability. If the profile was parabolic the average velocity would be half of the maximum velocity. We would be neglecting a eddies with velocity similar to the average velocity and radius of half channel width. • Diffusivity should be of the order of: UL/2.

  29. Stability • The system gets unstable if D>0.5 • This equation shows that the length of the displacement due to diffusion must be smaller than half of the cell length.

  30. Initial Conditions • Initial values to be provided in each cell

  31. Boundary conditions • Boundary conditions specify how the fluid interacts with the surrounding environment. • Solid boundaries • Open boundaries, • In geophysics boundaries can be vertical of horizontal (Top and bottom). Gravity make them important. • One can impose property’s values or fluxes (advection and/or diffusion).

  32. Input data • Geometry, • Flow properties, • Process parameters, • Execution parameters.

More Related