Fluid Flow Parameters

Posted by:

|

On:

|

1. Fluid Flow Parameters

Pressure

Pressure is defined as the force divided by the area perpendicular to the normal direction.

(2.1)

With F,n, and p are force vector, unit normal vector, surface area, and pressure, respectively.

Figure 2.1. Normal vector of a surface

By definition (in physics), this is the same as normal stress, but in engineering, we use pressure as the exerted load on a surface, while stress is the amount of force per area experienced by a material.

In a CFD solver like OpenFOAM, the pressure is often divided by the density to simplify the calculation.

Velocity

Like pressure, one of the major parameters to solve in fluid dynamics is velocity, which is the vector quantity defined by the rate of change of a particle’s position with respect to time.

 (2.2)

And in the vector form can be defined as:

(2.3)

Figure 2.2. Velocity vector

Viscosity

The major force acting on a fluid besides the pressure is the shear force, , which is defined by the properties of the fluid called viscosity defined with Newton’s law of viscosity; for Newtonian flow:

(2.4)

Figure 2.3. Shear stress

With  is the kinematic viscosity of the fluid. The equation defines that shear force is proportional to the velocity gradient, has nine components (xx, yy, xx, xy, xz, etc.), and is often stated in the tensor form.

(2.5)

Figure 2.4. Stress tensor Cube

Temperature and heat transfers

Three major heat transfer methods are conduction, convection, and radiation, can be simulated using CFD simulation, which we will discuss in detail in the “heat transfer” chapter.

Following are the heat transfer equations:

  • Conduction (Fourier’s law):

(2.6)

With T, q, k, and Cp are temperature, heat generation per unit volume, material conductivity, and specific heat respectively.

  • Convection (Newton’s law of cooling):

(2.7)

With h is (convection) heat transfer coefficient.

  • Radiation (stefan-Boltzmann’s law):

(2.8)

With  and  are surface emissivity and Stefan-Boltzmann constant (5.67*10-8 W.m-2.K-4), respectively.


Leave a Reply

Your email address will not be published. Required fields are marked *