Simplicial localization

From formulasearchengine
Revision as of 12:13, 7 December 2013 by en>Malcolma (added Category:Category theory; removed {{uncategorized}} using HotCat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Unsteady flows are characterized as flows in which the properties of the fluid are time dependent. It gets reflected in the governing equations as the time derivative of the properties are absent. For Studying Finite-volume method for unsteady flow there is some governing equations [1]>

Governing Equation

The conservation equation for the transport of a scalar in unsteady flow has the general form as [2]

ρϕt+div(ρϕυ)=div(Γgradϕ)+Sϕ

ρ is density and ϕ is conservative form of all fluid flow,
Γ is the Diffusion coefficient and S is the Source term. div(ρϕυ) is Net rate of flow of ϕ out of fluid element(convection),
div(Γgradϕ) is Rate of increase of ϕ due to diffusion,
Sϕ is Rate of increase of ϕ due to sources.

ρϕt is Rate of increase of ϕ of fluid element(transient),

The first term of the equation reflects the unsteadiness of the flow and is absent in case of steady flows. The finite volume integration of the governing equation is carried out over a control volume and also over a finite time step ∆t.

cvtt+Δt(ρϕtdt)dV+tt+ΔtA(n.ρϕudA)dt=tt+ΔtA(n.(Γgradϕ)dA)dt+tt+ΔtcvSϕdVdt

The control volume integration of the steady part of the equation is similar to the steady state governing equation’s integration. We need to focus on the integration of the unsteady component of the equation. To get a feel of the integration technique, we refer to the one dimensional unsteady heat conduction equation.[3]

ρcTt=kTxx+S

tt+ΔtcvρcTtdVdt=tt+ΔtcvkTxxdVdt+tt+ΔtcvSdVdt

ewtt+Δt(ρcTtdt)dV=tt+Δt[(kATx)e(kATx)w]dt+tt+ΔtS¯ΔVdt

Now, holding the assumption of the temperature at the node being prevalent in the entire control volume, the left side of the equation can be written as [4]

cvtt+Δt(ρcTtdt)dV=ρc(TPTPO)ΔV

By using a first order backward differencing scheme, we can write the right hand side of the equation as

ρc(TPTP0)ΔV=tt+Δt[(KeATETPδxPE)(KwATPTWδxWP)]dt+tt+ΔtS¯ΔVdt

Now to evaluate the right hand side of the equation we use a weighting parameter θ between 0 and 1, and we write the integration of TP

IT=tt+ΔtTPdt=[θTP(1θ)TP0]Δt

Now, the exact form of the final discretised equation depends on the value of Θ. As the variance of Θ is 0< Θ <1, the scheme to be used to calculate TP depends on the value of the Θ

Different Schemes

1. Explicit Scheme in the explicit scheme the source term is linearised as b=Su+SPTP0. We substitute θ=0 to get the explicit discretisation i.e.:[5]

aPTP=awTw0+aeTe0+[aP0(aw+aeSP)]TP0+Su

where aP=aP0. One thing worth noting is that the right side contains values at the old time step and hence the left side can be calculated by forward matching in time. The scheme is based on backward differencing and it’s Taylor series truncation error is first order with respect to time. All coefficients need to be positive. For constant k and uniform grid spacing, δxPE=δxWP=Δx this condition may be written as

ρcΔxΔt>2KΔx

This inequality sets a stringent condition on the maximum time step that can be used and represents a serious limitation on the scheme. It becomes very expensive to improve the spatial accuracy because the maximum possible time step needs to be reduced as the square of Δx [6]

2. Crank Nicholson scheme : the crank Nicholson scheme results from setting θ=12. The discretised unsteady heat conduction equation becomes

aPTP=aE[TE+TE02]+aW[TW+TW02]+[aP0aE2aW2]TP0+b

Where aP=aW+aE2+aP0SP2

Since more than one unknown value of T at the new time level is present in equation the method is implicit and simultaneous equations for all node points need to be solved at each time step. Although schemes with 12<θ<1 including the Crank-Nicolson scheme, are unconditionally stable for all values of the time step it is more important to ensure that all coefficients are positive for physically realistic and bounded results. This is the case if the coefficient of TP0 satisfies the following condition

Satisfy the following condition

aP0=[aE+aW2]

which leads to

Δt<ρcΔx2K

the crank Nicholson is based on central differencing and hence is second order accurate in time. The overall accuracy of a computation depends also on the spatial differencing practice, so the Crank-Nicolson scheme is normally used in conjunction with spatial central differencing

3. Fully implicit Scheme when the value of Ѳ is set to 1 we get the fully implicit scheme. The discretised equation is: [7]

aPTP=aWTW+aETE+aP0TP0+Su

aP=aP0+aW+aESP

Both sides of the equation contain temperatures at the new time step, and a system of algebraic equations must be solved at each time level. The time marching procedure starts with a given initial field of temperatures T0. The system of equations is solved after selecting time step Δt. Next the solution T is assigned to T0 and the procedure is repeated to progress the solution by a further time step. It can be seen that all coefficients are positive, which makes the implicit scheme unconditionally stable for any size of time step. Since the accuracy of the scheme is only first-order in time, small time steps are needed to ensure the accuracy of results. The implicit method is recommended for general purpose transient calculations because of its robustness and unconditional stability

References

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

  1. http://books.google.co.in/books+finite+volume+method+for+unsteady+flows
  2. An Introduction to Computational Fluid Dynamics H. K. Versteeg and W Malalasekra Chapter 8 page 168
  3. An Introduction to COmputational Fluid Dynamics H. K. Versteeg and W Malalasekra Chapter 8 page 169
  4. http://www.sciencedirect.com/science/article/pii/S002199910096546X
  5. An Introduction to Computational Fluid Dynamics H. K. Versteeg and W Malalasekra Chapter 8 page 171
  6. http://opencourses.emu.edu.tr/mod/resource/view.php?id=489 topic 7
  7. http://opencourses.emu.edu.tr/course/view.php?id=27&lang=en topic 7