Difference between revisions of "Running your first case by Jozsef Nagy"

From OpenFOAM Wiki
Jump to navigation Jump to search
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* '''author''': Jozsef Nagy
+
[[category:basic tutorial]]
* '''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 ([https:// creativecommons.org/licenses creative commons licenses])
+
* '''OpenFOAM version''': v2006
 +
* '''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_5 Day 5].
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_5 Day 5].
  
=[https:// www.youtube.com/watch?v=jfDzFPaPPug Running your first case on your own]=
+
=[https://www.youtube.com/watch?v=jfDzFPaPPug Running your first case on your own]=
  
In this [https:// www.youtube.com/watch?v=jfDzFPaPPug video] you will be given a case, that you will have to set up and run on your own. You will  
+
[[File:scalar_jnagy2.png|285px|right|2D scalar transport]]
 +
 
 +
In this [https://www.youtube.com/watch?v=jfDzFPaPPug video] you will be given a case, that you will have to set up and run on your own. You will  
  
 
* create your mesh
 
* create your mesh
Line 16: Line 19:
 
* set correct numerical settings
 
* set correct numerical settings
 
* run your simulation
 
* run your simulation
* postprocess your simulation
+
* post process your simulation
  
 
Please do not skip this tutorial and do not take yourself the possibility to fight yourself though all the way to the very end. This is one of the best feelings while working with OpenFOAM.
 
Please do not skip this tutorial and do not take yourself the possibility to fight yourself though all the way to the very end. This is one of the best feelings while working with OpenFOAM.
  
There is a [https:// www.youtube.com/watch?v=tdzvQM6XkvU solution] for the case, that you are stuck, but try to watch it once you are confident, that you found the correct way on your own.  
+
There is a [https://www.youtube.com/watch?v=tdzvQM6XkvU solution] for the case, that you are stuck, but try to watch it once you are confident, that you found the correct way on your own.
 +
 
 +
For older versions of OpenFOAM the blockMeshDict file is located in constant/polyMesh, for newer versions the file is located in system.
  
 
Have fun!
 
Have fun!

Revision as of 04:56, 28 July 2020

Go back to Day 5.

Running your first case on your own

2D scalar transport

In this video you will be given a case, that you will have to set up and run on your own. You will

  • create your mesh
  • set up initial and boundary conditions
  • set up physical properties
  • set correct numerical settings
  • run your simulation
  • post process your simulation

Please do not skip this tutorial and do not take yourself the possibility to fight yourself though all the way to the very end. This is one of the best feelings while working with OpenFOAM.

There is a solution for the case, that you are stuck, but try to watch it once you are confident, that you found the correct way on your own.

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

Have fun!