<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>系列介绍 on Keqi的博客</title><link>https://yekq.top/tags/%E7%B3%BB%E5%88%97%E4%BB%8B%E7%BB%8D/</link><description>Recent content in 系列介绍 on Keqi的博客</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><managingEditor>plloningye@gmail.com (Keqi Ye)</managingEditor><webMaster>plloningye@gmail.com (Keqi Ye)</webMaster><copyright>Keqi Ye</copyright><lastBuildDate>Mon, 20 May 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://yekq.top/tags/%E7%B3%BB%E5%88%97%E4%BB%8B%E7%BB%8D/index.xml" rel="self" type="application/rss+xml"/><item><title>SPH基础(序): 概述与系列介绍</title><link>https://yekq.top/posts/sphseries/sphseries-intro/</link><pubDate>Mon, 20 May 2024 00:00:00 +0000</pubDate><author>plloningye@gmail.com (Keqi Ye)</author><guid>https://yekq.top/posts/sphseries/sphseries-intro/</guid><description>&lt;h1 id="sph-系列总览">SPH 系列总览
&lt;/h1>&lt;p>本系列文章旨在从零开始，系统介绍光滑粒子流体动力学（SPH, Smoothed Particle Hydrodynamics）方法的核心概念、数学原理以及实现技巧。通过本系列，你将能够：&lt;/p>
&lt;ul>
&lt;li>理解 SPH 方法的基本思想和应用场景。&lt;/li>
&lt;li>学会选择合适的核函数，并掌握其实现方式。&lt;/li>
&lt;li>掌握邻居搜索，常微分方程求解等关键算法。&lt;/li>
&lt;li>逐步搭建自己的 SPH 流体模拟框架。&lt;/li>
&lt;/ul>
&lt;h2 id="系列结构">系列结构
&lt;/h2>&lt;p>本系列主要包含以下内容：&lt;/p>
&lt;ol>
&lt;li>
&lt;p>&lt;strong>SPH 方法简介&lt;/strong>&lt;br>
SPH 的基本原理、流体模拟的数学模型和物理背景。&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>核函数的选择与实现&lt;/strong>&lt;br>
常用核函数类型及其在数值模拟中的应用。&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>状态方程&lt;/strong>&lt;br>
如何建立和应用流体的状态方程，计算压力与密度关系。&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>邻居搜索与数据结构&lt;/strong>&lt;br>
高效邻居搜索方法、树结构和邻居列表构建技巧。&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>高级主题与优化&lt;/strong>&lt;br>
自适应时间步长、并行计算优化等进阶内容。&lt;/p>
&lt;/li>
&lt;/ol>
&lt;hr>
&lt;p>阅读本篇文章后，你可以从各个子文章入手，逐步深入理解 SPH 模型和实现细节。本系列适合有一定编程基础和物理背景的读者，但也会从基础讲起，让新手逐步掌握方法。&lt;/p></description></item></channel></rss>