0%

Fundamental Theorems

Gradient Theorem

Green's Theorem

Stoke's Theorem

Divergence Theorem or Gauss Theorem

  • In order to transform an equation from the differential to the integral form (vice versa), the Gauss Theorem should be applied.It's important for fluid dynamics.

  • V represents a volume in three-dimensional space of boundary S, n is the outward pointing unit vector normal to S. If v is a vector field defined on V, then the divergence theorem states that

SvndS=V(v)dV

  • Implying that the net flux of a vector field through a closed surface is equal to the total volume of all sources and sinks (i.e., the volume integral of its divergence) over the region inside the surface.

Reynolds Transport Theorem

Basic Mathematics

Einsteins Summation Convention (爱因斯坦求和约定)

For vector and tensor equations, the longest but clearest notation is the Cartesian one. If the equation contains several similar terms which can be summed up , this notation can be abbreviated by applying the Einsteins summation convention.

对于向量和张量方程,最清晰且最长的表示方法就是笛卡尔表示。但是,如果这些方程中的某些项重复出现,则可以用Einsteins Summation Convention 来简化方程。

  • Cartesian form
    • The Cartesian form is given by: ϕxx+ϕyy+ϕzz

      To simply this equation, the Einsteins summation convention can be applied. Commonly, the summation sign can be neglected to keep things clear:

      i=1ϕixi=ϕixi,i=x,y,z

      For example: i=13uiui=uiui=u1u1+u2u2+u3u3

  • The rules of Einsteins Summation Convention

    • If the subscript appears more than once in the same term, that means summation operation, and these subscripts are called dummy index

      凡是下脚标重复出现的变量,则认定是求和运算,此时的下脚标被称为“哑标(dummy index)”

      • the dot production of two vectors 两个速度向量相乘 uiui=u1u1+u2u2+u3u3

      • the derivative of velocity 对于速度向量求导 duidxi=u1x1+u2x2+u3x3

    • If there are two different subscript in one term, for the term which repeat appears, means summation operation, while for the subscript which appears once, traverse is performed for every axis.

      如果一项中出现两个不同的脚标,对于重复出现的脚标做求和运算,对于单独出现的脚标不作求和运算,而是遍历每一个坐标轴,且每次只遍历一个,单独出现的脚标是自由自在的,称为自由标(free index)“”
      • Exp1 例子1 ujduidxi=ujdu1dx1+ujdu2dx2+ujdu3dx3,(j=1,2,3)

      • Exp2 例子2 ujduidxj=u1duidx1+u2duidx2+u3duix3,(i=1,2,3)

    • 以N-S方程为例 Taking N-S equation for an example $$ \begin{cases} + u + v + w = f_x - + ( + + ) \

      + u + v + w = f_y - + ( + + ) \

      + u + v + w = f_z - + ( + + ) \end{cases} $$

      Every equations contain x,y,z and u,v,w, they are kind of notations and can be replaced by any other symbols. For example, x1,x2,x3 and u1,u2,u3 can be used to replace x,y,z and u,v,w respectively.

      Based on the discussion above, the N-S equation can be re-written in tensor form:

      uit+ujuixj=fi1ρpxi+μρ2uixj2

The classification of concept -- dot product, inner product, outer product, cross product

  • vector a and b a=(axayaz)=(a1a2a3),b=(bxbybz)=(b1b2b3)

  • tensor T T=(T11T12T13T21T22T23T31T32T33)

  • Inner product or Dot product 内积 点积

    In general, for engineering, inner and dot product can be treated the same operation

    工科范围内,通常不怎么区分内积和点积

    • The inner product of two vectors a and b produces a scalar ϕ and is commutative. This operation is indicated by the dot sign

      ϕ=ab=aTb=i=13aibi

    • The inner product of vector a and a tensor T produces a vector b,is non-commutative if the tensor is non-symmetric:

      b=Ta=i=13j=13Tijaj=(T11a1+T12a2+T13a3T21a1+T22a2+T23a3T31a1+T32a2+T33a3)

      b=aT=i=13j=13ajTji

      if T is a symmetric tensor, that is Tij=Tji, then aT=Ta

  • Outer product 外积
    • The outer product (dyadic product) of two vectors a,b is a tensor

      T=ab=abT=[axbxaxbyaxbzaybxaybyaybzazbxazbyazbz]

      Usually, sign is neglected for brevity as shown below:

      ab

      But the first one is mathematically correct.

  • Cross product 叉乘
    • the cross product of a×b is vector that perpendicular to both a and b, which defines a plane.
    • the magnitude of the cross product of two vectors represents the area of the parallelogram spanned by the two vectors

      两向量叉乘的模为该两向量所组成的平行四边形的面积

    a×b=|ijka1a2a3b1b2b3|=[a2b3b2a3a1b3b1a3a1b2b1a2]

  • Differential Operators

    The spatial derivative of a variable (scalar, vector or tensor) is made by using the "Nabla" operator or "del". It contains the three space derivatives of x,y,z in a Cartesian coordinate system: =(xyz)

    • Gradient Operator 梯度
      • the gradient of a scalar ϕ results in a vector a: gradϕ=ϕ=(ϕxϕyϕz)

      • the gradient of a vector b results in a tensor T gradb=b=b=[xbxxbyxbzybxybyybzzbxzbyzbz] So the gradient operation increases the rank of the tensor by one.

    • Divergence Operator 散度
      • The divergence of a vector b results in a scalar ϕ, and can be expressed by the Nabla and the dot sign , : divb=b=i=13xibi=b1x1+b2x2+b3x3
        • Physically the divergence of vector field over a region is a measure of how much the vector field points into or out of the region.
      • The divergence of a tensor T results in a vector b: divT=T=xjTji=[T11x1+T21x2+T31x3T12x1+T22x2+T32x3T13x1+T23x2+T33x3]

      So the divergence operation decreases the rank of the tensor by one.

      • The product Rule within the divergence operator
        • The divergence of the product of vector a and a scalar ϕ (aϕ)=aϕ+ϕa
        • The divergence of the outer product of two vectors a and b (ab)=(ab)=ab+ba
    • Other operations on the Nabla Operator
      • the divergence of the gradient of a scalar variable s is denoted by the Laplacian of s and is a scalar

      (s)=2s=2sx2+2sy2+2sz2