<?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[openfoam中cyclic周期性边界的问题]]></title><description><![CDATA[<p dir="auto">在使用interfoam或multiphaseinterfoam求解器中，计算油滴气泡上升的问题，上下左右前后均使用周期性边界，根据观察结果cyclic函数类型（type），能在边界上传递相分数项、压强U和P，但不能继续向空间中以上区域传播，而且一运算到!边界处时间步长就会变得特别小（可能也是发散），请问这种情况怎么解决啊~~!<br />
<img src="/assets/uploads/files/1510990793740-1a74d12a-08cd-4dff-94b2-3cddbb4d8bb1-%E5%9B%BE%E7%89%87-resized.png" alt="0_1510990756944_1a74d12a-08cd-4dff-94b2-3cddbb4d8bb1-图片.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1510990233927-4997256f-4599-490c-9876-d469eb0a7590-%E5%9B%BE%E7%89%87-resized.png" alt="0_1510990197002_4997256f-4599-490c-9876-d469eb0a7590-图片.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1510990911190-f1bc7158-1b28-4e37-ab6c-955f0ff693fc-%E5%9B%BE%E7%89%87-resized.png" alt="0_1510990874481_f1bc7158-1b28-4e37-ab6c-955f0ff693fc-图片.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1510990555627-5168e382-3fb0-4655-a1c3-9611656d2fc6-%E5%9B%BE%E7%89%87-resized.png" alt="0_1510990518747_5168e382-3fb0-4655-a1c3-9611656d2fc6-图片.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1510990828998-c024618e-6fe0-424b-bc10-897b6c22bd23-%E5%9B%BE%E7%89%87-resized.png" alt="0_1510990792142_c024618e-6fe0-424b-bc10-897b6c22bd23-图片.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://cfd-china.com/topic/1150/openfoam中cyclic周期性边界的问题</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 08:26:40 GMT</lastBuildDate><atom:link href="https://cfd-china.com/topic/1150.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 18 Nov 2017 07:43:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Wed, 15 Jan 2025 06:28:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/632">@dzw05</a> 请问老师，您这边清楚interface并行边界如何处理吗？我想从openfoam中拿到完整矩阵数据，但是并行的话只能拿到各个线程对应的子矩阵，如何知道并行边界的关系将其组装成一个完整的矩阵</p>
]]></description><link>https://cfd-china.com/post/42370</link><guid isPermaLink="true">https://cfd-china.com/post/42370</guid><dc:creator><![CDATA[w352405196]]></dc:creator><pubDate>Wed, 15 Jan 2025 06:28:44 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Wed, 15 Jan 2025 05:43:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/3696">@Micro</a> 请问老师，您这边搞清楚interface并行边界如何处理的了吗</p>
]]></description><link>https://cfd-china.com/post/42368</link><guid isPermaLink="true">https://cfd-china.com/post/42368</guid><dc:creator><![CDATA[w352405196]]></dc:creator><pubDate>Wed, 15 Jan 2025 05:43:33 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Tue, 31 Dec 2024 08:12:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/1854">@Tong</a> 老师，您好。我想请教您一下，interface是针对周期边界、多求解域（如旋转机械）、并行边界这类复杂边界的吗，对于常规边界条件有影响吗，我理解的是边界条件的离散系数已经添加到lduMatrix中的对角线系数和源项中了。在测试中发现initMatrixInterfaces和updateMatrixInterfaces对于X和B都没有影响啊</p>
]]></description><link>https://cfd-china.com/post/42244</link><guid isPermaLink="true">https://cfd-china.com/post/42244</guid><dc:creator><![CDATA[w352405196]]></dc:creator><pubDate>Tue, 31 Dec 2024 08:12:09 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Mon, 19 Apr 2021 08:06:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/1854">@Tong</a> 好的，真知灼见。大概理解了下，您强调的是充分利用物理性质来构造预条件。。确实偏数学。。“针对体系结构和并行的优化可能不同”，的确如此。感觉如果是做优化的话，还是要针对特定的硬件架构去做实现层面的优化，想要在数学（算法）层面优化太难了。。。</p>
]]></description><link>https://cfd-china.com/post/25285</link><guid isPermaLink="true">https://cfd-china.com/post/25285</guid><dc:creator><![CDATA[Micro]]></dc:creator><pubDate>Mon, 19 Apr 2021 08:06:20 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Mon, 19 Apr 2021 08:02:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/3696">@Micro</a><br />
个人观点，线性方程组求解来说，感觉目前主要用的是克雷洛夫子空间方法+多重网格方法这两个大类，已经能在理论上比较好的解决求解方程组了(复杂度大概在O(N^2)~O(NlogN))。当然对于不同线性代数库对这些方法的实现效率有高有底（针对体系结构和并行的优化可能不同），但是感觉如果优化到位大概也就是到那个程度了，在同一套系统上不会有数量级的差距。<br />
我之前做实验发现，对于有些多物理量耦合在一起的分块矩阵，通用的预条件器好像对降低条件数作用比较有限（主要也是由于物理上的特殊性造成的），针对某一类物理问题，似乎需要一些特殊的预条件器来有效的降低条件数，听说预条件这方面的论文也挺多的，不过比较偏数学，我不太懂。</p>
]]></description><link>https://cfd-china.com/post/25284</link><guid isPermaLink="true">https://cfd-china.com/post/25284</guid><dc:creator><![CDATA[Tong]]></dc:creator><pubDate>Mon, 19 Apr 2021 08:02:13 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Mon, 19 Apr 2021 07:28:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/1854">@Tong</a> 好的谢谢。我好好看一下你提到的foam-extend，您提到：“对于全耦合求解的矩阵（foam-extend里的coupledMatrix）的确需要针对物理问题的新预条件器来加速收敛”，您的意思是预处理（相比分离求解器来讲）对于耦合求解器来说更加重要吗？</p>
]]></description><link>https://cfd-china.com/post/25282</link><guid isPermaLink="true">https://cfd-china.com/post/25282</guid><dc:creator><![CDATA[Micro]]></dc:creator><pubDate>Mon, 19 Apr 2021 07:28:41 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Mon, 19 Apr 2021 06:25:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/3696">@Micro</a><br />
foam-extend 里面好像也有不少新的求解器，或许可以参考一下<br />
<a href="https://github.com/Shadow-fax/foam-extend-4.1/tree/93fffffdb7453736d95f5535f9c8eed1054e48f6/src" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Shadow-fax/foam-extend-4.1/tree/93fffffdb7453736d95f5535f9c8eed1054e48f6/src</a></p>
<p dir="auto">最近发现对于全耦合求解的矩阵（foam-extend里的coupledMatrix）的确需要针对物理问题的新预条件器来加速收敛。</p>
]]></description><link>https://cfd-china.com/post/25280</link><guid isPermaLink="true">https://cfd-china.com/post/25280</guid><dc:creator><![CDATA[Tong]]></dc:creator><pubDate>Mon, 19 Apr 2021 06:25:04 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Mon, 19 Apr 2021 03:00:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/1854">@Tong</a> 好的！谢谢，您说的文章我也看过，不过涉及到具体细节他没有将，OF2006中已经实现了petsc2foam了。我正在看源码，在这个网址上：<a href="https://develop.openfoam.com/modules/external-solver/-/blob/develop/src/petsc4Foam/utils/petscLinearSolverContext.H" target="_blank" rel="noopener noreferrer nofollow ugc">https://develop.openfoam.com/modules/external-solver/-/blob/develop/src/petsc4Foam/utils/petscLinearSolverContext.H</a><br />
我最终的想法是实现一个自己的预处理器或者矩阵求解器然后继承到OF中。</p>
]]></description><link>https://cfd-china.com/post/25277</link><guid isPermaLink="true">https://cfd-china.com/post/25277</guid><dc:creator><![CDATA[Micro]]></dc:creator><pubDate>Mon, 19 Apr 2021 03:00:24 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Mon, 19 Apr 2021 01:55:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/3696">@Micro</a><br />
之前好像记得国防科大有人用PETSc来求解openfoam线性方程组的，文章里写了怎么把OF的ldu Matrix与边界条件的架构和PETSc的线性方程组求解器融合在一起的，你可以搜来看看。我感觉对于of的系数矩阵A是按照lduMatrix的方式存的，如果外部求解器稀疏矩阵格式也是类似lduMatrix的，可以不对数据格式进行转化，否则需要将lduMatrix和转化为外部线性库支持的求解格式。我最近在做重叠网格的并行，希望可以多交流~~。</p>
]]></description><link>https://cfd-china.com/post/25275</link><guid isPermaLink="true">https://cfd-china.com/post/25275</guid><dc:creator><![CDATA[Tong]]></dc:creator><pubDate>Mon, 19 Apr 2021 01:55:14 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Sun, 18 Apr 2021 11:17:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/1854">@Tong</a> 是的哈，系数CL和CU都存处在interface中的boundarycoeffs中，不过我现在没搞清楚局部索引和全局索引是储存在哪里，尤其是他们是怎么相互转化的。。我一直对AX=b感兴趣，如果能彻底弄清楚OF中的矩阵元素和他们索引的相关接口，我就可以把外部的线性代数库集成到OF中。这是我很想做的。。</p>
]]></description><link>https://cfd-china.com/post/25266</link><guid isPermaLink="true">https://cfd-china.com/post/25266</guid><dc:creator><![CDATA[Micro]]></dc:creator><pubDate>Sun, 18 Apr 2021 11:17:03 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Sun, 18 Apr 2021 04:41:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/3696">@Micro</a><br />
好像我在知乎上你的PCG的文章下面回复过，嘿嘿~<br />
CL和CU对于耦合边界来说没有区分，都是interface上的系数，Amul()里为psi乘这个interface系数的方法是和interface绑定的，具体来说Amul()中的updateMatrixInterfaces会遍历所有的coupled interface 然后每个interface里都施行乘法操作，在doxygen里面顺着updateMatrixInterfaces一路查下去就找到了。</p>
]]></description><link>https://cfd-china.com/post/25264</link><guid isPermaLink="true">https://cfd-china.com/post/25264</guid><dc:creator><![CDATA[Tong]]></dc:creator><pubDate>Sun, 18 Apr 2021 04:41:01 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Sat, 17 Apr 2021 15:03:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/1854">@Tong</a> 非常期待您的后续关于处理器边界的解读，我也正在关注OF中的处理器边界，想请问一下，您知道对于CL和CU这两个系数，他们分别存放在哪里吗？以及他们的索引是存放在哪里吗，我感觉程迪老师介绍的好像有些出入，想请教一下您，谢谢！</p>
]]></description><link>https://cfd-china.com/post/25244</link><guid isPermaLink="true">https://cfd-china.com/post/25244</guid><dc:creator><![CDATA[Micro]]></dc:creator><pubDate>Sat, 17 Apr 2021 15:03:57 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Fri, 02 Apr 2021 06:07:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/632">@dzw05</a><br />
最近在研究<code>processorFvPatch</code>，来挖个坟补充下~~<br />
对于并行耦合边界条件，在方程组迭代求解中的“耦合”过程在矩阵-向量乘法（<code>Amul</code>）中的实现如下：<br />
1、<code>initMatrixInterfaces</code>：只负责初始化边界数据，将耦合边界内侧（本地）的数据传送到外侧（相邻进程）。<br />
2、本地数据与向量相乘，参考程迪的描述。<br />
3、<code>updateMatrixInterfaces</code>：使用第一步初始化得到的数据来耦合外侧变量（$C\cdot x_n  $）.<br />
并行边界条件中，对于一个本地进程来说耦合过程是单向的，只将外侧数据耦合到本地，但是对于一个耦合边界面来说耦合过程是双向的，即面两侧的进程都需要耦合外侧数据（$C=C_L+C_U$ 一侧是$C_L$另一侧是$C_U$）。<br />
耦合边界类使用的接口是<code>initInterfaceMatrixUpdate</code>，<code>updateInterfaceMatrix</code>，这两个接口的实现在对应的子类边界条件中，如何想研究何以找找。</p>
]]></description><link>https://cfd-china.com/post/25004</link><guid isPermaLink="true">https://cfd-china.com/post/25004</guid><dc:creator><![CDATA[Tong]]></dc:creator><pubDate>Fri, 02 Apr 2021 06:07:52 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Sat, 11 Jul 2020 07:43:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/551">@程迪</a> 大佬可以详细的解释一下cyclic的计算过程中吗？比如这个CL和CU到底对应哪一项，initMatrixInterfaces怎么计算了Cl*x0.</p>
]]></description><link>https://cfd-china.com/post/20509</link><guid isPermaLink="true">https://cfd-china.com/post/20509</guid><dc:creator><![CDATA[dzw05]]></dc:creator><pubDate>Sat, 11 Jul 2020 07:43:20 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Sat, 23 Dec 2017 21:23:43 GMT]]></title><description><![CDATA[<p dir="auto">cyclic BC是个大坑，因为OF的理论和编程经常不自洽。感觉网上从来没说清楚过。刚才我才搞明白。</p>
<ul>
<li>
<p dir="auto">首先，face addressing的owner, neighbour和ldu addressing的lower, upper并不天然等价。face addressing描述的的网格的几何拓扑关系。而ldu addressing需要描述的的是数值拓扑关系，如果没有耦合边界，二者是等价的，但是如果有耦合边界，就有了face addressing描述不了的off-diagonal term。这就有两种处理方式：</p>
</li>
<li>
<p dir="auto">在OF+1706中，有两种lduAddressing，包括<code>fvMeshLduAddressing</code>和<code>fvMeshPrimitiveLduAddressing</code>。</p>
<ul>
<li>实际上<code>fvMeshLduAddressing</code>是将face addressing和ldu addressing等价了，内部面的owner就是lower，neighbour就是upper。这也是最最常用的类型，可以称之为普通ldu。</li>
<li>而<code>fvMeshPrimitiveLduAddressing</code>（这里的Primitive的意思是<code>not developed or derived from anything else</code> ）中的lower可以添加owner之外的相互作用关系。但是这个类位于overset目录下，可见它主要用于重叠网格的情况，可以称之为overset ldu。</li>
</ul>
</li>
<li>
<p dir="auto">而coupled BC是实现在普通ldu中。依靠两个类：<code>coupledFvPatch</code>和<code>coupledFvPatchField</code>，其中关键是他们各自继承了<code>lduInterface</code>和<code>lduInterfaceField</code>，并实现了相关函数。所以其实interface和coupled BC是几乎同样的概念。</p>
</li>
<li>
<p dir="auto">从概念上讲，对于普通LDU，在有interface的情况下虽然在lduMatrix中存了upper,diag,lower矩阵系数，但是还有额外耦合项，也就是说$A=L+D+U+C\ne L+D+U$，$C$就是额外耦合项，<strong>由于数据结构设计上的限制，不能存到普通ldu的矩阵中，需要单独处理</strong>。</p>
</li>
<li>
<p dir="auto">处理方式也比较简单，$C$因为也是代表cell-cell相互作用，所以主要是非对角的，因为对角的部分完全可以包含在$D$中，而且源项部分也可以容纳在原来的源项里，可以分裂为上下两部分，$C=C_L+C_U$。在<code>lduMatrix.Amul()</code>的操作中，计算$A\cdot x$的操作被分为$D\cdot x+(L+U)\cdot x +C_U\cdot x_n $：</p>
<ul>
<li><code>initMatrixInterfaces</code>: $C_L\cdot x_o$，其中$x_o$是$x$中属于耦合边界的内侧单元，计算结果要送到另一侧去；</li>
<li>all cells: <code>ApsiPtr[cell] = diagPtr[cell]*psiPtr[cell];</code>: $D\cdot x$</li>
<li>all faces: <code>ApsiPtr[uPtr[face&rsqb;&rsqb; += lowerPtr[face]*psiPtr[lPtr[face&rsqb;&rsqb;;</code>: $L\cdot x$</li>
<li>all faces: <code>ApsiPtr[lPtr[face&rsqb;&rsqb; += upperPtr[face]*psiPtr[uPtr[face&rsqb;&rsqb;;</code>: $U\cdot x$</li>
<li><code>updateMatrixInterfaces</code>: $C_U\cdot x_n$，其中$x_n$只包含$x$中属于耦合边界的外侧单元；</li>
<li>这种$C\cdot x$叫做<code>patch Contribution</code>。 $C_L, C_U$叫<code>interfaceUpper</code>, <code>interfaceLower</code>。</li>
</ul>
</li>
<li>
<p dir="auto">问：为什么$C_L,C_U$要分开处理？答：因为在存在processor边界时，$x_n$并不在本地，要通过通信获取结果，或者获取系数。</p>
</li>
<li>
<p dir="auto">问：$C_L$和$C_U$存在哪儿？答：</p>
<ul>
<li>
<pre><code class="language-c++">class fvMatrix
:
    public refCount,
    public lduMatrix
{
//...
        //- Boundary scalar field containing pseudo-matrix coeffs
        //  for internal cells
        FieldField&lt;Field, Type&gt; internalCoeffs_; //注意这里不是引用，是真货

        //- Boundary scalar field containing pseudo-matrix coeffs
        //  for boundary cells
        FieldField&lt;Field, Type&gt; boundaryCoeffs_; //都初始化为0；
//...
}

</code></pre>
</li>
</ul>
</li>
<li>
<p dir="auto">coupled BC, interface, constraint BC等的关系：<br />
interface就是coupled BC，constraint BC是OF文档中的分类，其实包含了empty, wedge,symmetry等几何约束类的BC和coupled BC。coupled BC中比较重要的两类是cyclic和processor。</p>
</li>
</ul>
<p dir="auto">总的来看cyclic边界条件本身的实现应该没有问题，还挺巧妙的。</p>
<p dir="auto">回到这个问题，我觉得可能是CFL数计算的部分可能在cyclic BC处有bug。<br />
Courant数计算方式来看，普通Courant数和其他一样，额外多了一个Interface Courant数。里面多了个这玩意儿：</p>
<pre><code class="language-c++">    scalarField sumPhi
    (
        mixture.nearInterface()().primitiveField()
       *fvc::surfaceSum(mag(phi))().primitiveField()
    );

    alphaCoNum = 0.5*gMax(sumPhi/mesh.V().field())*runTime.deltaTValue();

    meanAlphaCoNum =
        0.5*(gSum(sumPhi)/gSum(mesh.V().field()))*runTime.deltaTValue();

// mixture.nearInterface()()，定义是：

 Foam::tmp&lt;Foam::volScalarField&gt;
Foam::interfaceProperties::nearInterface() const
{
     return pos(alpha1_ - 0.01)*pos(0.99 - alpha1_);
}
</code></pre>
<p dir="auto">可能是相边界速度太大了吧。估算一下有上万了，你的平均Courant这么小，最大Courant这么大。。。你又是这么均匀的网格。。</p>
]]></description><link>https://cfd-china.com/post/6553</link><guid isPermaLink="true">https://cfd-china.com/post/6553</guid><dc:creator><![CDATA[程迪]]></dc:creator><pubDate>Sat, 23 Dec 2017 21:23:43 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Mon, 27 Nov 2017 11:34:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/410">@yhdthu</a> 我的算例很简单</p>
<pre><code>blocks
(
    hex (0 1 2 3 4 5 6 7) (160 320 160) simpleGrading (1 1 1)
);
</code></pre>
]]></description><link>https://cfd-china.com/post/6187</link><guid isPermaLink="true">https://cfd-china.com/post/6187</guid><dc:creator><![CDATA[余正东]]></dc:creator><pubDate>Mon, 27 Nov 2017 11:34:30 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Mon, 27 Nov 2017 11:20:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/1023">@余正东</a> 可以把网格介绍一下</p>
]]></description><link>https://cfd-china.com/post/6185</link><guid isPermaLink="true">https://cfd-china.com/post/6185</guid><dc:creator><![CDATA[yhdthu]]></dc:creator><pubDate>Mon, 27 Nov 2017 11:20:33 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Mon, 27 Nov 2017 11:10:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/410">@yhdthu</a> 在边界处局部加密吗</p>
]]></description><link>https://cfd-china.com/post/6184</link><guid isPermaLink="true">https://cfd-china.com/post/6184</guid><dc:creator><![CDATA[余正东]]></dc:creator><pubDate>Mon, 27 Nov 2017 11:10:32 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Mon, 27 Nov 2017 11:05:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/1023">@余正东</a> 不知道你在边界处有没有加密网格？</p>
]]></description><link>https://cfd-china.com/post/6183</link><guid isPermaLink="true">https://cfd-china.com/post/6183</guid><dc:creator><![CDATA[yhdthu]]></dc:creator><pubDate>Mon, 27 Nov 2017 11:05:29 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Mon, 27 Nov 2017 08:14:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/410">@YHDTHU</a>  请问一下这个可能是由于MULES算法的原因吗，导致在周期性边界处，不能收敛</p>
]]></description><link>https://cfd-china.com/post/6181</link><guid isPermaLink="true">https://cfd-china.com/post/6181</guid><dc:creator><![CDATA[余正东]]></dc:creator><pubDate>Mon, 27 Nov 2017 08:14:59 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Thu, 23 Nov 2017 14:05:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/858">@xiaofenger</a> 你好，我还想问一下请问一下你用的是cyclic还是cyclicAMI边界，另外你用的是VOF模型吗？谢谢~</p>
]]></description><link>https://cfd-china.com/post/6129</link><guid isPermaLink="true">https://cfd-china.com/post/6129</guid><dc:creator><![CDATA[余正东]]></dc:creator><pubDate>Thu, 23 Nov 2017 14:05:17 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Tue, 21 Nov 2017 07:17:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/858">@xiaofenger</a> 你好，我也是这方面的新手，我就是想问问你的算例最后怎么跳出时间步长特别小的情况，我今天又重新跑了算例，发现还是有问题！qq：768620698，谢谢！</p>
]]></description><link>https://cfd-china.com/post/6105</link><guid isPermaLink="true">https://cfd-china.com/post/6105</guid><dc:creator><![CDATA[余正东]]></dc:creator><pubDate>Tue, 21 Nov 2017 07:17:48 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Mon, 20 Nov 2017 20:24:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/1023">@余正东</a> 交流当然可以啊，不过关于cyclic边界条件我也不是特别懂。。。</p>
]]></description><link>https://cfd-china.com/post/6102</link><guid isPermaLink="true">https://cfd-china.com/post/6102</guid><dc:creator><![CDATA[xiaofenger]]></dc:creator><pubDate>Mon, 20 Nov 2017 20:24:47 GMT</pubDate></item><item><title><![CDATA[Reply to openfoam中cyclic周期性边界的问题 on Mon, 20 Nov 2017 10:29:34 GMT]]></title><description><![CDATA[<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/6097</link><guid isPermaLink="true">https://cfd-china.com/post/6097</guid><dc:creator><![CDATA[余正东]]></dc:creator><pubDate>Mon, 20 Nov 2017 10:29:34 GMT</pubDate></item></channel></rss>