Skip to content

Airfoil#202

Merged
g-braeunlich merged 9 commits into
mainfrom
airfoil
Nov 14, 2025
Merged

Airfoil#202
g-braeunlich merged 9 commits into
mainfrom
airfoil

Conversation

@g-braeunlich
Copy link
Copy Markdown
Collaborator

@g-braeunlich g-braeunlich commented Oct 17, 2025

Description

Improve error handling in airfoil and fix issues

Closes #191

Type of change

Please delete options that are not relevant.

  • Documentation only change (no code changed)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@g-braeunlich g-braeunlich force-pushed the airfoil branch 4 times, most recently from f00bc58 to c2f890c Compare November 3, 2025 12:20
This prevents file collisions when running multiple simultations with the same seed
in parallel.
@g-braeunlich g-braeunlich marked this pull request as ready for review November 14, 2025 08:41
@g-braeunlich g-braeunlich requested a review from ffelten November 14, 2025 08:41
Copy link
Copy Markdown
Collaborator

@ffelten ffelten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huge work cleaning this up 🫡🚀

"make_input_design_blunt": True,
"input_blunted": False,
"s0": s0,
**dataclasses.asdict(self.Conditions()),
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not reflected in the new code I think?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is actually not needed:
All the content of base_config was fed into the py template. But many of the variables just where not needed by that template. Everything which is needed is now passed as cli_interface.PreprocessParameters

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's what I thought too. Just wanted to double check

@g-braeunlich g-braeunlich merged commit 66ad616 into main Nov 14, 2025
14 checks passed
@g-braeunlich g-braeunlich deleted the airfoil branch November 14, 2025 09:37
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

Successfully merging this pull request may close these issues.

Make all problems work on Euler, running with slurm

2 participants