|
Hi, I'm trying to solve a system where an equation for a field is coupled to an equation for a scalar. But I'm having problems writing this into FiPy. To illustrate the point here I show you a simplified version of the equations I'm trying to solve: ![]() ![]() Here
is a one dimensional field and is
a number. I tried defining the equations like this: a_s = fp.CellVariable(name = "a_s", mesh = mesh, value = 0.5) a = fp.Variable(name =
"a",value=0.)
|
_______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]


is a one dimensional field and
is
a number. 