> For the complete documentation index, see [llms.txt](https://simple.gitbook.io/simulation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simple.gitbook.io/simulation/wu-zhi-dao-shu.md).

# 物质导数

## 定义

物质导数（Material Derivative）的定义：

$$
\underbrace{\frac{D}{D t}}*{\text {物质导数}}=\underbrace{\frac{\partial}{\partial t}}*{\text {当地导数 }}+\underbrace{(\mathbf{V} \cdot \nabla)}\_{\text {对流导数 }}
$$

物质导数的物理意义为：它是**运动的流体微团的物理量随时间的变化率，它等于该物理量由当地时间变化所引起的变化率与由流体对流引起的变化率的和**。

## 推导

选取一个运动的流体微元，则流体微元的速度矢量为 $$\textbf{v} =u\textbf{i}+v\textbf{j}+w\textbf{k}$$ ，密度为  $$\rho$$ ，由于微元随流体运动，则 $$u,v,w,\rho$$ 均是时间和空间的函数：

$$
\begin{array}{l}
u=u(x, y, z, t) \\
v=v(x, y, z, t) \\
w=w(x, y, z, t) \\
\rho=\rho(x, y, z, t)
\end{array}
$$

假设在 $$t\_1$$ 时刻，微元处于流场的1点，在这一时刻、这一点上的密度为：

$$
\rho\_1=\rho(x\_1,y\_1,z\_1,t\_1)
$$

在流场的作用下，流体运动到2点，此时微元的密度为：

$$
\rho\_2=\rho(x\_2,y\_2,z\_2,t\_2)
$$

![](/files/-MZwKU_ti1ohsTKY8c9Z)

<https://zhuanlan.zhihu.com/p/146396629>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://simple.gitbook.io/simulation/wu-zhi-dao-shu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
