practical course sc & v free boundary value problems dr. miriam mehl institut für informatik...

8
Practical Course SC & V Free Boundary Value Problems Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science

Upload: sarah-brady

Post on 26-Mar-2015

213 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Practical Course SC & V Free Boundary Value Problems Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science

Practical Course SC & VFree Boundary Value Problems

Dr. Miriam Mehl

Institut fürInformatik

Scientific Computingin Computer Science

Page 2: Practical Course SC & V Free Boundary Value Problems Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science

Examples

Page 3: Practical Course SC & V Free Boundary Value Problems Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science

Domain Representation

• imaginary fluid particles

fluid cell: #particles ≥ 1

empty cell: #particles = 0

obstacle cell

Page 4: Practical Course SC & V Free Boundary Value Problems Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science

Domain Representation

Page 5: Practical Course SC & V Free Boundary Value Problems Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science

Domain Implementation

• particles

Particle_Lines

• cell types

3 possibilities each

update for each time step!!!

cell east west north south

Page 6: Practical Course SC & V Free Boundary Value Problems Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science

Algorithmic Changes

• extended initialization

• time loop:

– update cell types

– set u,v,p at the free boundary

– perform computations ‚inside‘ the fluid

– set u,v at the free boundary

– update particle positions

Page 7: Practical Course SC & V Free Boundary Value Problems Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science

Boundary Values

• edges between fluid and empty cells

• edges adjacent to fluid cells

• pressure in surface cells

Page 8: Practical Course SC & V Free Boundary Value Problems Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science

Boundary Conditions

• equlibrium:

surface tension ↔ surface stress

neglection of surface tension

zero stress components