MakisH / ofw19-training

Slides of the preCICE training session at the 19th OpenFOAM Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenFOAM Workshop 2024 preCICE training slides

  • Title: Getting started with OpenFOAM-preCICE for FSI simulations
  • Speaker: Jun Chen, University of Stuttgart
  • Authors: Jun Chen, Gerasimos Chourdakis + more
  • Event: 19th OpenFOAM Workshop, Beijing, China
  • Date: June 26, 2024

Start the presentation - Get the PDF (pending)

This training session is an excerpt of the content typically discussed in the preCICE Workshops. Do you want more training for you, your university, or your company? Consider supporting preCICE.

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

About

Slides of the preCICE training session at the 19th OpenFOAM Workshop

License:MIT License


Languages

Language:JavaScript 52.9%Language:HTML 30.0%Language:SCSS 15.8%Language:CSS 1.3%