Difference between revisions of "Day 9"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
* grid refinement
 
* grid refinement
 
* post processing
 
* post processing
 +
 +
=[https://wiki.openfoam.com/Multiphase_modeling_(VOF)_by_Bahram_Haddadi Multiphase]=
 +
 +
Use the interFoam solver to simulate breaking of a dam for 2s.
  
 
=[https://wiki.openfoam.com/Multiphase_modeling_%28VOF%29_by_Joel_Guerrero Multiphase modeling (VOF) - flushing a tank]=
 
=[https://wiki.openfoam.com/Multiphase_modeling_%28VOF%29_by_Joel_Guerrero Multiphase modeling (VOF) - flushing a tank]=

Revision as of 12:02, 14 March 2018

Welcome to Day 9. Today we will start tackling another big topic in CFD, multiphase modeling. It is important to understand the idea behind the models and how to include them into your simulation. For this reason we will take a look at the available models and take a detailed look at the VOF model and run several simulations to gain experience.

Go back to "3 weeks" series.

Multiphase modeling (VOF)

In this tutorial you will get a compact introduction on the theory of the Volume-Of-Fluid (VOF) model and it application. You will understand, which additional entries you require in your simulation setup in order to correctly depict the additional physics in the problem. The pdf version can be found here. The focus is on:

  • modeling of two immiscible fluids
  • case setup
  • initial and boundary conditions
  • grid refinement
  • post processing

Multiphase

Use the interFoam solver to simulate breaking of a dam for 2s.

Multiphase modeling (VOF) - flushing a tank

In this next tutorial you will further deepen your knowledge of the theory and gain experience by running further simulations.

Multiphase, free surface flows and rising bubbles

These videos let all the gained information sink in. With it you will be able to understand the simulations you ran up until now and you will implement this knowledge in upcoming cases. You will learn about

  • multiphase flow modeling
  • eulerian multiphase model
  • free surface flow modeling
  • free surface tracking
  • lagrangian particle tracking
  • liquid film model

Multiphase flows in iron casting

This is an interesting application of free surface flow modeling. Take a look at a familiar case setup and modify it in order to model iron casting. The topics covered are:

  • VOF equations
  • interFoam solver structure
  • walkthrough dam-break case
  • mold injection
  • time varying boundary condition
  • model setup
  • geometry generation
  • running a simulation
  • post-processing

Free surface flows

In this tutorial you will be guided through another application of free surface flows in order to fully internalize the gained knowledge and experience. The focus is on

  • theory
  • mesh creation
  • physical properties
  • boundary conditions
  • fields initialization
  • numerics

End of Day 9

We hope, that you enjoyed Day 9. We hope, that you had fun. You learned a lot about multiphase modeling and especially the Volume-Of-Fluid Method. Tomorrow we will carry on with parallelization. See you tomorrow!