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

Add enthalpy solve capability to linear FV fluid heat transfer physics #29919

Open
wants to merge 4 commits into
base: next
Choose a base branch
from

Conversation

GiudGiud
Copy link
Contributor

refs #29531

notice how the setup does not require much understanding of passing functors through other functors etc

@GiudGiud GiudGiud self-assigned this Feb 19, 2025
@GiudGiud GiudGiud requested a review from freiler February 19, 2025 21:31
@GiudGiud GiudGiud marked this pull request as ready for review February 19, 2025 21:32
@GiudGiud GiudGiud force-pushed the PR_physics_h branch 2 times, most recently from 84fa270 to 80065e6 Compare February 19, 2025 22:10
@moosebuild
Copy link
Contributor

moosebuild commented Feb 20, 2025

Job Documentation, step Docs: sync website on 80fb484 wanted to post the following:

View the site here

This comment will be updated on new commits.

@moosebuild
Copy link
Contributor

moosebuild commented Feb 20, 2025

Job Coverage, step Generate coverage on 80fb484 wanted to post the following:

Framework coverage

Coverage did not change

Modules coverage

Navier stokes

776373 #29919 80fb48
Total Total +/- New
Rate 84.87% 84.91% +0.03% 90.68%
Hits 17829 17911 +82 107
Misses 3178 3184 +6 11

Diff coverage report

Full coverage report

Phase field

776373 #29919 80fb48
Total Total +/- New
Rate 85.99% 85.73% -0.26% -
Hits 13695 13653 -42 0
Misses 2231 2273 +42 0

Diff coverage report

Full coverage report

Full coverage reports

Reports

This comment will be updated on new commits.

Comment on lines 83 to 87
[AuxVariables]
[T]
type = MooseLinearVariableFVReal
[]
[]
Copy link
Member

Choose a reason for hiding this comment

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

The physics can auto-create this right? This is just for testing?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not right now. Maybe later

Copy link
Contributor

Choose a reason for hiding this comment

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

I'd also vote for including this in the physics.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok will do!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

Copy link
Contributor

@grmnptr grmnptr left a comment

Choose a reason for hiding this comment

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

Just a comment

- create an aux T variable when solving for enthalpy if it does not exist
@GiudGiud GiudGiud requested a review from lindsayad February 25, 2025 15:12
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.

4 participants