Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SST crashes on 'flatplate' and '2d_bump' #285

Closed
DavidAnderegg opened this issue Jun 5, 2023 · 1 comment
Closed

SST crashes on 'flatplate' and '2d_bump' #285

DavidAnderegg opened this issue Jun 5, 2023 · 1 comment

Comments

@DavidAnderegg
Copy link
Collaborator

DavidAnderegg commented Jun 5, 2023

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.

@DavidAnderegg
Copy link
Collaborator Author

This has been fixed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant