Image Function Capabilities #26733
Answered
by
GiudGiud
agorgogi
asked this question in
Q&A Meshing
-
Beta Was this translation helpful? Give feedback.
Answered by
GiudGiud
Feb 4, 2024
Replies: 1 comment 14 replies
-
Hello This might be a little convoluted but you could :
|
Beta Was this translation helpful? Give feedback.
14 replies
Answer selected by
agorgogi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
This might be a little convoluted but you could :
use a FunctionAux to set an auxiliary variable to the local value of the function (executed on INITIAL)
https://mooseframework.inl.gov/source/auxkernels/FunctionAux.html
use this user object on INITIAL to change the subdomain
https://mooseframework.inl.gov/source/userobjects/CoupledVarThresholdElementSubdomainModifier.html