Wolfram Language

3D Transient Fluid Flow

Simulate the flow through a technical object with the NavierStokes equation:

Here is the vector-valued velocity field in three dimensions, is the pressure and the identity matrix. and are the density and viscosity, respectively.

In[1]:=1

Load the finite element package to generate a mesh.

In[2]:=2
Out[2]=2

Visualize the mesh.

show complete Wolfram Language input
In[3]:=3
Out[3]=3

Specify the transient viscous NavierStokes equation with viscosity and density .

In[4]:=4

Specify a function that ramps up the inflow velocity.

In[5]:=5

Specify an inflow profile.

In[6]:=6
Out[6]=6

Specify an inflow boundary condition on the top.

In[7]:=7

Specify an outflow boundary condition on the right.

In[8]:=8

Specify no-slip boundary conditions on the remaining walls.

In[9]:=9

Group the boundary conditions.

In[10]:=10

Set up initial conditions such that the system is at rest.

In[11]:=11

Time-integrate the NavierStokes equation on a mesh with specified spacing while interpolating the velocities with second order and the pressure with first order.

In[12]:=12
Out[12]=12

Inspect the amount of memory used in gigabytes.

In[13]:=13
Out[13]=13

Compute the range of the pressure distribution.

In[14]:=14
Out[14]=14

Visualize the pressure distribution.

show complete Wolfram Language input
In[15]:=15
Out[15]=15

Compute the range of the velocity distribution.

In[16]:=16
Out[16]=16

Visualize the total velocity and a vector field of the velocity.

show complete Wolfram Language input
In[17]:=17
Out[17]=17

Related Examples

Find out if you already have access to Wolfram tech through your organization
×