Your studies

decorative illustration

Welcome to the student pages at chalmers.se! Here, we have gathered the information you will find useful in preparing, planning and carrying out your studies.

  • Services and tools
  • Schedule and how to reserve group rooms
  • Examinations and other summative assessments
  • Find course and programme syllabi
  • Contacts for master's programmes

All you need to know about exams

course code master thesis chalmers

Find important dates for your studies during the academic year

An acadmic year at Chalmers is divided into two semesters, where each semester consists of two study periods.

course code master thesis chalmers

Apply for a scholarship!

As a student enrolled at Chalmers, you are eligible to apply for scholarships from the foundations and funds that Chalmers either administer or manage.

course code master thesis chalmers

Tracks – a unique educational initiative

Tracks is a unique educational initiative regarding learning and learning environments that prepares the university for the needs of tomorrow. Tracks are exactly what Chalmers students are offered – tracks between different programmes in the form of elective courses, where the choices are guided by personal interest. The framework of Tracks provides opportunities for individualised study and collaboration between students, industry, the community and academia.

Need someone to ask or talk to?

course code master thesis chalmers

Pedagogic support

course code master thesis chalmers

Our campuses

course code master thesis chalmers

MSc/PhD course in CFD with OpenSource software, 7.5hec , 2014

Table of Contents

Basic information

Prerequisites and preparations, schedule and contents, student reports/tutorials, project suggestions, useful links, more information, master thesis propositions, accomodation.

The course homepage is http://www.tfd.chalmers.se/~hani/kurser/OS_CFD . If you intend to make a link to something at the homepage, please add the year to the address, such as OS_CFD_2014. If you are not attending the course, but find the homepage useful, please write me a couple of words (to [email protected] ) that help me argue that this way of working is acknowledged.

The course is open to master students at Chalmers, and PhD students enrolled anywhere.

Other interested should consider the industrial alternatives ( OpenSource CFD for Industry – Basic Usage , and OpenSource CFD for Industry – High-level development , through Chalmers Professional Education - CPE), or contact me to be put in a mail list that is used for information regarding courses and conferences related to OpenSource CFD.

Some notes for master students at Chalmers: You will take this course under course code TME050, which means that you will be graded U/3/4/5. It also means that you can not use that course code for any other course, or if you have already used that course code you can not take this course. Talk to the student administration to make sure that you can take the course and that you can count it in your programme . Please see the formal syllabus of TME050.

If you are interested in taking the course you should contact me at [email protected] so that I can maintain an e-mail list that will be used for further information until the course starts. Getting closer to the start of the course I will ask for a verification (registration) that you will take the course for sure.

·          Time: You should make sure that you have time to take the course. It is very intense the first three weeks, with two full hands-on lecturing days per week, and assignments for the next week. You are expected to dedicate at least 25h per week to the course the first three weeks. After that you have a certain number of weeks to do a complete project, and then you should review the work by another student. You should spend at least 175h in total: 52h lectures, and about 20h for assignments, 95h for the project, and 8h for the peer-review. Don’t underestimate the work required!

·          Fluid Dynamics and CFD: You should have a background in Fluid Dynamics, and ideally some CFD experience and/or a course in CFD.

·          Project: You should be able to identify a suitable project that fulfils the requirements of this course, and that you are able to complete in the available time. It is beneficial if it is related to a project you are anyway doing, or planning to do (PhD project/Master project etc.), since it will be more useful to you and you will put more effort into it. We will of course discuss the project before you start doing it.

·          Linux: The course requires you to have a basic knowledge in Linux. In order to be able to follow the lectures, you should make sure that you understand and can use the basic Linux commands presented at the link below. You need to have that knowledge in order to follow already the first lecture.

·          Software: It is HIGHLY recommended that you make sure that you can run Linux and OpenFOAM from your own laptop. See instructions at the link below. We should have access to a computer lab with OpenFOAM installed, during the lectures and presentations, and you can try to find a seat there whenever it is not booked (or work from your FoDat computer if you have access to that, or remotely on one of our servers). On the other hand, you will gain more knowledge and freedom if you learn to install Linux and OpenFOAM yourself. We will not go through the installation procedures during the course, so you must do it before arriving.

Install Ubuntu 14.04 LTS, OpenFOAM-2.3.x, foam-extend-3.1 etc. on your own laptop

How to run OpenFOAM at Chalmers, physically or remotely

How to run OpenFOAM from a USB iso

Miscellaneous tips and tricks (advanced raw information, mainly for myself)

Basic Linux commands

The course gives an introduction to the use of OpenSource software for CFD applications. It has a strong focus on how to efficiently use the Linux operating system and different softwares that are useful for CFD (to the largest extent OpenFOAM , see the short description below), rather than having a focus on teaching the basics of CFD or fluid dynamics. A major project work in OpenFOAM forms a large part of the course. The project may be defined according to the student's special interests. The result of the project should be a detailed tutorial for a specific application or library of OpenFOAM ( Docendo discimus – Latin: “by teaching, we learn”). The tutorials will be peer-reviewed by the students, and the tutorials thus form a part of the course. The tutorials will be made available, as a contribution to the OpenFOAM community. To pass the course the student must do the project and peer-review a tutorial from another project. There will also be some compulsory minor tasks.

The students will learn on the following subjects:

  • Compilation procedures
  • Version Control Systems
  • Python , Numpy , Matplotlib
  • Writing reports (in this case a tutorial)
  • Peer- reviewing reports
  • Teach a tutorial in the form of a small workshop

Other software that may be of interest, but are not covered: salome , freecad , blender, engrid , gmsh , cubit, visit, Dakota, Enosh

OpenFOAM (Open Field Operation and Manipulation, www.openfoam.com ) is developed and distributed by OpenCFD Ltd at ESI Group and distributed by the OpenFOAM Foundation . OpenFOAM is an object oriented C++ toolbox for solving various systems of partial differential equations using the finite volume method on arbitrary control volume shapes and configurations. It includes preprocessing (grid generator, converters, manipulators, case setup), postprocessing (using OpenSource Paraview ), and many specialized CFD solvers are implemented. The features in OpenFOAM are comparable to what is available in the major commercial CFD codes. Some of the more specialized features that are included in OpenFOAM are: sliding grid, moving meshes, two-phase flow ( Langrange , VOF, Euler-Euler) and fluid-structure interaction. The strength of OpenFOAM is however the object-oriented approach to generating specialized solvers, utilities and libraries, using a flexible set of C++ modules. OpenFOAM runs in parallel using automatic/manual domain decomposition, and the parallelism is integrated at a low level so that solvers can generally be developed without the need for any parallel-specific coding. Due to the distribution as an OpenSource code it is possible to gain control over the exact implementations of different features, which is essential in research work. It also makes development and tailoring of the code for the specific application possible. In addition to the source code, OpenFOAM gives access to an international community of OpenFOAM researchers through the discussion board at the OpenFOAM home page. Community contributions are available through the OpenFOAM-Extend project at SourceForge (also at www.foam-extend.org ).

This offering is not approved or endorsed by OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM® and OpenCFD ® trade marks . Following the trademark policy .

  • First occasion Workshop/Lecture These first two days focus on how to use Linux, OpenFOAM , paraFoam , and some Gnuplot and Python plotting
  • Monday, 1/9, 9:15-17:00, Room MT13 ( Map to Hörsalsvägen 7A and MT13 – enter the Mechanical Engineering building, go straight through it to a second stairway, go down one floor to the basement, and find MT13 the first to the left) Map for lunches

§   Syllabus

§   Access to computers and OpenFOAM

§   OpenFOAM applications and case set-up

§   ParaFoam tutorial

§   Find solver and utility tutorials in the source code, and learn how to use them

  • Tuesday, 2/9, 8:00-15:00, Room MT13

§   Some utility and functionObject tutorials

§   A quick look at pyFoam ( set-up-file )

§   A quick look at the source code of applications

§   Start to work on assignment, with supervision (see below)

§   Compulsory assignment to be handed in by September 7 Submit your (correct) answers through PingPong : https://pingpong.chalmers.se/startPage.do

  • Second occasion Workshop/Lecture These second two days focus on how to modify OpenFOAM
  • Monday, 8/9, 9:15-17:00, Room MT13

§   Source code and binary file directory organization

§   High-level programming in OpenFOAM

§   Implement three applications The rodFoam case

§   Basics of C++, and how it is used in OpenFOAM

  • Tuesday, 9/9, 8:00-15:00, Room MT13

§   Object orientation in C++ and OpenFOAM

§   A look inside icoFoam

§   Implement a turbulence model Code for kOmegaSSTF Movie Optional: Link to Pirooz’ licentiate thesis, and a description of turbulence models in OpenFOAM Optional: Link to Martin’s master thesis, and a description of DES models in OpenFOAM

§   Implement a boundary condition Optional: Sparse instructions for implementing a rampedFixedValue BC

§   Implement a functionObject

§   Debugging (completed at third occasion)

§   Compulsory assignment to be handed in by September 21 Submit your (correct) answers through PingPong : https://pingpong.chalmers.se/startPage.do

  • Third occasion Workshop/Lecture/Supervision These third two days focus on advanced usage/modification, and other useful stuff
  • Monday, 15/9, 9:15-17:00, Room MT13

§   Klas Jareteg – Coupled solvers etc.

§   Huadong Yao – Fluid-structure interaction Files

  • Tuesday, 16/9, 8:00-15:00, Room MT13

§   Isabelle Choquet – Thermophysical properties (updated, but some remaining comments to be further updated) Ar_Data_thermalConduct.tgz blockThermoFoamCase.tgz density_Ar_Data.tgz enthalpy_Data.tgz heatCapacitiCp_DATA.tgz

§   Discussions and start of project work

§   Compulsory project work to be handed in before December 1 st ! Hand in intermediate draft, including project description, October 26, through PingPong !!!

§   Example of project description

§   LaTeX report template (originated from Per Carlsson , 2008. Compile the tex file with latex or pdflatex . NOTE: output directly to pdf!) OR Use the template provided at the CoCoons project (but add the statements that the work is part of this course)

§   Report front page

§   LaTeX /Beamer slide template tar-file Note that it is not required to use LaTeX /Beamer, but it is a nice experience. The template should at least work in the Chalmers system.

§   Additional, for those interested (on request): Tutorials by Aurelia Vallier on LPT, VOF, and Rayleigh- Plesset :

§   1: Modeling of bubble dynamics with a simplistic use of the OpenFOAM ODE class

§   2: Modeling of bubble dynamics with OpenFOAM

§   3: Modeling of bubble transport with OpenFOAM

  • Preliminary project titles (in pingpong )
  • Free user conference, for those who are interested: Gothenburg Region OpenFOAM User Group Meeting Register by mailing me.
  • Fourth occasion Project presentations
  • Monday, 1/12, 9:15-17:00, Room MT13
  • Tuesday, 2/12, 08:00-15:00, Room MT13
  • Final assignment – peer-review and update of the report/tutorial Hand in peer-review (deadline: 20/12, Example of a good peer-review ):
  • Put your review in Documents/Peer reviews, in pingpong , and notify the author.

Update your project files according to peer-reviews and write a response to the reviewers (deadline: 17/1, Example of a good response to a peer-review )

  • Put your response to the reviewers in Documents/Peer reviews, in pingpong , and notify the reviewers.
  • Put your final, updated files in Documents/Final…, in pingpong , and notify Håkan

The final, updated files will be distributed at the course homepage. If you do not want your names to appear, don’t put it in your report. If you don’t want your name to be listed as reviewer, tell the author not to include it.

Here the final, peer-reviewed, student reports/tutorials are listed.

·          Guglielmo Minelli: PANS turbulence model implementation. Slides , Report , Movie , Movie , Movie , Movie , Files

·          Efstratios Fonias : Simulation of turbulent channel flow over rippled bed with investigation of 4-way coupling for particles.   Slides , Report , Movie , Movie , Files , Files , Files

·          Sandra Busch: A twophaseEulerFoam tutorial. Slides , Report

·          Naser Hamedi : Non-Newtonian Models in OpenFOAM - Implementation of a non-Newtonian model. Slides , Report , Files

·          Surya Kiran Peravali : Implementing Vortex Lattice representation of Propeller sections   Slides , Report , Movie , Movie , Movie , Files

·          Hao Chen: Description and modification of subset mesh motion solver for simulation of flow through and around a moving porous media   Slides , Report , Files , Files , Files

·          Matteo Nobile: Improvement of Lagrangian approach for multiphase flow. Slides , Report , Files , Files , Files

·          Simon Lindberg: Description of an adjoint method for object optimization related to wind noise. Slides , Report , Files , Files

·          Jonatan Margalit : Modeling of bed roughness using a geometry function and forcing terms in the momentum equations. Slides , Report , Files , Files

·          Erik Krane : A tutorial on modification of the turboFvMesh class for flow-driven rotation. Slides , Report , Files

·          Baris Bicer: Implementation of Transport Model into CavitatingFoam to simulate the Cavitation in Diesel Injector Nozzle. Slides , Report , Movie , Files , Files

·          Erik Karlsson: A FSI tutorial on the axialTurbine tutorial case Slides , Report , Files

Here is a list of the rest of the student reports/tutorials that were presented, but have not been updated after a review.

·          Bartolucci Lorenzo: EngineFoam : implementation of a different combustion model and the new Janaf thermo equations Slides , Report , Files

·          Alessandro Manni : An introduction to twoPhaseEulerFoam with addition of an heat exchange model   Slides , Report , Files

·          Thomas Vyzikas: The implementation of interFoam solver as a flow model of the fsiFoam solver for strong fluid-structure interaction Slides , Report , Movie , Movie

Disclaimer: This is a student project work, done as part of a course where OpenFOAM and some other OpenSource software are introduced to the students. Any reader should be aware that it might not be free of errors. Still, it might be useful for someone who would like learn some details similar to the ones presented in the report and in the accompanying files. The material has gone through a review process. The role of the reviewer is to go through the tutorial and make sure that it works, that it is possible to follow, and to some extent correct the writing. The reviewer has no responsibility for the contents.

Project suggestions may be listed here (or see the previous courses), but you are encouraged to work in your own PhD/Master project, with a twist to make it appropriate in the current course. For inspiration, also see if there are master thesis suggestions below, where a part can be done as the project in this course. People visiting this web page may send suggestions to me at [email protected] .

·          Verification and validation – extension of the testHarness . Automatize V&V for existing tutorials, or new cases. See http://www.cambridge.org/us/academic/subjects/computer-science/scientific-computing-scientific-software/verification-and-validation-scientific-computing

·          Automate the process of setting up, running, post-processing, and analyzing the results of the Francis-99 turbine case. A case with existing results can be used. Focus can be on one of the parts of the process, and not necessarily on all parts. Running the simulation should be avoided since it is very time consuming and can not be done as a quick tutorial.

·          A good test case for turbulent rotating flow is fully developed flow in a rotating pipe. It is a 3D flow which only varies in the radial direction.. Experimental data is available at http://www.mech.kth.se/thesis/2006/phd/phd_2006_luca_facciolo.pdf and http://dx.doi.org/10.1016/0142-727X(96)00057-4 . It is used for validation of EARSM in http://journals.cambridge.org/abstract_S0022112099007004 . The case can be simulated both in a rotating reference frame, with rotating mesh ( DyM ), and in stationary coordinates with a rotating wall. All methods should give the same results. EARSM should model this kind of flow well. Stefan Wallin has a quite good description of how to implement EARSM in EVM-codes by adding an extra anisotropy term, in paper 6 of his PhD thesis: http://www.mech.kth.se/thesis/2000/phd/phd_2000_stefan_wallin.pdf . EARSM should be a rather robust and economical model compared to full RSM. A preliminary implementation of EARSM exists.

·          Improve the functionality for projecting blockMesh patches to stl surfaces, based on the work by Kalle Nogenmyr . It is currently (2013-12-17) using an external multigrid solver, amgpp , which is very slow except for very small cases. Further, it gives an FPE, so the OpenFOAM FPE check must be disabled. An alternative would be to use the OpenFOAM GAMG solver instead. Files are located here: https://github.com/nogenmyr/blockMeshBodyFit , and descriptions are located here: http://www.cfd-online.com/Forums/openfoam-news-announcements-other/119767-body-fit-capable-blockmesh.html . I think that Kalle would be happy to supervise a bit. Requires a skilled student.

·          Continue the work on coupled solvers, by Klas Jareteg 2012, having Klas as contact person. Requires a skilled student.

There is no requirement to buy any book. You have to find the information you need to solve your project and the tasks.

The C++ part of the course is based on “ C++ Direkt ”, by Jan Skansholm , Studentlitteratur , which is in Swedish. Any introductory C++ book should be fine. Anyone who is doing CFD is recommended to have “ An Introduction to Computational Fluid Dynamics: The Finite Volume Method ” by Versteeg and Malalasekera . Another useful book is “ Computational Methods for Fluid Dynamics ” by J.H. Ferziger and M. Peric . Some useful references:

1.       C++ how to Program by Paul and Harvey Deitel , Current version is 9 but older versions will also work fine.

2.       Object Oriented Programming in C++ by Robert Lafore , 4th Edition

3.       C++ from the Beginning by Jan Skansholm (should be a very good book for a complete basic programming newbie.)

4.       Free on-line book on C-programming in Linux (I haven't checked it)

5.       C++ tutorial

6.       Free on-line text book in CFD (I haven't checked it)               Accompanying exercise book

7.       Iterative methods for sparse linear systems

1.       The CoCoons project (community-driven documentation of OpenFOAM )

2.       OpenFOAM Workshops ( mirror )

3.       Documents related to OpenFOAM , collected by Professor Hrvoje Jasak.

4.       Great collection of know-how for OpenFOAM

5.       Some small mesh generation tools

6.       Mesher for complex terrains

7.       Another similar course 2012 2013

8.       Git reference

9.       www.foam-extend.org

10.   An open code for blade geometry generation: http://engineering.dartmouth.edu/epps/openprop/index.html

See the homepages of the course given 2007 , 2008 , 2009 , 2010 , 2011 , 2012 and 2013 for more information. The course for 2014 will develop from the one given in 2013. You can also contact me at [email protected] .

Master thesis in hydro power

Work opportunity at Xylem, or possibly student project in the course – followed by a master thesis.

VALIDATION OF PREMIXED TURBULENT COMBUSTION MODELS IN RANS SIMULATIONS USING OPENFOAM

For those of you travelling to Chalmers, here are some suggested hotels: SGS Veckobostäder - This is a student-apartment-like alternative (~10min walking)

Quality Hotel Panorama – This is located closest to Chalmers (~5min walking). Ask for special price since you are visiting Chalmers.

Jonsereds Herrgård Apply for free accomodation during 1-3 months, for scientists and PhD students.

List of hotels close to Chalmers (ask for special price, for those in 1-3, since you are visiting Chalmers):

1.Normal standard: City Hotel Hotel Royal Hotel Vasa AB Hotel Flora AB 2. High standard: Quality Hotel Panorama Hotel Opalen Hotell Liseberg Heden Hotel Novotel Grand Hotel Opera AB Hotel Riverton AB 3. Very high standard: Hotel Avalon Elite Plaza Hotel 4. Cheap alternatives: Youth Hostel Stigbergsliden Hotel Nice B&B 5. Other: Info from go:teborg&company More hotels

Master Thesis

I have extensive experience in supervising (42) and examining (100+) Master Theses in Software Engineering, Software Technology, and Software Development. Below you can find some examples of theses I have supervised as well as thesis topics I am interested in.

However, my interests are broad; if you are a good student don't hesitate to contact me and we can discuss it. If you are not a student with top grades and ambition do not bother; I get very many requests and it is unlikely I can help you.

When at BTH I worked for several years in a project to improve Master Theses in Software Engineering. The processes, supporting documents and lectures as well as rubrics for quality that I developed can be found on this page . If I supervise your thesis you can expect to use this material extensively. You can also expect that the aim is both industrial relevance/effect and academic publication; this gives you the best options for your future career after the thesis.

Thesis Topics

All topics listed below are free (as in not taken by any student) but not everyone has a detailed description online; if you are interested in any of these please email me.

  • Robustness Testing of Deep Learning and Machine Learning Models
  • Optimizing the Diversity and Diameter of Test Sets ( ReTest can support this)
  • Automated Search for Corner Cases for Testing Automotive Systems
  • Testing Software Systems with AI and Machine Learning Components
  • Extending Unit Testing Frameworks for Verification of Robustness Requirements
  • Extending Unit Testing Frameworks for Verification of Performance Requirements
  • Automated Boundary Testing ( ReTest can support this)
  • Selecting Typical Test Cases from a Large and Generated Set ( ReTest can support this)
  • Automated Robustness Testing
  • Group Creativity and Collective Intelligence and its effect on Requirements Engineering
  • Personality of Professional Software Engineers and How it Affects the Organization
  • An Integral Theory of Software Use
  • Measuring and analysing (Non-)Use of Software Engineering Artefacts
  • Similarity Analysis of Product Customization Artefacts
  • A General Framework for Test and Code Optimization based on Change Data
  • Evaluating Fault Location Methods in Industrial Practice
  • High-resolution Software Analytics with Bayesida Data Analysis
  • Statistical Debugging of Dynamic Programming Languages
  • A Mutation Testing Library for Julia
  • Information Theoretical Modeling of Software Development
  • Automated Ranking of SE Venues based on Citations

Master Theses - Supervised

Papers based on master theses.

I always have the goal that master theses I supervise should be published. I will generally help and encourage students to publish if the work is good enough. A large number of papers in my publication list are the results from master thesis projects. The students are always included in a publication based on their thesis project; depending on the level of contribution to the work itself and to the final paper we will decide on author order. A representative sample of such papers can be found below:

  • Publications
  • Presentations

Banner

Technology Management & Economics

  • Get Started
  • Find Articles
  • Find Encyclopedias
  • Find Books & Journals
  • Find Patents & Standards
  • Find Dissertations & Student Theses

Student Theses from Chalmers

BSc and MSc theses from Chalmers are available in  Chalmers ODR Student Theses . From 2010 the coverage is good and the full text is often available. You can loan older theses from the library and you may find them by searching the   Main Search Box .  If a thesis you are looking for is not available at the library or in Chalmers ODR Student Theses, contact the respective department at Chalmers.

course code master thesis chalmers

Dissertations & Theses from Swedish Universities

  • DiVA portal
  • Uppsatser.se
  • << Previous: Find Patents & Standards
  • Next: Need Help? >>
  • Last Updated: Feb 19, 2024 8:54 AM
  • URL: https://guides.lib.chalmers.se/technology_economics
  • Create a library account
  • My loans & requests
  • Reset pin code
  • Fees & Fines
  • Terms of use

course code master thesis chalmers

With a Library Account you can borrow from the Library and administer your loans and reservations.

Visa webbsidan på svenska

  • Search everything
  • E-books & printed books
  • Print material

Search help

The search box Enter one or more words. You will be able to continue narrowing your search in the discovery tool EDS, where the majority of the library information resources can be found.

Filters in the search box

Articles: Articles from scholarly journals. Using the peer-review facet in the left menu you will limit to articles reviewed by experts in the field.

E-books and printed books: Online books in full text as well as print books. Please note that theses are not found using this filter.

Printed books: Make a request if the book is currently on loan or if you want to collect it at a different branch library.

E-journals: Enter words from the title of the journal to get to the list of e-journals .

Databases : Enter words from the database title or subject area to get to the list of List of databases . Use English terms. Databases often cover large areas and the search terms therefore need to be broad, for example Physics.

Additional search services

Chalmers Publications : In research.chalmers.se you will find information regarding research at Chalmers, projects, researchers and publications.

Student Theses : Theses by Chalmers students is found at Chalmers Open Digital Repository - Student Theses .

Go to search services to find search tips and additional links. Remember to ask us when you have a question. You're also welcome to visit the reference desk at the library, call or book a librarian .

  • Publish and Analyse ...

Theses and ISBN

Publish research.

  • Guidelines for publishing
  • Choosing and assessing journals
  • Chalmers research portal
  • Authorship guidelines and ethical standards

Doctoral thesis

For information about thesis layout, ISBN and distribution, read more on Doctoral studies support (Chalmers intranet, login required): 

  • Doctoral thesis layout
  • Announcement, ISBN and registration in research.chalmers.se
  • Order ISBN and serial number for your Doctoral thesis (Direct link) You get the numbers immediately!
  • Distribution of thesis

Distribution to the Main Library or Chalmers Learning Common

If you use Chalmers Digital Printing, they handle the distribution of copies to Chalmers Library. If you use another printing company, 3 copies must be sent or submitted to the information desk at the Main Library at Johanneberg or Chalmers Learning Common in Kuggen.