mdolab/adflow

SST crashes on 'flatplate' and '2d_bump'

DavidAnderegg opened this issue · 1 comments

Description

I talked to Anil about this bug and this is why I am posting this issue. The goal is to create a proper test at one point.

When running SST on 2d test cases such as 'flatplate' and '2d_bump', ADflow crashes on the second iteration. Sometimes, a nan appears; sometimes its PETSc Error 73. I suspect, the BC's are not properly set.

Steps to reproduce issue

  1. If you want to use my run scripts as they are, you need to install "adflow_util": pip install git+https://github.com/DavidAnderegg/adflow_util.git

  2. Download the meshes:
    flatplate_meshes.zip
    2d_bump_meshes.zip

  3. run the input-script: run_flatplate.py and run_2d_bump.py. (They use SST by default)

Current behavior

It crashes after the first iteration

Expected behavior

It should not crash.

Code versions

I used the master docker container and installed my branch: SST.

I tried the newest commit (bf6846a833db04ef890b3d598698c50beea5aad2) and c36c6d951edb098abd6c530923c817bee9d57806 which is basically the turbfix branch; but updated to almost newest master.

This has been fixed here.