<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Understand which parameters can be extracted from Flow Analysis in Analysis</title>
    <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669105#M577</link>
    <description>&lt;P&gt;Hi, if that does not show up, it means you are using some old version of creo parametric. What version are you using? Please make sure you are using the same version as in that tutorial. If you cannot upgrade creo parametric, that custom variable is saved in a file called xxx_integrals.dat in the folder of your creo model.&amp;nbsp; You can find it out from that file after the simulation finished.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jun 2020 15:50:34 GMT</pubDate>
    <dc:creator>cfdgeek</dc:creator>
    <dc:date>2020-06-01T15:50:34Z</dc:date>
    <item>
      <title>Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/568789#M566</link>
      <description>&lt;P&gt;Currently we are running some external CFD analysis on parts of our robot to get the lift and drag coefficient and the center of pressure [1].&lt;/P&gt;
&lt;P&gt;The simulations are performed using ANSYS Fluent [2].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Considering that the CAD model of the robot is designed using PTC Creo, and considering that recently PTC has introduced a module for flow analysis [3], we would like to run such simulations directly in Creo.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only problem is that so far we didn't find a document or a video explaining how to get the lift and drag coefficient and the center of pressure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here the questions:&lt;/P&gt;
&lt;P&gt;- Do you know if it is possible to get the lift and drag coefficient and the center of pressure for external CFD?&lt;/P&gt;
&lt;P&gt;- Do you have a link to a document that explains how to run such simulations?&lt;/P&gt;
&lt;P&gt;- Which package (basic, plus or premium) should we buy?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[1]:&lt;A href="https://www.youtube.com/watch?v=jNnQeKuF7PI" target="_blank"&gt;https://www.youtube.com/watch?v=jNnQeKuF7PI&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;[2]:&lt;A href="https://www.ansys.com/it-it/products/fluids/ansys-fluent" target="_blank"&gt;https://www.ansys.com/it-it/products/fluids/ansys-fluent&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;[3]:&lt;A href="https://www.ptc.com/-/media/Files/PDFs/CAD/Creo-5/Datasheet-Creo_Flow_Analysis-en.pdf" target="_blank"&gt;https://www.ptc.com/-/media/Files/PDFs/CAD/Creo-5/Datasheet-Creo_Flow_Analysis-en.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 11:12:51 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/568789#M566</guid>
      <dc:creator>lfiorio</dc:creator>
      <dc:date>2018-08-29T11:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/568963#M567</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="support.JPG" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/9986iDB643870A50322D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="support.JPG" alt="support.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 09:35:44 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/568963#M567</guid>
      <dc:creator>skunks</dc:creator>
      <dc:date>2018-08-30T09:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/570566#M568</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can select the surface and create a xyplot to monitor pressure or shear force on that surface.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To compute lift and drag coefficient, we can use expression to do that very easily. You can use expression to define equations and formula.&amp;nbsp; We also support user defined variable for xyplot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example of cl, cd calculation&lt;/P&gt;
&lt;P&gt;-----------------------------------------------&lt;/P&gt;
&lt;P&gt;den=1.16&lt;BR /&gt;area=1&lt;BR /&gt;aoa=15*pi/180&lt;BR /&gt;vmag=200&lt;BR /&gt;cx=cos(aoa)&lt;BR /&gt;cy=sin(aoa)&lt;BR /&gt;nx=-cy&lt;BR /&gt;ny=cx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;drag=(flow.px@patch.surfname + flow.tx@patch.surfname)*cx&lt;BR /&gt;+(flow.py@patch.surfname+flow.ty@patch.surfname)*cy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;lift=(flow.px@patch.surfname + flow.tx@patch.surfname)*nx&lt;BR /&gt;+(flow.py@patch.surfname+flow.ty@patch.surfname)*ny&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;plot.cd = drag/(0.5*den*vmag^2*area)&lt;BR /&gt;#plot.cd: Drag Coefficient []&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;plot.cl = lift/(0.5*den*vmag^2*area)&lt;BR /&gt;#plot.cl: Lift Coefficient []&lt;/P&gt;
&lt;P&gt;&amp;nbsp;-----------------------------------------------------&lt;/P&gt;
&lt;P&gt;here&amp;nbsp;&lt;SPAN&gt;flow.px@surfname means pressure force x component from flow module at surfname patch&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;similarly, flow.tx means shear force x component.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the center of pressure, we need to do an integration of x times pressure&amp;nbsp;of x component on all external surfaces and it is straightforward to use expression to write it.&lt;/P&gt;
&lt;P&gt;----------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;cpx = integral(x*flow.pressure*normal.x, patch.surfname)/flow.px@surfname&lt;BR /&gt;plot.cpx = cpx&lt;BR /&gt;#plot.cpx: Center of Pressure x []&lt;/P&gt;
&lt;P&gt;----------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please contact me if you got further questions!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ls@simerics.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 19:48:31 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/570566#M568</guid>
      <dc:creator>cfdgeek</dc:creator>
      <dc:date>2018-09-07T19:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/570587#M569</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the package, if you only have external fluid dynamics problems. You only need the basic package, that includes flow, turbulence, heat transfer and all post processing tools. The setup is very straightforward. Most of external fluid problems,&amp;nbsp; we can get the converged solution in couple minutes. We can also show the results in the real time during the calculation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the cl, cd and center of pressure calculation,&amp;nbsp;&amp;nbsp;you can select the surface and create a xyplot to monitor pressure or shear force on that surface.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To compute lift and drag coefficient, we can use expression to do that very easily. You can use expression to define equations and formula.&amp;nbsp; We also support user defined variable for xyplot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example of cl, cd calculation&lt;/P&gt;
&lt;P&gt;-----------------------------------------------&lt;/P&gt;
&lt;P&gt;den=1.16&lt;BR /&gt;area=1&lt;BR /&gt;aoa=15*pi/180&lt;BR /&gt;vmag=200&lt;BR /&gt;cx=cos(aoa)&lt;BR /&gt;cy=sin(aoa)&lt;BR /&gt;nx=-cy&lt;BR /&gt;ny=cx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;drag=(flow.px@patch.surfname + flow.tx@patch.surfname)*cx&lt;BR /&gt;+(flow.py@patch.surfname+flow.ty@patch.surfname)*cy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;lift=(flow.px@patch.surfname + flow.tx@patch.surfname)*nx&lt;BR /&gt;+(flow.py@patch.surfname+flow.ty@patch.surfname)*ny&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;plot.cd = drag/(0.5*den*vmag^2*area)&lt;BR /&gt;#plot.cd: Drag Coefficient []&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;plot.cl = lift/(0.5*den*vmag^2*area)&lt;BR /&gt;#plot.cl: Lift Coefficient []&lt;/P&gt;
&lt;P&gt;&amp;nbsp;-----------------------------------------------------&lt;/P&gt;
&lt;P&gt;here&amp;nbsp;&lt;SPAN&gt;flow.px@surfname means pressure force x component from flow module at surfname patch&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;similarly, flow.tx means shear force x component.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the center of pressure, we need to do an integration of x times pressure&amp;nbsp;of x component on all external surfaces and it is straightforward to use expression to write it.&lt;/P&gt;
&lt;P&gt;----------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;cpx = integral(x*flow.pressure*normal.x, patch.surfname)/flow.px@surfname&lt;BR /&gt;plot.cpx = cpx&lt;BR /&gt;#plot.cpx: Center of Pressure x []&lt;/P&gt;
&lt;P&gt;----------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please contact me if you got further questions!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 13:00:11 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/570587#M569</guid>
      <dc:creator>cfdgeek</dc:creator>
      <dc:date>2018-09-11T13:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/584397#M570</link>
      <description>&lt;P&gt;amazing&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://www.ptcusercommunity.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;
&lt;DIV id="translate-man-app" class="content-3WfBL_0" style="background-color: #ffffff; display: none;"&gt;
&lt;DIV class="outputBox-qe9A4_0" data-v-2868eb04=""&gt;
&lt;DIV class="outputBox-3oESn_0" data-v-2868eb04=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="outputBox-1GLb__0" data-v-2868eb04=""&gt;
&lt;DIV class="outputBox-onVZH_0" data-v-2868eb04=""&gt;&lt;IMG class="icon-tprjJ_0" src="moz-extension://af46334a-78c3-4157-a545-5c6cfce85ee5/static/sound.svg" border="0" /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="outputBox-2sJgr_0" data-v-2868eb04=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="outputBox-17RAm_0" style="display: none;" data-v-2868eb04=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 10 Dec 2018 09:08:39 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/584397#M570</guid>
      <dc:creator>bduncan</dc:creator>
      <dc:date>2018-12-10T09:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/668170#M571</link>
      <description>&lt;P&gt;Hello CFD Geek,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I really want to know the drag coefficiënt of a car I developed. (it's for school en for the shell ecomarathon) Could you help me? I have no clue what I need to do...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I put the body into flow analysis and everything works, I just don't understand what I need to do to get the drag coefficiënt...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 06:58:53 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/668170#M571</guid>
      <dc:creator>Ruben1</dc:creator>
      <dc:date>2020-05-27T06:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/668636#M572</link>
      <description>&lt;P&gt;Hi Ruben1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is very simple to do that in Creo Flow. We have a tutorial for external flow to demonstrate that. I will send you the link soon. Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 19:04:04 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/668636#M572</guid>
      <dc:creator>cfdgeek</dc:creator>
      <dc:date>2020-05-28T19:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/668770#M573</link>
      <description>&lt;P&gt;Thanks! I could really use that tutorial!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't wanna be rude, but I need to hand in my paper in 3 weeks, would be nice if I can put the result in my paper...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ruben&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 08:07:39 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/668770#M573</guid>
      <dc:creator>Ruben1</dc:creator>
      <dc:date>2020-05-29T08:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/668900#M574</link>
      <description>&lt;P&gt;&lt;A href="https://support.ptc.com/help/creo/creo_pma/r6.0/usascii/index.html#page/tutorials_pma%2FTruck_Overview.html%23" target="_blank"&gt;https://support.ptc.com/help/creo/creo_pma/r6.0/usascii/index.html#page/tutorials_pma%2FTruck_Overview.html%23&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 18:33:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/668900#M574</guid>
      <dc:creator>cfdgeek</dc:creator>
      <dc:date>2020-05-29T18:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/668925#M575</link>
      <description>&lt;DIV class="ww_skin_page_overflow"&gt;
&lt;DIV id="ww3_3_11_4_3_9_9_3_4_3_1_1_2" class="Numbered_1"&gt;&lt;SPAN class="WebWorks_Number"&gt;&lt;SPAN&gt;1.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;In the Flow Analysis Tree, under&amp;nbsp;&lt;SPAN class="uicontrol" style="font-family: inherit;"&gt;Physics&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;, select&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="uicontrol" style="font-family: inherit;"&gt;Common&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="ww_skin_page_overflow"&gt;
&lt;DIV id="ww3_3_11_4_3_9_9_3_4_3_1_2_2" class="Numbered_1"&gt;&lt;SPAN class="WebWorks_Number"&gt;&lt;SPAN&gt;2.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;Click&lt;SPAN&gt;&amp;nbsp;:&lt;/SPAN&gt;
&lt;P&gt;&lt;SPAN class="uicontrol" style="font-family: inherit;"&gt;XYPlot&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;. A new entity&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="codeph" style="font-family: inherit;"&gt;xyplot3&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;is added in the Flow Analysis Tree under&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="uicontrol" style="font-family: inherit;"&gt;Results&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="uicontrol" style="font-family: inherit;"&gt;Derived Surfaces&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="uicontrol" style="font-family: inherit;"&gt;XY Plots&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;This plot doesn't show up for me tho...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 30 May 2020 09:41:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/668925#M575</guid>
      <dc:creator>Ruben1</dc:creator>
      <dc:date>2020-05-30T09:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669029#M576</link>
      <description>&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/274154"&gt;@cfdgeek&lt;/a&gt;&amp;nbsp;Could you help&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":expressionless_face:"&gt;😑&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm sorry to annoy you xp...&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 11:20:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669029#M576</guid>
      <dc:creator>Ruben1</dc:creator>
      <dc:date>2020-06-01T11:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669105#M577</link>
      <description>&lt;P&gt;Hi, if that does not show up, it means you are using some old version of creo parametric. What version are you using? Please make sure you are using the same version as in that tutorial. If you cannot upgrade creo parametric, that custom variable is saved in a file called xxx_integrals.dat in the folder of your creo model.&amp;nbsp; You can find it out from that file after the simulation finished.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 15:50:34 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669105#M577</guid>
      <dc:creator>cfdgeek</dc:creator>
      <dc:date>2020-06-01T15:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669240#M578</link>
      <description>&lt;P&gt;I use Creo 5 .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I took a screenshot of what I have...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 07:44:39 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669240#M578</guid>
      <dc:creator>Ruben1</dc:creator>
      <dc:date>2020-06-02T07:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669279#M579</link>
      <description>&lt;P&gt;The 2nd column is your cd, please refer the column data to its caption title&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 10:02:29 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669279#M579</guid>
      <dc:creator>cfdgeek</dc:creator>
      <dc:date>2020-06-02T10:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669283#M580</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mind mentioning which school team are you working for this project? We may help your team on that project for CFD and aerodynamics design questions. thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 10:06:58 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669283#M580</guid>
      <dc:creator>cfdgeek</dc:creator>
      <dc:date>2020-06-02T10:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669581#M581</link>
      <description>&lt;P&gt;hello cfdgeek,&lt;/P&gt;
&lt;P&gt;We are from 'Vives Kortrijk -&amp;nbsp; Belgium.'&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.vives.be/nl/opleidingen/industri%C3%ABle-wetenschappen-en-technologie/bachelor-autotechnologie" target="_blank"&gt;https://www.vives.be/nl/opleidingen/industri%C3%ABle-wetenschappen-en-technologie/bachelor-autotechnologie&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"The 2nd column is your cd, please refer the column data to its caption title"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How do I need to do that exactly?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I uploaded the xxx_integrals.txt&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 13:54:50 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669581#M581</guid>
      <dc:creator>Ruben1</dc:creator>
      <dc:date>2020-06-03T13:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669904#M582</link>
      <description>&lt;P&gt;That is the drag coef you are look for.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 19:12:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669904#M582</guid>
      <dc:creator>cfdgeek</dc:creator>
      <dc:date>2020-06-04T19:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669905#M583</link>
      <description>&lt;PRE class="bp-text bp-text-plain hljs bp-is-scrollable" tabindex="0"&gt;&lt;CODE class="bp-text-code txt"&gt;time	userdef.Coefficient_of_Drag&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;the 2nd column data&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 19:14:21 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669905#M583</guid>
      <dc:creator>cfdgeek</dc:creator>
      <dc:date>2020-06-04T19:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669910#M584</link>
      <description>&lt;P&gt;yes, but there are so many different values in that 2nd column data. wich value is the right one?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 20:23:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/669910#M584</guid>
      <dc:creator>Ruben1</dc:creator>
      <dc:date>2020-06-04T20:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which parameters can be extracted from Flow Analysis</title>
      <link>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/670192#M585</link>
      <description>&lt;P&gt;??&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 07:31:15 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Analysis/Understand-which-parameters-can-be-extracted-from-Flow-Analysis/m-p/670192#M585</guid>
      <dc:creator>Ruben1</dc:creator>
      <dc:date>2020-06-08T07:31:15Z</dc:date>
    </item>
  </channel>
</rss>

