Combination of MOOSE Kernels for root finding #30454
Answered
by
GiudGiud
TLWise
asked this question in
Q&A Modules: General
-
|
Which combination of kernels would allow me to solve the simple relation of "a*u - f = 0", where f is a defined function of the variable u, a is an arbitrary coefficient and u is the variable being solved for? |
Beta Was this translation helpful? Give feedback.
Answered by
GiudGiud
May 5, 2025
Replies: 1 comment 4 replies
-
|
f can be a BodyForce (or ADBodyForce) kernel and a*u is a Reaction or CoupledForce kernel Guillaume |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
set this expression in an ADParsedMaterial
then use a ADMatBodyForce to add the term to the equation