-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
73 lines (58 loc) · 3.59 KB
/
Copy pathindex.xml
File metadata and controls
73 lines (58 loc) · 3.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Su's Blog</title>
<link>https://lingfengfly.github.io/</link>
<description>Recent content on Su's Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>c/c++, python, matlab</language>
<copyright>&copy;lingfengfly 2015-2020</copyright>
<lastBuildDate>Sun, 01 Mar 2020 13:02:40 +0800</lastBuildDate>
<atom:link href="https://lingfengfly.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>About</title>
<link>https://lingfengfly.github.io/numerical/about/</link>
<pubDate>Sun, 01 Mar 2020 13:02:40 +0800</pubDate>
<guid>https://lingfengfly.github.io/numerical/about/</guid>
<description>该目录下的内容主要是关于数值计算。 The content under this menu is mainly about the numerical computing. Please be free to correct my error.</description>
</item>
<item>
<title></title>
<link>https://lingfengfly.github.io/numerical/Finite-Volume-Method/About/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://lingfengfly.github.io/numerical/Finite-Volume-Method/About/</guid>
<description>有限体积法(Fininte Volume Method, FVM)是一种基于守恒律的数值解法。 FVM将求解区域离散为网格(可以是结构化也可以是非结构化类型),然后将其划</description>
</item>
<item>
<title></title>
<link>https://lingfengfly.github.io/posts/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://lingfengfly.github.io/posts/about/</guid>
<description>write about something!</description>
</item>
<item>
<title>Acoustics boundary</title>
<link>https://lingfengfly.github.io/numerical/Finite-Volume-Method/Acoustics-boundary/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://lingfengfly.github.io/numerical/Finite-Volume-Method/Acoustics-boundary/</guid>
<description>The systems of equations, such as acoustics, can have positive and negative eigenvalues, so that each boundary will typiccally have both incoming and outcoming characteristics.
Consider the acoustics equations
$$ p_t+K_0u_x=0 $$ $$ \rho_0u_t+p_x=0, $$ with a variety of different boundary conditions.
1.Nonreflecting Boundary Conditions
We want to impose nonreflectiong boundary conditions (absorbing boundary conditions) at points $x=a$ and $x=b$ that do not introduce spurious reflections of the outgoing acoustic waves.</description>
</item>
<item>
<title>Convergence</title>
<link>https://lingfengfly.github.io/numerical/Finite-Volume-Method/Convergence/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://lingfengfly.github.io/numerical/Finite-Volume-Method/Convergence/</guid>
<description>For a finite volume method, we might want to compare $Q^n_1$ with
$$\begin{equation}q^n_i=\frac {1}{\Delta x}\int_{x_{i-1/2}}^{x_{i+1/2}} q(x,t_n) \,{\rm d}x.\end{equation}$$If the function $q(x,t)$ is sufficiently smooth, then the pointwise value agrees with the cell average to $\cal O(\Delta x^2)$. It is reasonable to assume that the ratio $\Delta t/\Delta x$ is fixed. Then we can speak of letting $\Delta t \to 0$ to refine the grid, and speak of convergence with order s if the errors vanish like $\cal O(\Delta t^s)$ or $\cal O(\Delta x^s)$.</description>
</item>
</channel>
</rss>