Difference between revisions of "Day 13"

From OpenFOAM Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
On Day 13 we will focus on topics, which include thermal processes. These processes are rather common in the industry and the modeling can be rather challenging. For this we will take a look at the possibilities OpenFOAM offers and concentrate on
+
Today we go deep into programming. Although you already programmed applications the days before, here we first take a look at the basics of C++ and start with simple examples, so you can view them from a different perspective. At the end of the day, try and use your knowledge for your problem setting.
 
 
* free convection
 
* conjugate heat transfer
 
* reaction modeling
 
* thermophysical models
 
  
 
Go back to [https://wiki.openfoam.com/index.php?title=%223_weeks%22_series "3 weeks" series].
 
Go back to [https://wiki.openfoam.com/index.php?title=%223_weeks%22_series "3 weeks" series].
Line 11: Line 6:
  
 
These pdfs will give you an introduction intro the basics of programming in C++.
 
These pdfs will give you an introduction intro the basics of programming in C++.
 
  
 
=[https://wiki.openfoam.com/Basic_programming_by_Hakan_Nilsson Basic programming by Håkan Nilsson]=
 
=[https://wiki.openfoam.com/Basic_programming_by_Hakan_Nilsson Basic programming by Håkan Nilsson]=
Line 23: Line 17:
 
=End of Day 13=
 
=End of Day 13=
  
We arrived at the end of Day 13. We hope, that you found the information useful and that you will come back tomorrow for even more. Until then we wish you a pleasant day.
+
We arrived at the end of Day 13. We hope, that you found the information useful and that you will come back tomorrow for even more.  
 +
 
 +
Now try and use your gathered knowledge and experience of the last days for your own problem setting.
 +
 
 +
Until then we wish you a pleasant day.

Latest revision as of 12:27, 3 October 2018

Today we go deep into programming. Although you already programmed applications the days before, here we first take a look at the basics of C++ and start with simple examples, so you can view them from a different perspective. At the end of the day, try and use your knowledge for your problem setting.

Go back to "3 weeks" series.

Basics of C++

These pdfs will give you an introduction intro the basics of programming in C++.

Basic programming by Håkan Nilsson

Here you will find an introduction to basic programming in OpenFOAM by Håkan Nilsson at Chalmers University of Technology. You will learn about

  • high level programming
  • source code origanisation
  • implementation of applications

End of Day 13

We arrived at the end of Day 13. We hope, that you found the information useful and that you will come back tomorrow for even more.

Now try and use your gathered knowledge and experience of the last days for your own problem setting.

Until then we wish you a pleasant day.