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

Bug in hTabulated #77

Open
DanielM1123 opened this issue Mar 29, 2023 · 0 comments
Open

Bug in hTabulated #77

DanielM1123 opened this issue Mar 29, 2023 · 0 comments

Comments

@DanielM1123
Copy link

Dear blastFOAM team,

I found a bug in the hTabulated thermodynamic model:

In hTabulatedBlastThermo.C and hTabulatedBlastThermoI.H, rather than looking up the minimum and maximum temperature in lines 41 and 42 (for both files), it looks up the minimum and maximum density.

Old version:

Tlow_(min(hTable_.x())),
Thigh_(max(hTable_.x())),

New version:

Tlow_(min(hTable_.y())),
Thigh_(max(hTable_.y())),

Best regards,
Daniel

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