Skip to content

Commit

Permalink
Address Mauricio's review. (#29149)
Browse files Browse the repository at this point in the history
  • Loading branch information
grmnptr committed Dec 11, 2024
1 parent 6d33dbf commit 834dc42
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ discretized using the finite volume method:
where $\left(\frac{\partial cu}{\partial t}\right)_C$ and $V_C$ are the time derivative of the
field value at the cell center and the cell volume, respectively.
Note that we added a multiplier, $c$ which often represents a material property.
A good example for the multiplier can be the density in the momentum equation
in the Navier Stokes equation.
This can be defined through parameter [!param](/LinearFVKernels/LinearFVTimeDerivative/factor)
that accepts anything that supports functor-based evaluations. For more information on functors in
MOOSE, see [Functors/index.md].
Expand Down

0 comments on commit 834dc42

Please sign in to comment.