Difference between revisions of "Day 13"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
=[https://wiki.openfoam.com/Conjugate_heat_transfer_by_Bruno_Santos Conjugate heat transfer]=
 
=[https://wiki.openfoam.com/Conjugate_heat_transfer_by_Bruno_Santos Conjugate heat transfer]=
 +
 +
Sometimes it is important to consider the heat conduction in a solid wall to correctly model the temperature on a given wall. For that you have to do modifications in your case setup. This tutorial shows you a simple example, where a simulation is explained step-by-step. The focus is on:
 +
 +
* case setup
 +
* running the simulation
 +
* postprocessing
 +
* file description
 +
* understanding the physics
 +
* boundary layer
 +
* analytical solution
 +
* interpreting the results
  
 
=[https://wiki.openfoam.com/Reacting_flow_by_Bahram_Haddadi_and_colleagues Reacting elbow]=
 
=[https://wiki.openfoam.com/Reacting_flow_by_Bahram_Haddadi_and_colleagues Reacting elbow]=
 +
 +
In some cases you will encounter flows with chemical reactions. It is important to correctly include the reaction into your simulation setup. This tutorial gives you a short introduction into the possibilities OpenFOAM offers. You will learn about
 +
 +
* boundary and initial conditions
 +
* multi-species and reaction modeling
 +
* dictionaries
 +
* running the simulation
 +
* postprocessing
  
 
=[https://wiki.openfoam.com/Thermodynamic_class_by_Isabelle_Choquet ThermophysicalModels library]=
 
=[https://wiki.openfoam.com/Thermodynamic_class_by_Isabelle_Choquet ThermophysicalModels library]=

Revision as of 05:35, 23 September 2016

Go back to "3 weeks" series.

Free convection

Conjugate heat transfer

Sometimes it is important to consider the heat conduction in a solid wall to correctly model the temperature on a given wall. For that you have to do modifications in your case setup. This tutorial shows you a simple example, where a simulation is explained step-by-step. The focus is on:

  • case setup
  • running the simulation
  • postprocessing
  • file description
  • understanding the physics
  • boundary layer
  • analytical solution
  • interpreting the results

Reacting elbow

In some cases you will encounter flows with chemical reactions. It is important to correctly include the reaction into your simulation setup. This tutorial gives you a short introduction into the possibilities OpenFOAM offers. You will learn about

  • boundary and initial conditions
  • multi-species and reaction modeling
  • dictionaries
  • running the simulation
  • postprocessing

ThermophysicalModels library