On May 27, 2006, at 1:00 PM, Damm, Edward F. (E. Buddy) wrote:

diffTerm = ImplicitDiffsuionTerm(coeff = D1*uc)
convTerm = PowerLawConvectionTerm(coeff = D2*phase.getFaceGrad(), 
diffusionTerm =
diffTerm)
eq = TransientTerm() == diffTerm + convTerm

If you can, please confirm that I've got this right so I can
confidently go to look elsewhere for a problem (since implimenting this
does
not give me a good solution yet).

The above looks correct.

Daniel Wheeler


Reply via email to