Skip to content
Discussion options

You must be logged in to vote

Hello

First, since you only have 3 components and the equation seems to be writable in a vector-formulation, vector is the right choice and should give you better performance over implementing 3 scalar equations.
I m a little concerned that having h and hu hv, which could be of different orders of magnitude since they have a different unit / physical meaning, will lead to convergence/scaling issues. You won't be able to scale the equations separately if you lump them in a vector

I m not sure if we have documentation specially for implementing vector equations. If you find it please let me know. The process is mostly the same, you create a vector variable, then vector kernels to implement …

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@dschwen
Comment options

dschwen Aug 29, 2025
Collaborator

@lindsayad
Comment options

@lindsayad
Comment options

@dschwen
Comment options

dschwen Aug 31, 2025
Collaborator

@lindsayad
Comment options

Answer selected by GiudGiud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants