Re: Re[3]: Non-standard Terms

2010-02-01 Thread Daniel Wheeler
On Mon, Feb 1, 2010 at 10:48 AM, Daniel Wheeler daniel.wheel...@gmail.com wrote: Hi Igor, I made two changes to get it to work. This is the diff: 22,27c22,23 convTerm = PowerLawConvectionTerm((1,0)) diffCoeff = FaceVariable(mesh=mesh_xy, rank=2) diffCoeff[0] = 5. Wrong! Should be

Re[2]: Non-standard Terms

2010-01-29 Thread Igor
Dear Daniel, thanks for reply 1.I have a dependent variable phi(x,y,t). Is it possible to solve the below type of equation for this variable: TransientTerm == DiffusionTerm_x + ConvectionTerm_x + DiffusionTerm_y + ConvectionTerm_y, Use DiffusionTerm( [ (a, 0), (0, b) ] )

Re: Non-standard Terms

2010-01-15 Thread Daniel Wheeler
2010/1/15 Igor igor_sp...@ukr.net: Dear FiPy community, sorry for doubling the post, but this time it has a subject I have a number of questions to you: 1.I have a dependent variable phi(x,y,t). Is it possible to solve the below type of equation for this variable: TransientTerm ==