Difference between revisions of "Transport equation by Jozsef Nagy"

From OpenFOAM Wiki
Jump to navigation Jump to search
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* '''author''': Jozsef Nagy
+
[[category:numerics]]
* '''affiliation''': Institute of Polymer Injection Molding and Process Automation, Johannes Kepler University Linz, Austria
+
* '''contributor''': Jozsef Nagy
* '''contact''': jozsef.nagy@jku.at
+
* '''affiliation''': eulerian-solutions e.U., Linz, Austria
* '''OpenFOAM version''': 2.3.0
+
* '''contact''': <mail address='jnmlujnmlu@gmail.com' description='author'>click here for email address</mail>
* '''Published under''': CC BY-NC-SA license
+
* '''OpenFOAM version''': v2312
 +
* '''Published under''': CC BY-NC-SA license ([https://creativecommons.org/licenses creative commons licenses])
  
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_2 Day 2].
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_2 Day 2].
 +
 +
=[https://www.youtube.com/watch?v=PaDDplpAJJ0 Transport equation]=
 +
 +
[[File:scalar_jnagy.png|450px|right|1D scalar transport]]
 +
 +
In previous tutorials you might have seen fancy equations, which describe different phenomena in fluid dynamics. They might even be familiar from lectures, that you attended in the past. In this tutorial
 +
 +
* [https://www.youtube.com/watch?v=PaDDplpAJJ0 part 1]
 +
* [https://www.youtube.com/watch?v=WyaSte21g9I part 2]
 +
 +
you will get a detailed introduction to the most basic and also most general equation, which you will find in CFD, the basic transport equation. We will discuss
 +
 +
* the solver
 +
* case setup
 +
* transport phenomena like convection and diffusion
 +
* influence of constants
 +
* simulation of scalar transport
 +
* post processing
 +
 +
A deep understanding of the general transport equation is important, as you can derive from it all the important equations, which you will want to solve within your CFD project.
 +
 +
For older versions of OpenFOAM the blockMeshDict file is located in constant/polyMesh, for newer versions the file is located in system.

Latest revision as of 07:11, 26 January 2024

Go back to Day 2.

Transport equation

1D scalar transport

In previous tutorials you might have seen fancy equations, which describe different phenomena in fluid dynamics. They might even be familiar from lectures, that you attended in the past. In this tutorial

you will get a detailed introduction to the most basic and also most general equation, which you will find in CFD, the basic transport equation. We will discuss

  • the solver
  • case setup
  • transport phenomena like convection and diffusion
  • influence of constants
  • simulation of scalar transport
  • post processing

A deep understanding of the general transport equation is important, as you can derive from it all the important equations, which you will want to solve within your CFD project.

For older versions of OpenFOAM the blockMeshDict file is located in constant/polyMesh, for newer versions the file is located in system.