-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yang Jiao
committed
Dec 19, 2018
1 parent
729acd8
commit bc6bf72
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,25 @@ High Performance Computing, Group A | |
|
||
Submitted December 2018 | ||
|
||
|
||
|
||
## Group Members | ||
Yang Jiao ([email protected]) | ||
|
||
Yiming Li ([email protected]) | ||
|
||
Kit Sum Wu ([email protected]) | ||
|
||
## Contents | ||
[Introduction](#introduction) | ||
[Software Architecture Design](#software-architecture-design) | ||
[Interface Descriptions](#interface-description) | ||
[Testing and Evaluation](#testing-and-evaluation) | ||
[Conclusions](#conclusions) | ||
[Future Work](#future-work) | ||
[Author Contributions](#author-contributions) | ||
[References](#references) | ||
|
||
# Introduction | ||
|
||
This project is a visualization tool for 2D Rayleigh-Bénard Convection. The software receives input from user interface then displays a corresponding data set generated using numerical simulation. | ||
|