Implementing a time derivative kernel #31312
-
|
I want to implement this Kernel in MOOSE, as I am just starting to use MOOSE, I would be very grateful to be guided by relevant information. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
Hello You will want to start from a TimeDerivative kernel. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, Yes this equation is going to be for C_L, however C_T is also another variable which evolves with C_L. |
Beta Was this translation helpful? Give feedback.
You could use a debugger and follow these instructions
https://mooseframework.inl.gov/application_development/debugging.html
But i looked at your code and
is wrong. should be
if there are more things, follow the debugging instructions please