Source term doesn't seem to do anything #983
DIsrael-LANL
started this conversation in
General
Replies: 1 comment 1 reply
-
It seems like the default coefficient for the ImplicitSourceTerm is
Also, remember to set |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a more complex set of coupled 1-d PDEs, but for now, I've narrowed the error down to this simple example. Why doesn't the following work?
I expect to see exponential growth (this is really a trivially ODE at each point), but instead the solution stays u=1 for all times.
If I write the source term explicitly, it also does not work.
If I use a source term that is spatially varying, then it works. (For example, if I set u.setValue=m.x.)
Beta Was this translation helpful? Give feedback.
All reactions