---------- Forwarded message ---------- From: Daniel Wheeler <[email protected]> Date: Wed, Jun 13, 2012 at 11:30 AM Subject: Fwd: Re: FiPy query To: Daniel Wheeler <[email protected]>
-------- Original Message -------- Subject: Re: FiPy query Date: Wed, 13 Jun 2012 10:20:48 -0400 From: Daniel Wheeler <[email protected]> To: Allawala, Altan <[email protected]> On 06/12/2012 03:12 PM, Allawala, Altan wrote: > > Hello Daniel, > > My apologies for contacting you on your email address but when I tried > creating a FiPy ticket on matforge.org <http://matforge.org> it wouldn't > let me submit it as Trac deemed my question to be spam. No problem. You can always email the mailing list as well. <http://www.ctcms.nist.gov/fipy/documentation/MAIL.html> Repost this question to the list and I'll repost my answer as this is an interesting topic. > 1) How does one solve for a triple derivative? The convection term can > be used for a first order derivative and the diffusion term can be used > for a second order (or any even ordered) derivative. But I can't find a > single example where a PDE involving a third order derivative is solved. > Combining a convection within a diffusion term (or vice-versa) isn't > working. I have never actually tried this, but wondered myself. Am I right in saying that the term would be hyperbolic in nature? I coded something up on the fipy blog. <http://matforge.org/fipy/blog/ThirdOrderTerm> You need to be on trunk/ to couple equations like this. What version have you been using? > 2) Secondly, can FiPy solve a PDE with complex coefficients? When I set > a coefficient to an imaginary value (using j), it seems to simply ignore > the entire term, suggesting that it only takes the real part of the PDE > and then solves it. No. We haven't ever dealt with this. It probably isn't that hard to make it work. Can you split the equation into real and imaginary and solve them separately? -- Daniel Wheeler -- Daniel Wheeler _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
