1 / 6

Practical Course SC & V

Scientific Computing in Computer Science. Institut für Informatik. Practical Course SC & V. Time Discretisation. Dr. Miriam Mehl. Time Discretisation. Euler step for momentum equations pressure ensures mass conservation poisson equation correction of velocities. Time Step – Stability.

nita
Download Presentation

Practical Course SC & V

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. Scientific Computing in Computer Science Institut für Informatik Practical Course SC & V Time Discretisation Dr. Miriam Mehl

  2. Time Discretisation • Euler step for momentum equations • pressure ensures mass conservation • poisson equation • correction of velocities

  3. Time Step – Stability • small reynolds number: dt < dx2 • high reynolds number:dt < dx

  4. Algorithm (One Time Step) • compute time step dt • set boundary values • compute preliminary velocities • solve pressure equation • compute final velocities

  5. Debugging • simple setup: • one(!!!) time step • external forces zero • test preliminary velocities at boundaries • test residual of the pressure equation

  6. Debugging • enhanced setup: • initialize velocities constant butwith nonzero boundary values • test preliminary velocities

More Related