SlideShare a Scribd company logo
Mathematical
behaviour of PDE’s
       Arvind Deshpande
Governing equations of fluid flow
(Navier Stokes equations)

      div ( V )  0( Mass)
t
 ( u )                    p
          div ( Vu )    div ( gradu)  S Mx ( X  momentum)
   t                       x
 ( v)                     p
          div ( Vv )    div ( gradv)  S My (Y  momentum)
   t                       y
 ( w)                      p
           div ( Vw)    div ( gradw)  S Mz ( Z  momentum)
   t                        z
 ( i )
          div ( Vi )   pdivV  div (kgradT )    Si ( InternalEn ergy )
  t
P  RT & i  CvT ( Equationso fstate )
3/7/2012                       Arvind Deshpande (VJTI)                          2
Governing equations of fluid flow
(Euler equations)

      div ( V )  0( Mass)
t
 ( u )                    p
          div ( Vu )    S Mx ( X  momentum)
   t                       x
 ( v)                     p
          div ( Vv )    S My (Y  momentum)
   t                       y
 ( w)                      p
           div ( Vw)    S Mz ( Z  momentum)
   t                        z
 ( i )
          div ( Vi )   pdivV  Si ( InternalEn ergy )
  t
P  RT & i  CvT ( Equationso fstate )
3/7/2012                        Arvind Deshpande (VJTI)     3
Comments on governing equations
1.  They are a coupled system of nonlinear partial differential equations and
    hence are very difficult to solve analytically.
2.  For the momentum and energy equations, difference in the conservation
    form and non conservation form is the just the left hand side.
3.  Conservation form contains terms on the left side which include the
    divergence of some quantity.
4.  In CFD literature, entire block of equations are called Navier-Stoke’s
    equations.
5.  All equations for inviscid flow are called Euler’s equations.
6.  Conservation form of the governing equations provides a numerical and
    computer programming convenience in that the continuity, momentum
    and energy equations in conservation form can all be expressed by the
    same generic equation. This helps to simplify and organize the logic in a
    given computer program.
Governing equations are “bread and butter” of CFD-learn them well.



3/7/2012                      Arvind Deshpande (VJTI)                           4
General Transport equation in
Differential form

   (  )
            div ( V )  div (grad )  S
     t
                                                                 Rate of increase
Rate of         Net rate of flow         Rate of increase of φ
                                                                 of φ due to
increase of φ   of φ out of the          due to diffusion
                                                                 sources
of fluid        fluid element
element




3/7/2012                       Arvind Deshpande (VJTI)                       5
General Transport equation in
Integral form

          
     dV    n.( V )dA   n.(grad )dA   S dV
t  CV
   
            
             A                 A                CV


                                                                      Net Rate of
Rate of increase     Net rate of              Net rate of increase
                                                                      creation of φ
of φ fluid element   decrease of φ            of φ due to diffusion
                     due to convection        across the
                     across the               boundaries
                     boundaries




3/7/2012                      Arvind Deshpande (VJTI)                          6
General Transport equation in
    Integral form

 n.( V )dA   n.(grad )dA   S dV (steady )
A                A                   CV

             
t t  CVdV dt  t  n.( V )dAdt  t  n.(grad )dAdt  t CVS dVdt (unstady )

      
      
               
                        A                     A
                                                                        




    3/7/2012                        Arvind Deshpande (VJTI)                             7
Shock capturing
   In flow fields involving shock waves, there are sharp discontinuous
    changes in flow field variables, P,ρ, V, T etc. across the shocks.
   Shock capturing methods are designed to have the shock waves
    appear naturally within the computational space as a direct result of
    the general algorithm, without any special treatment to take care of
    the shocks themselves.
   Ideal for complex flow problems involving shock waves for which we
    do not know either the location or the number of shocks.
   Numerically obtained shock thickness bears no relation whatsoever
    to the actual physical shock thickness and precise location of the
    shock is uncertain.
   Conservation form of the governing equations is suitable for shock
    capturing



3/7/2012                     Arvind Deshpande (VJTI)                    8
Shock fitting
   In shock fitting methods, shocks are explicitly introduced into the
    flow field solution. Analytical relations are used to relate the flow
    immediately ahead of and behind the shock and governing
    equations are used to calculate the remainder of the flow field
    between the shock and some other boundary such as surface of a
    aerodynamic body.
   Shock is always treated as discontinuity and its location is well
    defined numerically.
   For a given problem, you have to know in advance approximately
    where to put the shock waves and how many they are. For complex
    flows, this can be a distinct disadvantage.
   For shock-fitting method, satisfactory results are usually obtained for
    either form of the equations, conservation or non conservation.




3/7/2012                      Arvind Deshpande (VJTI)                     9
Boundary conditions
   Real driver for any particular solution
   Dirichlet boundary condition - Specification of
    dependent variables along the boundary
    e.g. For Viscous flow, Wall boundary condition
    V = Vw at the surface (No slip)
    For a stationary wall, V = 0
    Known wall temperature, T= Tw




3/7/2012              Arvind Deshpande (VJTI)         10
Newmann boundary condition
   Specification of                                 T 
                                             q .   K  
    derivatives of dependent                         n  n
    variables along the                       T     q.
    boundary                                      
                                              n  n  K
    e.g. 1) if wall temperature
    is changing due to heat
    transfer from or to the
    surface
    2) Adiabatic wall
                                                     T 
                                                         0
                                                     n  n
3/7/2012                  Arvind Deshpande (VJTI)               11
Robbins Condition

The Derivative of the dependent variable is given as a
function of the dependent variable on the boundary.




3/7/2012               Arvind Deshpande (VJTI)           12
Inlet and outlet
   Inlet – Density, velocity and temperature at inlet
   Outlet – location where flow is approximately
    unidirectional and where surface stresses take
    known values.
   For external flows away from solid objects and
    for internal flow, at a location where no change
    in any of the velocity components in direction
    across the boundary and Fn = -P & Ft = 0
   Specified pressure, un  0, T  0
                             n          n

3/7/2012              Arvind Deshpande (VJTI)            13
Other boundary conditions
   Open boundary
                                              u n
    condition                                      0
                                               n
                                              
   Symmetry boundary                              0
    condition                                 n
    Cyclic boundary
                                              1  2

    condition

3/7/2012            Arvind Deshpande (VJTI)             14
Initial conditions
 Everywhere in the solution region ρ, V and
  T must be given at time t = 0
 The Initial and Boundary conditions must
  be specified to obtain unique numerical
  solutions to PDEs
   Well posed problem


3/7/2012          Arvind Deshpande (VJTI)   15
Partial Differential Equations
Classifications of PDE’s according to order

                                
           First Order         G    0
                            x    y

                             2    
           Second Order              0
                            x 2
                                    y

                                2
                            3    2  
           Third Order     3  
                           x   xy   x  0
                                          
                                       


3/7/2012                    Arvind Deshpande (VJTI)   16
Mathematical behavior of PDE’s
  2   2    2      
a 2 b      c 2 d    e     f  g  0
 x    xy   y    x    y
           2
  dy   dy 
a   b   c  0
  dx   dx 

   If b2-4ac < 0, elliptic equation (Imaginary characteristics)
   If b2-4ac = 0, parabolic equation (1 real characteristics)
   If b2-4ac > 0, hyperbolic equation (2 real and distinct
    characteristics)


3/7/2012                  Arvind Deshpande (VJTI)              17
Eigen value method
  N
           2
           N

 Ajk x x  H  0
j 1 k 1   j k
det [Ajk-λI] = 0
 If any eigen value λ = 0, the equation is parabolic.
 If all eigen value λ ≠ 0 and they are all of the same sign,
  the equation is elliptic.
 If all eigen value λ ≠ 0 and all but one are of the same
  sign the equation is hyperbolic.



3/7/2012                Arvind Deshpande (VJTI)             18
Elliptic PDE

 Typical Examples are
                2  2
                     2  0 ( Laplace’s Equation – Irrotational flow of
               x 2
                     y     an incompressible fluid, steady state
                             conductive heat transfer)
              2  2
and                 2  g ( x, y )   ( Poisson’s Equation)
              x 2
                    y
    Note that In both of the eqns, b=0, a=1, c=1 which makes
   b 2  4ac  4 which is < 0
      The solution domain of Elliptic Eqn has closed ended nature

 3/7/2012                   Arvind Deshpande (VJTI)                 19
Domain of
                      dependence




           Pictorial Representation of Elliptical Problem
3/7/2012                   Arvind Deshpande (VJTI)          20
Elliptic PDE
   Characteristics are imaginary/complex
   Information propagates everywhere
   Equilibrium problems (div grad φ = 0)
   Boundary value problems
   Smooth solution
   Steady state temperature distribution of a
    insulated solid rod
   Steady viscous flow
   Steady, subsonic inviscid flow

3/7/2012              Arvind Deshpande (VJTI)    21
Parabolic PDE

 A Typical Example is
                 2
              
           t     x 2            ( Heat Conduction or Diffusion Eqn.)
           
               divgrad ( )
           t

           Where      is positive, real constant
In above eqn. b=0, c=0, a =              which makes b 2  4ac  0

 The solution advances outward indefinitely from Initial Condition
 This is also called as marching type problem
 The solution domain of Parabolic Eqn has open ended nature


3/7/2012                        Arvind Deshpande (VJTI)               22
Domain of dependence




           Pictorial Representation of Parabolic Problem
3/7/2012                  Arvind Deshpande (VJTI)          23
Parabolic PDE
   Information travels in one particular direction
    (downstream)
   Time dependent problems which involve significant
    amount if dissipation
   Initial-Boundary value problems
   Smooth solution
   Unsteady heat conduction
   Unsteady viscous flows
   Thin shear layers – Boundary layers, jets, mixing layers,
    wakes, fully developed duct flows


3/7/2012                 Arvind Deshpande (VJTI)            24
Hyperbolic PDE
    A typical example is
           2      2
                 2
                  c                         ( Wave Equation)
            t2
                        x 2
             2
                  c 2 divgrad
            t 2
   Where c2 is real constant and always positive
  In above eqn b = 0, a = c2, c = -1 which makes b2  4ac  4c 2
   which is >0

 The solution domain of Hyperbolic Eqn has open ended nature
 Two Initial conditions are required to start the solution of
Hyperbolic eqn in contrast with Parabolic eqn where only one Initial
conditions is required.
 3/7/2012                         Arvind Deshpande (VJTI)          25
Domain of
                                                         influence




                                                                                Boundary conditions
                     Boundary conditions                             P(x’,t’)



                                                       Domain of
                                                       dependence


                                             Initial conditions
           Pictorial Representation of Hyperbolic Problem



3/7/2012                                   Arvind Deshpande (VJTI)                                    26
Hyperbolic PDE
   Characteristics are real and distinct
   Information propagates along these characteristics
   Time dependent problems which involve negligible
    dissipation
   Initial-Boundary value problems
   Solution may be discontinuous
   Compressible fluid flows at speeds close to or above the
    speed of sound
   Steady, inviscid supersonic flow
   Unsteady inviscid flow



3/7/2012                Arvind Deshpande (VJTI)            27

More Related Content

PDF
Introduction to cfd
PPTX
Critical thickness of insulation
PPTX
Some basics of Strength Of Materials..
PPTX
Wear measurement
PDF
Introduction to Theory of elasticity and plasticity Att 6521
PDF
experimental stress analysis-Chapter 3
Introduction to cfd
Critical thickness of insulation
Some basics of Strength Of Materials..
Wear measurement
Introduction to Theory of elasticity and plasticity Att 6521
experimental stress analysis-Chapter 3

What's hot (20)

PPTX
Stability of Submerged Bodies in Fluid
PPTX
Heat conduction equation
PPTX
Kinemetic chains, Pairs, Joints, Four bar Mechanisms (KOM)
PPT
Fluid dynamics
PPTX
General steps of the finite element method
PPTX
Degree of reaction
PPTX
A STUDY ON VISCOUS FLOW (With A Special Focus On Boundary Layer And Its Effects)
PDF
Fluid Mechanics Chapter 6. Boundary Layer Concept
PDF
7.velocity analysis
PPTX
1.4 law of gearing
PPTX
Gyroscopic couple
PDF
DYNAMICS OF MACHINES UNIT-1 BY Mr.P.RAMACHANDRAN/AP/MECH/KIT/CBE
PPTX
DYNAMIC FORCE ANALYSIS BEST PPT
PPTX
Compatibility equation and Airy's stress function of theory of elasticity
PDF
Introduction to finite element analysis
PPT
Mechanical Vibrations all slides
PDF
Heat conduction equation
PPTX
conduction
PPTX
Various types of surfaces 131044119001
Stability of Submerged Bodies in Fluid
Heat conduction equation
Kinemetic chains, Pairs, Joints, Four bar Mechanisms (KOM)
Fluid dynamics
General steps of the finite element method
Degree of reaction
A STUDY ON VISCOUS FLOW (With A Special Focus On Boundary Layer And Its Effects)
Fluid Mechanics Chapter 6. Boundary Layer Concept
7.velocity analysis
1.4 law of gearing
Gyroscopic couple
DYNAMICS OF MACHINES UNIT-1 BY Mr.P.RAMACHANDRAN/AP/MECH/KIT/CBE
DYNAMIC FORCE ANALYSIS BEST PPT
Compatibility equation and Airy's stress function of theory of elasticity
Introduction to finite element analysis
Mechanical Vibrations all slides
Heat conduction equation
conduction
Various types of surfaces 131044119001
Ad

Similar to Mathematical behaviour of pde's (20)

PDF
QMC: Operator Splitting Workshop, Optimization and Control in Free ans Moving...
PPT
PPT
Geohydrology ii (2)
PDF
Basiceqs3
PDF
An algorithm for simulation of achemical transport equation in an aquifer fin...
PDF
Electron dynamics in a biased quantum well dos
PPTX
CFD Lecture (2/8): Fluid Mechanics: CFD Perspective
PDF
GDQ SIMULATION FOR FLOW AND HEAT TRANSFER OF A NANOFLUID OVER A NONLINEARLY S...
PDF
A Detailed Analysis of Capillary Viscometer
PDF
A robust stabilised immersed finite element framework for complex fluid-struc...
PDF
Pll Basic Linkedin2
PDF
Pressure Gradient Influence on MHD Flow for Generalized Burgers’ Fluid with S...
PPTX
Vectors and Kinematics
PDF
Analytic Solution Of Stokes Second Problem For Second-Grade Fluid
PPT
Diode Equation.ppt
PDF
Principles of Electronic Materials and Devices 4th Edition Kasap Solutions Ma...
PPT
Bernoulli Equation, Acceleration of a Fluid Particle, Derivation of the Berno...
PPTX
Boundary layer theory 4
PDF
Rec101 unit 1 (part iii) diode applications
PDF
Critical analysis of zwietering correlation for solids
QMC: Operator Splitting Workshop, Optimization and Control in Free ans Moving...
Geohydrology ii (2)
Basiceqs3
An algorithm for simulation of achemical transport equation in an aquifer fin...
Electron dynamics in a biased quantum well dos
CFD Lecture (2/8): Fluid Mechanics: CFD Perspective
GDQ SIMULATION FOR FLOW AND HEAT TRANSFER OF A NANOFLUID OVER A NONLINEARLY S...
A Detailed Analysis of Capillary Viscometer
A robust stabilised immersed finite element framework for complex fluid-struc...
Pll Basic Linkedin2
Pressure Gradient Influence on MHD Flow for Generalized Burgers’ Fluid with S...
Vectors and Kinematics
Analytic Solution Of Stokes Second Problem For Second-Grade Fluid
Diode Equation.ppt
Principles of Electronic Materials and Devices 4th Edition Kasap Solutions Ma...
Bernoulli Equation, Acceleration of a Fluid Particle, Derivation of the Berno...
Boundary layer theory 4
Rec101 unit 1 (part iii) diode applications
Critical analysis of zwietering correlation for solids
Ad

More from parabajinkya0070 (13)

PDF
Introduction to cad cam
PDF
Cnc hardware
DOC
Cf dfinal1 (may11)
PDF
Pressure velocity coupling
PDF
Introduction to nc
PDF
Rapid prototyping
PDF
Graphics standards
PDF
Cnc, dnc & adaptive control
PDF
Assignment simple algorithm
PDF
Solution algorithms for assignment problems
PDF
Fvm for convection diffusion2
PDF
Assignments cnc programming
PDF
Introduction to cfd 2
Introduction to cad cam
Cnc hardware
Cf dfinal1 (may11)
Pressure velocity coupling
Introduction to nc
Rapid prototyping
Graphics standards
Cnc, dnc & adaptive control
Assignment simple algorithm
Solution algorithms for assignment problems
Fvm for convection diffusion2
Assignments cnc programming
Introduction to cfd 2

Recently uploaded (20)

PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Encapsulation theory and applications.pdf
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Modernizing your data center with Dell and AMD
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
Empathic Computing: Creating Shared Understanding
PPT
Teaching material agriculture food technology
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
KodekX | Application Modernization Development
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Unlocking AI with Model Context Protocol (MCP)
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Encapsulation theory and applications.pdf
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
NewMind AI Monthly Chronicles - July 2025
Review of recent advances in non-invasive hemoglobin estimation
Mobile App Security Testing_ A Comprehensive Guide.pdf
Modernizing your data center with Dell and AMD
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
cuic standard and advanced reporting.pdf
Empathic Computing: Creating Shared Understanding
Teaching material agriculture food technology
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Understanding_Digital_Forensics_Presentation.pptx
KodekX | Application Modernization Development
Digital-Transformation-Roadmap-for-Companies.pptx

Mathematical behaviour of pde's

  • 2. Governing equations of fluid flow (Navier Stokes equations)   div ( V )  0( Mass) t  ( u ) p  div ( Vu )    div ( gradu)  S Mx ( X  momentum) t x  ( v) p  div ( Vv )    div ( gradv)  S My (Y  momentum) t y  ( w) p  div ( Vw)    div ( gradw)  S Mz ( Z  momentum) t z  ( i )  div ( Vi )   pdivV  div (kgradT )    Si ( InternalEn ergy ) t P  RT & i  CvT ( Equationso fstate ) 3/7/2012 Arvind Deshpande (VJTI) 2
  • 3. Governing equations of fluid flow (Euler equations)   div ( V )  0( Mass) t  ( u ) p  div ( Vu )    S Mx ( X  momentum) t x  ( v) p  div ( Vv )    S My (Y  momentum) t y  ( w) p  div ( Vw)    S Mz ( Z  momentum) t z  ( i )  div ( Vi )   pdivV  Si ( InternalEn ergy ) t P  RT & i  CvT ( Equationso fstate ) 3/7/2012 Arvind Deshpande (VJTI) 3
  • 4. Comments on governing equations 1. They are a coupled system of nonlinear partial differential equations and hence are very difficult to solve analytically. 2. For the momentum and energy equations, difference in the conservation form and non conservation form is the just the left hand side. 3. Conservation form contains terms on the left side which include the divergence of some quantity. 4. In CFD literature, entire block of equations are called Navier-Stoke’s equations. 5. All equations for inviscid flow are called Euler’s equations. 6. Conservation form of the governing equations provides a numerical and computer programming convenience in that the continuity, momentum and energy equations in conservation form can all be expressed by the same generic equation. This helps to simplify and organize the logic in a given computer program. Governing equations are “bread and butter” of CFD-learn them well. 3/7/2012 Arvind Deshpande (VJTI) 4
  • 5. General Transport equation in Differential form (  )  div ( V )  div (grad )  S t Rate of increase Rate of Net rate of flow Rate of increase of φ of φ due to increase of φ of φ out of the due to diffusion sources of fluid fluid element element 3/7/2012 Arvind Deshpande (VJTI) 5
  • 6. General Transport equation in Integral form     dV    n.( V )dA   n.(grad )dA   S dV t  CV    A A CV Net Rate of Rate of increase Net rate of Net rate of increase creation of φ of φ fluid element decrease of φ of φ due to diffusion due to convection across the across the boundaries boundaries 3/7/2012 Arvind Deshpande (VJTI) 6
  • 7. General Transport equation in Integral form  n.( V )dA   n.(grad )dA   S dV (steady ) A A CV   t t  CVdV dt  t  n.( V )dAdt  t  n.(grad )dAdt  t CVS dVdt (unstady )      A A  3/7/2012 Arvind Deshpande (VJTI) 7
  • 8. Shock capturing  In flow fields involving shock waves, there are sharp discontinuous changes in flow field variables, P,ρ, V, T etc. across the shocks.  Shock capturing methods are designed to have the shock waves appear naturally within the computational space as a direct result of the general algorithm, without any special treatment to take care of the shocks themselves.  Ideal for complex flow problems involving shock waves for which we do not know either the location or the number of shocks.  Numerically obtained shock thickness bears no relation whatsoever to the actual physical shock thickness and precise location of the shock is uncertain.  Conservation form of the governing equations is suitable for shock capturing 3/7/2012 Arvind Deshpande (VJTI) 8
  • 9. Shock fitting  In shock fitting methods, shocks are explicitly introduced into the flow field solution. Analytical relations are used to relate the flow immediately ahead of and behind the shock and governing equations are used to calculate the remainder of the flow field between the shock and some other boundary such as surface of a aerodynamic body.  Shock is always treated as discontinuity and its location is well defined numerically.  For a given problem, you have to know in advance approximately where to put the shock waves and how many they are. For complex flows, this can be a distinct disadvantage.  For shock-fitting method, satisfactory results are usually obtained for either form of the equations, conservation or non conservation. 3/7/2012 Arvind Deshpande (VJTI) 9
  • 10. Boundary conditions  Real driver for any particular solution  Dirichlet boundary condition - Specification of dependent variables along the boundary e.g. For Viscous flow, Wall boundary condition V = Vw at the surface (No slip) For a stationary wall, V = 0 Known wall temperature, T= Tw 3/7/2012 Arvind Deshpande (VJTI) 10
  • 11. Newmann boundary condition  Specification of  T  q .   K  derivatives of dependent  n  n variables along the  T  q. boundary     n  n K e.g. 1) if wall temperature is changing due to heat transfer from or to the surface 2) Adiabatic wall  T    0  n  n 3/7/2012 Arvind Deshpande (VJTI) 11
  • 12. Robbins Condition The Derivative of the dependent variable is given as a function of the dependent variable on the boundary. 3/7/2012 Arvind Deshpande (VJTI) 12
  • 13. Inlet and outlet  Inlet – Density, velocity and temperature at inlet  Outlet – location where flow is approximately unidirectional and where surface stresses take known values.  For external flows away from solid objects and for internal flow, at a location where no change in any of the velocity components in direction across the boundary and Fn = -P & Ft = 0  Specified pressure, un  0, T  0 n n 3/7/2012 Arvind Deshpande (VJTI) 13
  • 14. Other boundary conditions  Open boundary u n condition 0 n   Symmetry boundary 0 condition n Cyclic boundary 1  2  condition 3/7/2012 Arvind Deshpande (VJTI) 14
  • 15. Initial conditions  Everywhere in the solution region ρ, V and T must be given at time t = 0  The Initial and Boundary conditions must be specified to obtain unique numerical solutions to PDEs  Well posed problem 3/7/2012 Arvind Deshpande (VJTI) 15
  • 16. Partial Differential Equations Classifications of PDE’s according to order   First Order G 0 x y  2  Second Order  0 x 2 y 2   3    2   Third Order  3    x   xy   x  0      3/7/2012 Arvind Deshpande (VJTI) 16
  • 17. Mathematical behavior of PDE’s  2  2  2   a 2 b c 2 d e  f  g  0 x xy y x y 2  dy   dy  a   b   c  0  dx   dx   If b2-4ac < 0, elliptic equation (Imaginary characteristics)  If b2-4ac = 0, parabolic equation (1 real characteristics)  If b2-4ac > 0, hyperbolic equation (2 real and distinct characteristics) 3/7/2012 Arvind Deshpande (VJTI) 17
  • 18. Eigen value method N  2 N  Ajk x x  H  0 j 1 k 1 j k det [Ajk-λI] = 0  If any eigen value λ = 0, the equation is parabolic.  If all eigen value λ ≠ 0 and they are all of the same sign, the equation is elliptic.  If all eigen value λ ≠ 0 and all but one are of the same sign the equation is hyperbolic. 3/7/2012 Arvind Deshpande (VJTI) 18
  • 19. Elliptic PDE Typical Examples are  2  2  2  0 ( Laplace’s Equation – Irrotational flow of x 2 y an incompressible fluid, steady state conductive heat transfer)  2  2 and  2  g ( x, y ) ( Poisson’s Equation) x 2 y Note that In both of the eqns, b=0, a=1, c=1 which makes b 2  4ac  4 which is < 0 The solution domain of Elliptic Eqn has closed ended nature 3/7/2012 Arvind Deshpande (VJTI) 19
  • 20. Domain of dependence Pictorial Representation of Elliptical Problem 3/7/2012 Arvind Deshpande (VJTI) 20
  • 21. Elliptic PDE  Characteristics are imaginary/complex  Information propagates everywhere  Equilibrium problems (div grad φ = 0)  Boundary value problems  Smooth solution  Steady state temperature distribution of a insulated solid rod  Steady viscous flow  Steady, subsonic inviscid flow 3/7/2012 Arvind Deshpande (VJTI) 21
  • 22. Parabolic PDE A Typical Example is   2  t x 2 ( Heat Conduction or Diffusion Eqn.)   divgrad ( ) t Where  is positive, real constant In above eqn. b=0, c=0, a =  which makes b 2  4ac  0  The solution advances outward indefinitely from Initial Condition  This is also called as marching type problem  The solution domain of Parabolic Eqn has open ended nature 3/7/2012 Arvind Deshpande (VJTI) 22
  • 23. Domain of dependence Pictorial Representation of Parabolic Problem 3/7/2012 Arvind Deshpande (VJTI) 23
  • 24. Parabolic PDE  Information travels in one particular direction (downstream)  Time dependent problems which involve significant amount if dissipation  Initial-Boundary value problems  Smooth solution  Unsteady heat conduction  Unsteady viscous flows  Thin shear layers – Boundary layers, jets, mixing layers, wakes, fully developed duct flows 3/7/2012 Arvind Deshpande (VJTI) 24
  • 25. Hyperbolic PDE A typical example is  2  2 2 c ( Wave Equation) t2 x 2  2  c 2 divgrad t 2 Where c2 is real constant and always positive In above eqn b = 0, a = c2, c = -1 which makes b2  4ac  4c 2 which is >0  The solution domain of Hyperbolic Eqn has open ended nature  Two Initial conditions are required to start the solution of Hyperbolic eqn in contrast with Parabolic eqn where only one Initial conditions is required. 3/7/2012 Arvind Deshpande (VJTI) 25
  • 26. Domain of influence Boundary conditions Boundary conditions P(x’,t’) Domain of dependence Initial conditions Pictorial Representation of Hyperbolic Problem 3/7/2012 Arvind Deshpande (VJTI) 26
  • 27. Hyperbolic PDE  Characteristics are real and distinct  Information propagates along these characteristics  Time dependent problems which involve negligible dissipation  Initial-Boundary value problems  Solution may be discontinuous  Compressible fluid flows at speeds close to or above the speed of sound  Steady, inviscid supersonic flow  Unsteady inviscid flow 3/7/2012 Arvind Deshpande (VJTI) 27