MakisH / ofw16-training

Material for the preCICE training session at the OpenFOAM Workshop 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My 16th OpenFOAM Workshop training session slides

  • Title: Flexible & efficient multiphysics simulations with the coupling library preCICE
  • Speaker: Gerasimos Chourdakis, Technical University of Munich
  • Authors: Gerasimos Chourdakis, Benjamin Uekermann, + more
  • Event: 16th OpenFOAM Workshop, online
  • Date: June 11, 2021

Start the presentation - Get the PDF

Build

Follow the instructions on reveal.js, or just install Node.js 10.0.0 or later and do:

npm install
npm start

and go to localhost:8000 to see the slides.

Convert to PDF

See section "Export to PDF" in the reveal.js documentation.

Decktape does a marvelous job converting this presentation to PDF. Get the Docker image (see Decktape README) and run (for localhost):

docker run --rm -t --net=host -v "$(pwd)":/slides astefanutti/decktape generic --key=" " -p 2000 -s 1920x1440 http://localhost:8000 slides.pdf

License & more

  • License: CreativeCommons Attribution 4.0
  • Based on reveal.js. Template based on the "White" template by Hakim El Hattab.
  • The TUM logo is part of the corporate identity of the Technical University of Munich.

About

Material for the preCICE training session at the OpenFOAM Workshop 2021

License:MIT License


Languages

Language:JavaScript 51.9%Language:HTML 31.4%Language:SCSS 15.5%Language:CSS 1.2%