<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？]]></title><description><![CDATA[<p dir="auto">如题，看到OF中和Fluent TG中都是直接写成离散形式的。感觉checker board问题就是纯粹的离散问题？</p>
]]></description><link>https://cfd-china.com/topic/735/rhie-chow插值有没有对应的连续的微分方程-积分方程</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 12:59:49 GMT</lastBuildDate><atom:link href="https://cfd-china.com/topic/735.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Mar 2017 15:41:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Sun, 16 Sep 2018 14:05:14 GMT]]></title><description><![CDATA[<p dir="auto">但是RC插值没有离散，因为它是显式计算源项 -- “速度插值+高阶压力导数项”。</p>
]]></description><link>https://cfd-china.com/post/9458</link><guid isPermaLink="true">https://cfd-china.com/post/9458</guid><dc:creator><![CDATA[Him]]></dc:creator><pubDate>Sun, 16 Sep 2018 14:05:14 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Thu, 06 Apr 2017 13:10:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/1">@李东岳</a></p>
<p dir="auto">我有一点搞复杂了，我以为RC插值和压力-速度耦合算法是放在一起考虑的。因为OF有一定误导性。实际上二者是相对独立的。RC插值是在速度插值中带了一点儿高阶压力导数项。而SIMPLE之类的算法是用于在分离求解器中解决压力-速度耦合的鞍点问题的。</p>
]]></description><link>https://cfd-china.com/post/3693</link><guid isPermaLink="true">https://cfd-china.com/post/3693</guid><dc:creator><![CDATA[程迪]]></dc:creator><pubDate>Thu, 06 Apr 2017 13:10:09 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Thu, 06 Apr 2017 13:06:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/213">@Him</a></p>
<p dir="auto">我看到cfd-online的wiki中的PISO算法是https://www.cfd-online.com/Wiki/PISO_algorithm_-_Pressure_Implicit_with_Split_Operator<br />
算的修正方程而不是压力泊松方程。</p>
<p dir="auto">修正方程是离散的，压力泊松方程是个PDE，可以进行额外的离散求解呀。</p>
]]></description><link>https://cfd-china.com/post/3692</link><guid isPermaLink="true">https://cfd-china.com/post/3692</guid><dc:creator><![CDATA[程迪]]></dc:creator><pubDate>Thu, 06 Apr 2017 13:06:34 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Thu, 06 Apr 2017 01:20:43 GMT]]></title><description><![CDATA[<ol>
<li>
<p dir="auto">不可压缩流既可以算压力修正方程(pressure correction equation),e.g. SIMPLE - semi-implicit method with pressure-link equation，也可以算压力泊松方程(pressure Poison equation), e.g., PISO - pressure implicit with splitting of operator.</p>
</li>
<li>
<p dir="auto">可压缩流既可以算压力修正方程(pressure correction equation),e.g. SIMPLE - semi-implicit method with pressure-link equation，也可以算压力泊松方程(pressure Poison equation), e.g., PISO - pressure implicit with splitting of operator.</p>
</li>
</ol>
<p dir="auto">以上两点都是隐式压力更新，并且压力矩阵的残差在很大程度上控制了质量守恒。算SIMPLE跟PISO只是两个不同的保证质量守恒的方式而已。</p>
<p dir="auto">那个临点的说法，把很简单的问题复杂化了，已经脱离了Rhie-Chow插值的话题。</p>
]]></description><link>https://cfd-china.com/post/3677</link><guid isPermaLink="true">https://cfd-china.com/post/3677</guid><dc:creator><![CDATA[Him]]></dc:creator><pubDate>Thu, 06 Apr 2017 01:20:43 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Wed, 05 Apr 2017 23:57:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/1">@李东岳</a></p>
<p dir="auto">额~啥玩意是临点？</p>
<p dir="auto">而且我还是没搞明白为啥不可压缩流要求压力修正方程(pressure correction equation)而不是压力泊松方程(pressure Poison equation)呢？</p>
<p dir="auto">按照Moukalled书中关于压力-速度耦合问题的线性代数矩阵解释，问题在于压力变量的对角线项为0，所以称为鞍点问题，得用Gauge-Uzawa method，或者叫Uzawa迭代去求解。</p>
<p dir="auto">但是如果用压力泊松方程(pressure Poison equation)的话，对角线项应该不是0啊。</p>
]]></description><link>https://cfd-china.com/post/3674</link><guid isPermaLink="true">https://cfd-china.com/post/3674</guid><dc:creator><![CDATA[程迪]]></dc:creator><pubDate>Wed, 05 Apr 2017 23:57:32 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Wed, 05 Apr 2017 10:40:45 GMT]]></title><description><![CDATA[<p dir="auto">也可以用二阶算激波。</p>
]]></description><link>https://cfd-china.com/post/3665</link><guid isPermaLink="true">https://cfd-china.com/post/3665</guid><dc:creator><![CDATA[Him]]></dc:creator><pubDate>Wed, 05 Apr 2017 10:40:45 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Thu, 06 Apr 2017 05:47:41 GMT]]></title><description><![CDATA[<p dir="auto">越来越复杂了。</p>
<blockquote>
<p dir="auto">可否认为Rhie-Chow是用额外的3阶项（对压力方程式4阶项）来平滑掉压力波动的，<strong>因为是3阶项，所以不会影响FVM的二阶及以下的空间精度</strong>。但是这样的话R-C插值算激波绝对是有问题的，激波的FFT展开后频率很宽，微分高阶项比低阶项大，这玩意儿搞插值还是会抖啊。</p>
</blockquote>
<p dir="auto">关于黑体字书上确实这么解释的。同为网格压力棋格子分布很明显就可以看出来，考虑一维度情况并且方程左边不做处理：<br />
\begin{equation}<br />
f(u)_P=\frac{dp}{dx}=p_e-p_w=\frac{p_E+p_P}{2}-\frac{p_P+p_W}{2}=\frac{p_E-p_W}{2}<br />
\end{equation}<br />
可见关于$u_P$的离散后的方程不包含$p_P$，但是却和$p_W,p_E$联系起来了。这就是棋格子分布的产生。不管什么插值，都是要在$u_P$的离散方程添加$p_P$的影响。</p>
<blockquote>
<p dir="auto">不太明白，RC插值和那个A,H算子是个什么关系？A, H 算子是simple/piso算法这个层次里用到的东西还是RC差值实现的一个技巧？</p>
</blockquote>
<p dir="auto"><code>UEqn.A()</code>和<code>UEqn.H()</code>是和SIMPLE以及SIMPLEC有关的，考虑SIMPLE，<code>UEqn.A()</code>和<code>UEqn.H()</code>就是离散后压力方程的对角线系数以及临点的影响。可能说的不是很精准但是大体是这个意思。SIMPLEC算法需要重写<code>UEqn.H()</code>。这部分太复杂了并且感兴趣的人很少。</p>
]]></description><link>https://cfd-china.com/post/3664</link><guid isPermaLink="true">https://cfd-china.com/post/3664</guid><dc:creator><![CDATA[李东岳]]></dc:creator><pubDate>Thu, 06 Apr 2017 05:47:41 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Tue, 04 Apr 2017 00:19:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/798">@赵一铭</a></p>
<p dir="auto">必然不是，松弛在非RC插值时是对的，因为收敛之后的结果是和松弛因子无关的。但是在RC插值时就有问题了。尽管有改进的插值证明结果和松弛因子无关，但是相容性怎么样就不知道了。。。</p>
]]></description><link>https://cfd-china.com/post/3654</link><guid isPermaLink="true">https://cfd-china.com/post/3654</guid><dc:creator><![CDATA[程迪]]></dc:creator><pubDate>Tue, 04 Apr 2017 00:19:52 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Mon, 03 Apr 2017 06:25:41 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">我的意思是当网格和时间步趋于0的时候，求解器整体所逼近的PDE，如果这个PDE不是N-S方程，那么理论上是会有问题的。</p>
</blockquote>
<p dir="auto">是原始的PDE。至少从松弛来看，人为添加松弛，就是人为的操纵了。如果不添加松弛，使用RC和原始NS方程一样。</p>
]]></description><link>https://cfd-china.com/post/3653</link><guid isPermaLink="true">https://cfd-china.com/post/3653</guid><dc:creator><![CDATA[赵一铭]]></dc:creator><pubDate>Mon, 03 Apr 2017 06:25:41 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Sun, 02 Apr 2017 11:32:29 GMT]]></title><description><![CDATA[<p dir="auto">不知道RC在在网格和时间步趋于0的时候实际逼近的是哪个PDE。</p>
<p dir="auto">RC需要使用U方程的系数，那个系数在OF内用A()获取。</p>
<p dir="auto">我从来没管过RC插值还会出现棋盘压力的问题，因为我在算稳态的时候不会用那么小的松弛。</p>
]]></description><link>https://cfd-china.com/post/3648</link><guid isPermaLink="true">https://cfd-china.com/post/3648</guid><dc:creator><![CDATA[Him]]></dc:creator><pubDate>Sun, 02 Apr 2017 11:32:29 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Sun, 02 Apr 2017 10:48:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/213">@Him</a><br />
Fluent TG写了用的是Rhie-Chow插值，但是没有给出Rhie-Chow实际求解的PDE，我的意思是当网格和时间步趋于0的时候，求解器整体所逼近的PDE，如果这个PDE不是N-S方程，那么理论上是会有问题的。<a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/1">@李东岳</a> 在另一个帖子给出的三篇论文在证明原始RC会存在时间步和松弛因子依赖的时候的证明方式就是通过证明最终得到的表达式存在关于时间步、松弛因子和体积力的依赖项来证明的。</p>
<p dir="auto">我的问题是，Rhie-Chow插值在网格和时间步趋于0的时候实际逼近的是哪个PDE，根据文献来看似乎是一个修改之后带有$d^4p/dx^4$项的压力修正方程，这个方程应该是和不可压N-S方程导出的压力修正方程是不一样的。</p>
<p dir="auto">p.s. 不太明白，RC插值和那个A,H算子是个什么关系？A, H 算子是simple/piso算法这个层次里用到的东西还是RC差值实现的一个技巧？</p>
<p dir="auto">我觉得RC插值在数学上还有很多东西没讲清楚，比如离散方程用迭代法求解不稳定不代表没有解啊。checker-board解虽然非物理，但是它是满足线性插值得到的离散方程的。那么线性插值得到的离散方程如果用耦合算法求解，是不是还会得到checker-board解？</p>
]]></description><link>https://cfd-china.com/post/3647</link><guid isPermaLink="true">https://cfd-china.com/post/3647</guid><dc:creator><![CDATA[程迪]]></dc:creator><pubDate>Sun, 02 Apr 2017 10:48:15 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Sun, 02 Apr 2017 08:29:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/551">@程迪</a><br />
1）Rhie-Chow解的既不是N-S方程，也不是稳定化修正的N-S方程，因为RC跟解方程没有任何关系<br />
2）Fluent TG没有写，不代表Fluent没用RC<br />
3）在OF内实现RC是个很简单的事情，这个时候是RC用来计算进入压力（修正）方程的那个通量的。</p>
<p dir="auto">以下是我随便写的：</p>
<pre><code>phi_RC = (fvc::interpolate(U)&amp;mesh.Sf()) - (((fvc::interpolate(rAU*(Volume))/Volume)*(gradP-gradPBar)&amp;mesh.Sf());
</code></pre>
<p dir="auto">你只是需要在之前定义Volume, gradP还有gradPBar而已<br />
phi_RC算出来之后，进入压力修正方程。</p>
]]></description><link>https://cfd-china.com/post/3645</link><guid isPermaLink="true">https://cfd-china.com/post/3645</guid><dc:creator><![CDATA[Him]]></dc:creator><pubDate>Sun, 02 Apr 2017 08:29:28 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Sat, 01 Apr 2017 13:56:28 GMT]]></title><description><![CDATA[<p dir="auto">@cfd-china<br />
我的意思是，OF中代码明显是从方程矩阵中抽出系数来做Piso的，也就是只有离散形式。而Fluent TG也是没有给出Rhie-Chow差值实际求解的PDE形式，只有离散形式。我严重怀疑Rhie-Chow差值解的不是N-S方程，而是稳定化修正的N-S方程，收敛到的解和N-S会差一个$d^3p/dx^3$项。</p>
<p dir="auto">我的思路是这样的：</p>
<ul>
<li>首先，求解连续的PDE方程本身是没有任何问题的，它是适定的；</li>
<li>但是求解离散的FVM同位网格就出了岔子，为啥？
<ul>
<li>一定是离散的过程有问题</li>
</ul>
</li>
<li>首先交错的网格求解是没有问题的，对吧
<ul>
<li>那说明只是同位网格有问题</li>
</ul>
</li>
<li>而同位网格的问题在于，只有segregate的求解有问题，coupled求解是没有问题的。
<ul>
<li>说明segregate 同位网格离散才会有checker board问题；</li>
</ul>
</li>
</ul>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/1">@李东岳</a></p>
]]></description><link>https://cfd-china.com/post/3643</link><guid isPermaLink="true">https://cfd-china.com/post/3643</guid><dc:creator><![CDATA[程迪]]></dc:creator><pubDate>Sat, 01 Apr 2017 13:56:28 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Sat, 01 Apr 2017 10:41:34 GMT]]></title><description><![CDATA[<p dir="auto">OF没有Rhie-Chow，处理的过程大概是这样子的：<br />
1）压力梯度不影响动量的phi<br />
2）压力梯度不影响在压力方程里的系数A<br />
3）压力方程在网格面上算，并且面上的值由邻居网格中心得出<br />
4）压力梯度直接在网格面上算出<br />
5）压力梯度不影响系数A对守恒速度的更新</p>
]]></description><link>https://cfd-china.com/post/3642</link><guid isPermaLink="true">https://cfd-china.com/post/3642</guid><dc:creator><![CDATA[Him]]></dc:creator><pubDate>Sat, 01 Apr 2017 10:41:34 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Fri, 31 Mar 2017 14:37:00 GMT]]></title><description><![CDATA[<p dir="auto">\begin{equation}<br />
{\bf{U}}_f={\rm{fvscheme}}{\bf{U}}+\frac{{\rm d}^3p}{{\rm d} x^3}<br />
\end{equation}</p>
<p dir="auto">这一项在H.K. 那本书里面也有看见过。</p>
]]></description><link>https://cfd-china.com/post/3630</link><guid isPermaLink="true">https://cfd-china.com/post/3630</guid><dc:creator><![CDATA[CFD中文网]]></dc:creator><pubDate>Fri, 31 Mar 2017 14:37:00 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Fri, 31 Mar 2017 14:30:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/551">@程迪</a>   我最近也在看这个Rhie-Chow插值，岳哥那个网站上的也没太看明白，<a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/213">@Him</a>  还说OpenFOAM没有RC插值，你在一楼说的：</p>
<blockquote>
<p dir="auto">看到<strong>OF中</strong>和Fluent TG中都是直接写成离散形式的</p>
</blockquote>
<p dir="auto">这个在哪发现的？</p>
]]></description><link>https://cfd-china.com/post/3627</link><guid isPermaLink="true">https://cfd-china.com/post/3627</guid><dc:creator><![CDATA[CFD中文网]]></dc:creator><pubDate>Fri, 31 Mar 2017 14:30:03 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Tue, 28 Mar 2017 22:58:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/551">@程迪</a></p>
<p dir="auto">可否认为Rhie-Chow是用额外的3阶项（对压力方程式4阶项）来平滑掉压力波动的，因为是3阶项，所以不会影响FVM的二阶及以下的空间精度。</p>
<p dir="auto">但是这样的话R-C插值算激波绝对是有问题的，激波的FFT展开后频率很宽，微分高阶项比低阶项大，这玩意儿搞插值还是会抖啊。</p>
]]></description><link>https://cfd-china.com/post/3583</link><guid isPermaLink="true">https://cfd-china.com/post/3583</guid><dc:creator><![CDATA[程迪]]></dc:creator><pubDate>Tue, 28 Mar 2017 22:58:50 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Tue, 28 Mar 2017 12:07:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/1">@李东岳</a></p>
<p dir="auto">哦~明白了，$d^3p/dx^3$的来历。</p>
<p dir="auto">我参考的 <a href="http://www.fem.unicamp.br/~im450/palestras&amp;artigos/CFD%20of%20Turbulence_Chalmers_Un/chapter_6-1.pdf" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.fem.unicamp.br/~im450/palestras&amp;artigos/CFD of Turbulence_Chalmers_Un/chapter_6-1.pdf</a></p>
]]></description><link>https://cfd-china.com/post/3580</link><guid isPermaLink="true">https://cfd-china.com/post/3580</guid><dc:creator><![CDATA[程迪]]></dc:creator><pubDate>Tue, 28 Mar 2017 12:07:21 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Tue, 21 Mar 2017 14:49:50 GMT]]></title><description><![CDATA[<p dir="auto">??<br />
cannot understand.</p>
]]></description><link>https://cfd-china.com/post/3489</link><guid isPermaLink="true">https://cfd-china.com/post/3489</guid><dc:creator><![CDATA[程迪]]></dc:creator><pubDate>Tue, 21 Mar 2017 14:49:50 GMT</pubDate></item><item><title><![CDATA[Reply to Rhie-Chow插值有没有对应的连续的微分方程&#x2F;积分方程？ on Tue, 21 Mar 2017 07:13:24 GMT]]></title><description><![CDATA[<p dir="auto">\begin{equation}<br />
{\bf{U}}_f={\rm{fvscheme}}{\bf{U}}+\frac{{\rm d}^3p}{{\rm d} x^3}<br />
\end{equation}</p>
]]></description><link>https://cfd-china.com/post/3472</link><guid isPermaLink="true">https://cfd-china.com/post/3472</guid><dc:creator><![CDATA[李东岳]]></dc:creator><pubDate>Tue, 21 Mar 2017 07:13:24 GMT</pubDate></item></channel></rss>