Dear Daniel and list, I managed to solve the diffusion problem already using the Fipy trunk code, I've very surprised how easy it was to get working and solve for steady-state!
However, my main motivation is to look at the transient behaviour, but when I include the transient term an 'ExplicitValueError' is raised. For example, ... dndt = TransientTerm() == diffusion_n + source_n dpdt = TransientTerm() == diffusion_p + source_p equation = dndt & dpdt ... with generate this error, > > fipy.terms.ExplicitVariableError: Terms with explicit Variables cannot mix > with Terms with implicit Variables. > Is it possible to solve this coupled system using the transient approach? Best regards, Dan _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
