Skip to content

Code_Aster Adapter Installation Instructions

Gerasimos Chourdakis edited this page Jan 15, 2020 · 12 revisions

Prerequisites

Make sure that you have already installed preCICE and Code_Aster. Currently the adapter supports preCICE v4.1 and Code_Aster v14.4. We are currently working on updating the adapter for the latest version on preCICE.

Getting the Code_Aster adapter

Please download the adapter code or clone the Github repository. Before the adapter can be used, you have to follow the following steps:

  • Place adapter.py in the Code_Aster directory, under $ASTER_ROOT/14.4/lib/aster/Execution.
  • In solid/solid.export, change the paths in lines 38 to 44 respectively to your local system. Make sure to leave the codes after the paths (e.g. D 20, R 6, etc.).
  • In config.comm, change the base-path in line 2 to the path of the tutorial folder on your local system.

Now you are ready to run the flow-over-plate CHT tutorial.

We moved these pages to the preCICE website: https://www.precice.org/adapter-code_aster.html

Clone this wiki locally