On Mon, Sep 28, 2009 at 3:39 PM, Kun-Dar Li <[email protected]> wrote:
>>> Another question is: can I describe the convection term as >>> convTerm=(convCoeff*var.getArithmeticFaceValue()).getDivergence() >>> convCoeff is a vector. What's the difference if I define the convection >>> term >>> by myself without using the (default) scheme. BTW The scheme you described is simply a central difference scheme.
