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

Hopefully fix atmos issues #656

Merged
merged 4 commits into from
Jan 7, 2024

Conversation

DebugOk
Copy link
Contributor

@DebugOk DebugOk commented Jan 7, 2024

I tried to do a full merge, but its over 500 commits and I'm really not feeling good enough to do that right now. I know it'll be more by the next time I'll have time for it, but this at least gets the critical issue fixed sooner

Changelog
🆑

  • fix: Atmos hopefully shouldn't break anymore

Partmedia and others added 4 commits January 7, 2024 23:01
Clamping is needed because x - x can be negative with floating point
numbers. If we don't clamp here, the caller always has to call
GetMoles(), clamp, then SetMoles(), which makes this function not very
useful.
This reverts commit 054321d.

Co-authored-by: Kevin Zheng <[email protected]>
@DebugOk DebugOk requested a review from Colin-Tel as a code owner January 7, 2024 22:03
@github-actions github-actions bot added S: Needs Review Changes: C# Changes any cs files Changes: YML Changes any yml files labels Jan 7, 2024
@DebugOk DebugOk enabled auto-merge (squash) January 7, 2024 22:03
@DebugOk DebugOk merged commit 6afde59 into DeltaV-Station:master Jan 7, 2024
10 checks passed
DeltaV-Bot pushed a commit that referenced this pull request Jan 7, 2024
DebugOk added a commit to DebugOk/Delta-v that referenced this pull request Jan 20, 2024
* Check for divide by near zero (#22876)

* Clamp after AdjustMoles() (#22907)

Clamping is needed because x - x can be negative with floating point
numbers. If we don't clamp here, the caller always has to call
GetMoles(), clamp, then SetMoles(), which makes this function not very
useful.

* Add maximum atmos temperature limit (#22882)

* Add Tmax

* Increase Tmax

* Revert "Add YAML gas reactions (#22803)" (#22939)

This reverts commit 054321d.

Co-authored-by: Kevin Zheng <[email protected]>

---------

Co-authored-by: Kevin Zheng <[email protected]>
Co-authored-by: Kara <[email protected]>
(cherry picked from commit 6afde59)
DebugOk pushed a commit to DebugOk/Delta-v that referenced this pull request Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: C# Changes any cs files Changes: YML Changes any yml files S: Needs Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants