Advanced CFD Coding Techniques using C++ (Object Oriented)
- Description
- Curriculum
- FAQ
- Reviews
Within the context of this course you will learn how to use modern object oriented programming techniques in c++, with classes and vectors to create a solution for the famous lid driven cavity case. The solution is visualized using either paraview/tecplot or any other post-processing software.
– Critical knowledge which will be gained:
– Operations of fields such as gradients, laplacian, time derivatives.
– Manipulation and creation of objects.
– Overloading of C++ classes/ functions etc..
– Operator overloading and friend functions.
– File writing techniques for visualization.
-
1Introduction to the course
Introduction video lesson. Please download all source codes, code lite zip folder. Also read the blog :
https://aeroflightcfd.blogspot.com/2020/03/quite-often-users-of-openfoam-su2-and.html
-
2Vectors, classes and objects
Introduction to vectors, classes, objected and template classes.
Social Network