-
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 k-epsilon model for new linear kernels #29846
Labels
T: task
An enhancement to the software.
Comments
tanoret
added a commit
to tanoret/moose
that referenced
this issue
Feb 9, 2025
tanoret
added a commit
to tanoret/moose
that referenced
this issue
Feb 9, 2025
tanoret
added a commit
to tanoret/moose
that referenced
this issue
Feb 9, 2025
tanoret
pushed a commit
to tanoret/moose
that referenced
this issue
Feb 9, 2025
tanoret
added a commit
to tanoret/moose
that referenced
this issue
Feb 9, 2025
tanoret
added a commit
to tanoret/moose
that referenced
this issue
Feb 9, 2025
tanoret
added a commit
to tanoret/moose
that referenced
this issue
Feb 9, 2025
tanoret
added a commit
to tanoret/moose
that referenced
this issue
Feb 10, 2025
tanoret
added a commit
to tanoret/moose
that referenced
this issue
Feb 10, 2025
tanoret
pushed a commit
to tanoret/moose
that referenced
this issue
Feb 10, 2025
tanoret
added a commit
to tanoret/moose
that referenced
this issue
Feb 10, 2025
tanoret
added a commit
to tanoret/moose
that referenced
this issue
Feb 10, 2025
tanoret
added a commit
to tanoret/moose
that referenced
this issue
Feb 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
Currently, the$k-\epsilon$ model is supported by the nonlinear assembly method. The models should be extended to support the linear assembly one.
Design
The design should follow the same one that the current one in the nonlinear assembly.
Impact
This enhancement will enable the usage of the$k-\epsilon$ model with linear kernels.
The text was updated successfully, but these errors were encountered: