Difference between revisions of "Day 13"

From OpenFOAM Wiki
Jump to navigation Jump to search
 
(8 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
+
Go back to [https://wiki.openfoam.com/index.php?title=%223_weeks%22_series "3 weeks" series].
* conjugate heat transfer
+
 
* reaction modeling
+
=[https://wiki.openfoam.com/Basics_of_C%2B%2B_by_Hakan_Nilsson Basics of C++]=
* thermophysical models
+
 
 +
These pdfs will give you an introduction intro the basics of programming in C++.
  
Go back to [https://wiki.openfoam.com/index.php?title=%223_weeks%22_series "3 weeks" series].
+
=[https://wiki.openfoam.com/Basic_programming_by_Hakan_Nilsson 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
  
This section of the 3-weeks series is currently under maintanance.
+
* high level programming
 +
* source code origanisation
 +
* implementation of applications
  
 
=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.