39 lines
727 B
Markdown
39 lines
727 B
Markdown
# Click on the image to get to the report
|
|
|
|
[](results/Coupled_heat_simulation_of_a_coffee_mug.pdf)
|
|
|
|
# Click on the image to view animated air flow of the first 0.2 seconds
|
|
|
|
[](results/airflow_animation.mp4)
|
|
|
|
|
|
## How to run simulation (i) and (ii)
|
|
### Running
|
|
|
|
from /mgrid_2 run in bash:
|
|
* make run
|
|
|
|
### Cleaning up afterwards
|
|
|
|
from /mgrid_2 run in bash:
|
|
* make clean
|
|
|
|
## How to run coupled simulation (iii)
|
|
### Running
|
|
|
|
from /fluid-openfoam run in bash:
|
|
* openfoam2512
|
|
* ./run.sh
|
|
|
|
from /solid-cpp run in bash:
|
|
* cmake . && make
|
|
* ./run.sh
|
|
|
|
### Cleaning up afterwards
|
|
|
|
from /fluid-openfoam run in bash:
|
|
* ./clean.sh
|
|
|
|
from /solid-cpp run in bash:
|
|
* ./clean.sh
|
|
|