The BarrierFunctionMaterial material may have some problem #32858
Unanswered
bdliangxy
asked this question in
Q&A Modules: Phase field
Replies: 1 comment
-
why would it not diffuse? I'm not familar with the physics
Can you output the material properties when using this material? (using
you're missing 4 years of bug fixing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Phase field module to solve the classical Allen-Cahn Equation:
It should keep the interface standing. I separately use BarrierFunctionMaterial(input2.txt) and hand-writing DerivativeParsedMaterial(input2_correct.txt) to represent$g(\xi)$ . But the one use BarrierFunctionMaterial have a interface gradually widening,shown in the first picture. Another one use hand-writing $g(\xi)$ have a constant interface, shown in the second picture.


Maybe I use BarrierFunctionMaterial wrong or others. I'm her to ask for you opinioin.
input2.txt
input2_correct.txt
Both pictures show the result have been simulated for 1000s.
The code in input files math the 2022 version moose, hope you don't care.
Beta Was this translation helpful? Give feedback.
All reactions