On Mon, Mar 12, 2012 at 4:23 PM, Rodney Clayton <[email protected]> wrote:

> rho = 4420
> k = 25
> hl = 25
> V = (10,)

> eq = (TransientTerm(coeff=rho) +
>    PowerLawConvectionTerm(coeff=rho*V) ==
>    (k*T)
>    +S)

if you do "print len(rho * V)", you'll see that it returns 4420. V is
a tuple of len 1 and it is multiplied by an integer. This just makes
the tuple longer, which I'm sure is not what you want.

-- 
Daniel Wheeler

_______________________________________________
fipy mailing list
[email protected]
http://www.ctcms.nist.gov/fipy
  [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
  • ValueError Rodney Clayton
    • Re: ValueError Daniel Wheeler

Reply via email to