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

Allow energy/enthalpy shift in IdealGasFluidProperties #29761

Open
joshuahansel opened this issue Jan 29, 2025 · 0 comments
Open

Allow energy/enthalpy shift in IdealGasFluidProperties #29761

joshuahansel opened this issue Jan 29, 2025 · 0 comments
Assignees
Labels
C: Modules/Fluid Properties Tickets pertaining to the fluid_properties module T: task An enhancement to the software.

Comments

@joshuahansel
Copy link
Contributor

Motivation

Ideal gas fluid properties are useful for many applications. For 2-phase applications, they need to be able to shift specific internal energy and specific enthalpy to be consistent with the liquid phase. This is essential for computing latent heats correctly, for example. A shift can be added to the specific internal energy definition without breaking the fundamental assumptions of the ideal gas law:

e = cv * T + e_ref

Design

Add a new optional parameter e_ref defaulting to zero. This is the same as q in StiffenedGasFluidProperties but renamed for greater clarity.

Impact

No impact to existing users.

@joshuahansel joshuahansel added C: Modules/Fluid Properties Tickets pertaining to the fluid_properties module T: task An enhancement to the software. labels Jan 29, 2025
@joshuahansel joshuahansel self-assigned this Jan 29, 2025
joshuahansel added a commit to joshuahansel/moose that referenced this issue Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Modules/Fluid Properties Tickets pertaining to the fluid_properties module T: task An enhancement to the software.
Projects
None yet
Development

No branches or pull requests

1 participant