-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
base: next
Are you sure you want to change the base?
Conversation
84fa270
to
80065e6
Compare
…transfer Physics refs idaholab#29531
80065e6
to
75e4b18
Compare
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. |
Job Coverage, step Generate coverage on 80fb484 wanted to post the following: Framework coverageCoverage did not change Modules coverageNavier stokes
Phase field
Full coverage reportsReports
This comment will be updated on new commits. |
[AuxVariables] | ||
[T] | ||
type = MooseLinearVariableFVReal | ||
[] | ||
[] |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok will do!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
modules/navier_stokes/test/tests/finite_volume/wcns/enthalpy_equation/tests
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a comment
modules/navier_stokes/src/physics/WCNSLinearFVFluidHeatTransferPhysics.C
Show resolved
Hide resolved
- create an aux T variable when solving for enthalpy if it does not exist
refs #29531
notice how the setup does not require much understanding of passing functors through other functors etc