BUniverse: Boston University's Video Community

  • Upload
  • Browse
  • My videos
  • Search BUniverse Videos

Videos tagged cfd

(32) videos

Sort by:

  • Relevance
  • Newest
  • Most Watched

View as:

  • Thumbnail
  • Details

More options

Watch this video Watch this video

ME 702 - Computational Fluid Dynamics (Lecture "zero", part 3)

By labarba (54)

NEW ! (August 2014) Prof. Barba is teaching a MOOC titled "Practical Numerical Methods with Python." Check it out:
http://openedx.seas.gwu.edu/courses/GW/MAE6286/2014_fall/about

*********************************

The Navier-Stokes equations for [...]a Newtonian fluid (assumes a linear relationship between stresses and rates of deformation).


This video is part of the open courseware prepared by Prof. Lorena A. Barba.

For more, visit: http://lorenabarba.com
Follow: https://twitter.com/LorenaABarba

More info

Tags: eng, lorena barba, me702, fluids, cfd

  • 99 love it
  • 0 comments
  • 372 views
Watch this video Watch this video

ME 702 - Computational Fluid Dynamics - Video Lesson 5

By labarba (54)

NEW ! (August 2014) Prof. Barba is teaching a MOOC titled "Practical Numerical Methods with Python." Check it out:
http://openedx.seas.gwu.edu/courses/GW/MAE6286/2014_fall/about

*********************************

Explicit vs Implicit FD [...]schemes. Using “stencils” for numerical schemes. Crank-Nicolson method.


This video is part of the open courseware prepared by Prof. Lorena A. Barba.

For more, visit: http://lorenabarba.com
Follow: https://twitter.com/LorenaABarba

More info

Tags: eng, lorena barba, me702, fluids, cfd

  • 83 love it
  • 0 comments
  • 120 views
Watch this video Watch this video

ME 702 - Computational Fluid Dynamics - Video Lesson 1

By labarba (54)

NEW ! (August 2014) Prof. Barba is teaching a MOOC titled "Practical Numerical Methods with Python." Check it out:
http://openedx.seas.gwu.edu/courses/GW/MAE6286/2014_fall/about

*********************************
Introduction to CFD, starting [...]from recalling the Navier-Stokes equation and the meaning of each term: unsteady term, convective term, viscous term. Why is CFD needed? Some reasons: when a system is difficult to study experimentally; to quickly test many scenarios; when it’s faster or easier than experiment; fluid simulations for entertainment. The basic ingredients of CFD: (i) the mathematical model; (ii) the discretization method; (iii) analysis of the numerical scheme; (iv) solving a resulting algebraic system of equations, and; (v) post-processing and visualization.


This video is part of the open courseware prepared by Prof. Lorena A. Barba.

For more, visit: http://lorenabarba.com
Follow: https://twitter.com/LorenaABarba

More info

Tags: eng, lorena barba, me702, fluids, cfd

  • 69 love it
  • 0 comments
  • 115 views
Watch this video Watch this video

ME 702 - Computational Fluid Dynamics (Lecture "zero", part 1)

By labarba (54)

Pencast explaining the derivation of the equation of conservation of mass (a.k.a., "continuity") in differential form.

More ME 702 videos on iTunes U:
http://itunes.apple.com/itunes-u/computational-fluid-dynamics/id452560554


This video is [...]part of the open courseware prepared by Prof. Lorena A. Barba.

For more, visit: http://lorenabarba.com
Follow: https://twitter.com/LorenaABarba

More info

Tags: eng, lorena barba, me702, fluids, cfd

  • 76 love it
  • 0 comments
  • 208 views
Watch this video Watch this video

ME 702 - Computational Fluid Dynamics - Video Lesson 28

By labarba (54)

NEW ! (August 2014) Prof. Barba is teaching a MOOC titled "Practical Numerical Methods with Python." Check it out:
http://openedx.seas.gwu.edu/courses/GW/MAE6286/2014_fall/about

*********************************

Finite volume formulas in two [...]dimensions— If FVM is applied on a Cartesian grid, we recover FD formulas! Finite volume equation for a general quadrilateral cell. The evaluation of fluxes is the crucial feature that differentiates the various schemes; examples: central scheme & cell-centered FVM / central scheme & cell-vertex FVM.


This video is part of the open courseware prepared by Prof. Lorena A. Barba.

For more, visit: http://lorenabarba.com
Follow: https://twitter.com/LorenaABarba

More info

Tags: eng, lorena barba, me702, fluids, cfd

  • 67 love it
  • 0 comments
  • 22 views
Watch this video Watch this video

ME 702 - Computational Fluid Dynamics - Video Lesson 27

By labarba (54)

NEW ! (August 2014) Prof. Barba is teaching a MOOC titled "Practical Numerical Methods with Python." Check it out:
http://openedx.seas.gwu.edu/courses/GW/MAE6286/2014_fall/about

*********************************

The finite volume method [...]discretization— Cell-centered vs. cell-vertex schemes, and various types of mesh; requirements for a consistent scheme. Applying the integral conservation law to each control volume; cell-averaged quantities.


This video is part of the open courseware prepared by Prof. Lorena A. Barba.

For more, visit: http://lorenabarba.com
Follow: https://twitter.com/LorenaABarba

More info

Tags: eng, lorena barba, me702, fluids, cfd

  • 82 love it
  • 0 comments
  • 20 views
Watch this video Watch this video

ME 702 - Computational Fluid Dynamics - Video Lesson 25

By labarba (54)

NEW ! (August 2014) Prof. Barba is teaching a MOOC titled "Practical Numerical Methods with Python." Check it out:
http://openedx.seas.gwu.edu/courses/GW/MAE6286/2014_fall/about

*********************************

Introduction to the Finite [...]Volume Method. The FVM is the most widely used method in CFD, and one of the reasons is that it is very general and flexible, and it allows the use of any unstructured mesh. It is characterized by using the integral formulation of the conservation laws, and the discretization is applied over infinitesimal control volumes. One of the most important features of the FVM is that it automatically results in a conservative discretization. A simple demonstration of this feature appears at the end of this video, where one domain is divided in three sub-domains, and the internal fluxes are seen to cancel out.


This video is part of the open courseware prepared by Prof. Lorena A. Barba.

For more, visit: http://lorenabarba.com
Follow: https://twitter.com/LorenaABarba

More info

Tags: eng, lorena barba, me702, fluids, cfd

  • 75 love it
  • 0 comments
  • 14 views
Watch this video Watch this video

ME 702 - Computational Fluid Dynamics - Video Lesson 24

By labarba (54)

NEW ! (August 2014) Prof. Barba is teaching a MOOC titled "Practical Numerical Methods with Python." Check it out:
http://openedx.seas.gwu.edu/courses/GW/MAE6286/2014_fall/about

*********************************

Discretizing the Euler [...]equations, using (i) Lax-Friedrichs scheme, (ii) Lax-Wendroff scheme, (iii) Richtmyer method, (iv) MacCormack method. “Sod’s test problems — initial conditions and parameters to use. Overview of results with different schemes, compared with the analytical condition.


This video is part of the open courseware prepared by Prof. Lorena A. Barba.

For more, visit: http://lorenabarba.com
Follow: https://twitter.com/LorenaABarba

More info

Tags: eng, lorena barba, me702, fluids, cfd

  • 71 love it
  • 0 comments
  • 16 views
Watch this video Watch this video

ME 702 - Computational Fluid Dynamics - Video Lesson 23

By labarba (54)

NEW ! (August 2014) Prof. Barba is teaching a MOOC titled "Practical Numerical Methods with Python." Check it out:
http://openedx.seas.gwu.edu/courses/GW/MAE6286/2014_fall/about

*********************************

Euler equations and the [...]shock-tube problem—The Riemann problem consists of a conservation law, and piecewise constant initial data with a single jump discontinuity. It has an analytical solution for the Euler equations, which is very useful to test numerical schemes. The Riemann problem itself appears as an integral part of the formulation of many CFD approaches, called “wave capturing methods”. Classic example: “The shock-tube problem”: generates a one-dimensional unsteady flow consisting of a right-traveling shock and a left-traveling expansion wave.


This video is part of the open courseware prepared by Prof. Lorena A. Barba.

For more, visit: http://lorenabarba.com
Follow: https://twitter.com/LorenaABarba

More info

Tags: eng, lorena barba, me702, fluids, cfd

  • 72 love it
  • 0 comments
  • 16 views
Subscribe
  • < prev
  • 1
  • 2
  • 3
  • 4
  • next >
  • 1 – 9 of 32 videos

Related tags

  • eng (173)
  • lorena barba (53)
  • me702 (32)
  • fluids (32)
  • cfd (32)
Boston University Homepage
  • Upload
  • Browse
  • My Videos
  • Help
  • About Us
  • Terms of Service
  • Contact Us
  • RSS Feeds
  • BU Today
  • Bostonia Magazine
  • BU Homepage

Are you sure?

You're about to delete:

No, don't delete

(This video will not be removed from YouTube, only from BUniverse. Why?)