Add icons to landing page to make more appealing
This commit is contained in:
parent
118dd56071
commit
e77e213abb
2 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -19,6 +19,20 @@ there is no installation required.
|
|||
|
||||
## Examples
|
||||
|
||||
<table align="center">
|
||||
|
||||
<tr align="center">
|
||||
<td> <img src="flames/images/flameSpeed.png" width=250px> <br> Freely Propagating Flame </td>
|
||||
<td> <img src="flames/images/twinPremixedFlame.png" width=250px> <br> Strained Flames </td>
|
||||
</tr>
|
||||
|
||||
<tr align="center">
|
||||
<td> <img src="reactors/images/stirredReactorCartoon.png" width=250px> <br> Continuous Stirred Tank Reactor </td>
|
||||
<td> <img src="reactors/images/batchReactor.png" width=175px> <br> Batch Reactor </td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
* Basic Thermodynamics Calculations
|
||||
* [Fuel heating value calculator](https://github.com/Cantera/cantera-jupyter/blob/master/thermo/heating_value.ipynb)
|
||||
* [Equilibrium flame temperature calculator](https://github.com/Cantera/cantera-jupyter/blob/master/thermo/flame_temperature.ipynb)
|
||||
|
|
|
|||
BIN
reactors/images/batchReactor.png
Normal file
BIN
reactors/images/batchReactor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
Loading…
Add table
Reference in a new issue