<?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[UDF动网格命令解释]]></title><description><![CDATA[<p dir="auto">一段UDF程序如下，哪位大神能不能解释一下每一行的含义，尤其是Thread *t这一行！</p>
<pre><code>real dtt;
	face_t f;
	cell_t c;
	Domain *domain=Get_Domain(1);
	Thread *t=Lookup_Thread(domain,23);** 
	tt=CURRENT_TIME;
	dtt=CURRENT_TIMESTEP;
	ntime=N_TIME
</code></pre>
]]></description><link>https://cfd-china.com/topic/2437/udf动网格命令解释</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 17:36:22 GMT</lastBuildDate><atom:link href="https://cfd-china.com/topic/2437.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 03 Apr 2019 11:54:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to UDF动网格命令解释 on Thu, 04 Apr 2019 13:48:03 GMT]]></title><description><![CDATA[<p dir="auto">感谢大神！后期操作是是指什么？我的运动的对象壁面的编号是23，但是如果我运动部分有多个部分该怎么办，就是运动几何体有多个避免边界？</p>
]]></description><link>https://cfd-china.com/post/12840</link><guid isPermaLink="true">https://cfd-china.com/post/12840</guid><dc:creator><![CDATA[Yung]]></dc:creator><pubDate>Thu, 04 Apr 2019 13:48:03 GMT</pubDate></item><item><title><![CDATA[Reply to UDF动网格命令解释 on Wed, 03 Apr 2019 18:25:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://cfd-china.com/uid/2821">@Yung</a> 在 <a href="/post/12797">UDF动网格命令解释</a> 中说：</p>
<blockquote>
<p dir="auto">Thread <em>t=Lookup_Thread(domain,23);</em>*</p>
</blockquote>
<p dir="auto">定义Thread 指针 t 为case 中ID 为23 对的边界<br />
也就时后期操作是针对ZoneID 为23 的边界的。</p>
]]></description><link>https://cfd-china.com/post/12802</link><guid isPermaLink="true">https://cfd-china.com/post/12802</guid><dc:creator><![CDATA[ibelief]]></dc:creator><pubDate>Wed, 03 Apr 2019 18:25:54 GMT</pubDate></item></channel></rss>