Doubts Regarding Solution of Cahn Hillard Equation Using Moose and in Reference Moose Example #28726
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
|
Hi, welcome to the MOOSE framework! I think the confusion is resulting from the fact that in this split formulation, there is more than one nonlinear variable, more than just c. So, when you see The following will be helpful to understand all the MOOSE framework phase-field module better: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Moose Team,
I am a new user of Moose and currently learning how to utilize it effectively.
I have some questions regarding the following Moose example: ~/projects/moose/modules/combined/test/tests/DiffuseCreep/stress.i.
The contents of the example script are reproduced below:
I have following doubts regarding this example:
The Weak Form of this equation will be :

When I reffered the return value of all the kernals Mentioned in the example script I am getting the following:
Adding All Residual components of all the kernals I am getting the following:
and this results in following:

As a result, I am not obtaining the residuals of the standard Cahn-Hilliard equation, which I believe is due to the second and third terms. Specifically, this issue arises from the kernels CHSplitFlux (second term) and CHSplitChemicalPotential (third term).
Could you help me understand the logic behind this?
In the script Chemical Potential has been taken as equal to c. So Why in Kernal CHSplitChemicalPotential c - u is calculated. u being the chemical potential
Regarding CHSplitFlux, in the documentation it is written that this Kernal computes j
so why this is a kernal in the first place as it should be auxkernal
Kindly help me in understanding these doubts.
Thankyou
Beta Was this translation helpful? Give feedback.
All reactions