<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.cadence.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>OpenLabs - Recent Threads</title><link>https://community.cadence.com/cadence_technology_forums/computational-fluid-dynamics/f/openlabs</link><description>OpenLabs</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Problems with openLabs</title><link>https://community.cadence.com/thread/57052?ContentTypeID=0</link><pubDate>Mon, 03 Apr 2023 10:38:59 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:81e536bb-82d3-45a6-8b24-2165928f7d1f</guid><dc:creator>sriluta</dc:creator><slash:comments>12</slash:comments><comments>https://community.cadence.com/thread/57052?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/computational-fluid-dynamics/f/openlabs/57052/problems-with-openlabs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;iam using OpenLabs because my inlet boundary conditions change with the time and the azimuth angle in the unsteady Simulation. &amp;nbsp;So OpenLabs works with SI Units. In the first time, I defined the pressure in bar ( since didn&amp;#39;t know that OpenLabs works with SI Units and there the pressure is defined in pascal ). So with the following function implemented in OpenLabs &amp;nbsp;for the absolut total pressure I didn&amp;#39;t got Problems:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;&amp;nbsp;3.853 + (-0.9863)*&lt;em&gt;cos(tCoord*&lt;/em&gt;1.966 + 2*PI*Time/timePeriod) + 0.08183*&lt;em&gt;sin(tCoord*&lt;/em&gt;1.966+ 2*PI*Time/timePeriod) + (-0.2735)*&lt;em&gt;cos(tCoord*3.932&lt;/em&gt;+ 2*PI*Time/timePeriod&lt;em&gt;) + 0.6356*&lt;/em&gt;sin(tCoord*3.932+ 2*PI*Time/timePeriod) + 0.588*&lt;em&gt;cos(tCoord*5.88 &lt;/em&gt;+ 2*PI*Time/timePeriod&lt;em&gt;) + (-0.1489)*sin(tCoord*5.88 &lt;/em&gt;+ 2*PI*Time/timePeriod) + (-0.07768)*&lt;em&gt;cos(tCoord*7.864 &lt;/em&gt;+ 2*PI*Time/timePeriod&lt;em&gt;) + (-0.2232)*sin(tCoord*7.864 &lt;/em&gt;+ 2*PI*Time/timePeriod) + (-0.3242)*&lt;em&gt;cos(tCoord*9.83 &lt;/em&gt;+ 2*PI*Time/timePeriod&lt;em&gt;) + 0.01536*&lt;/em&gt;sin(tCoord*9.83 + 2*PI*Time/timePeriod) + 0.1678*&lt;em&gt;cos(tCoord*11.796&lt;/em&gt;+ 2*PI*Time/timePeriod&lt;em&gt;) + 0.2214*&lt;/em&gt;sin(tCoord*11.796 + 2*PI*Time/timePeriod) + 0.1408*&lt;em&gt;cos(tCoord*13.762 &lt;/em&gt;+ 2*PI*Time/timePeriod&lt;em&gt;) + (-0.0754)*sin(tCoord*13.762&lt;/em&gt;+ 2*PI*Time/timePeriod) + (-0.1216)*&lt;em&gt;cos(tCoord*15.728 &lt;/em&gt;+ 2*PI*Time/timePeriod&lt;em&gt;) + (-0.1922)*sin(tCoord*15.728 &lt;/em&gt;+ 2*PI*Time/timePeriod)&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;when I found out that OpenLabs works in SI units, I converted the sizes from bar to pascal and created the new following function:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span&gt;390101.438+ (&lt;/span&gt;&lt;span&gt;&amp;minus;&lt;/span&gt;&lt;span&gt;99956.492)&lt;/span&gt;&lt;span&gt;*cos(&lt;/span&gt;&lt;span&gt;1.963&lt;/span&gt;&lt;span&gt;*&lt;/span&gt;&lt;span&gt;tCoord + 2*PI*Time/timePeriod&lt;/span&gt;&lt;span&gt;)+ &lt;/span&gt;&lt;span&gt;9062.116&lt;/span&gt;&lt;span&gt;*sin(&lt;/span&gt;&lt;span&gt;1.963&lt;/span&gt;&lt;span&gt;*&lt;/span&gt;&lt;span&gt;tCoord + 2*PI*Time/timePeriod&lt;/span&gt;&lt;span&gt;)+ (&amp;minus;&lt;/span&gt;&lt;span&gt;26626.657)&lt;/span&gt;&lt;span&gt;*cos(&lt;/span&gt;&lt;span&gt;3.927&lt;/span&gt;&lt;span&gt;*&lt;/span&gt;&lt;span&gt;tCoord + 2*PI*Time/timePeriod&lt;/span&gt;&lt;span&gt;)+&lt;/span&gt;&lt;span&gt;63969.754&lt;/span&gt;&lt;span&gt;*sin(&lt;/span&gt;&lt;span&gt;3.927&lt;/span&gt;&lt;span&gt;*&lt;/span&gt;&lt;span&gt;tCoord + 2*PI*Time/timePeriod&lt;/span&gt;&lt;span&gt;)+&lt;/span&gt;&lt;span&gt;57284.906&lt;/span&gt;&lt;span&gt;*cos(&lt;/span&gt;&lt;span&gt;5.890&lt;/span&gt;&lt;span&gt;*&lt;/span&gt;&lt;span&gt;tCoord + 2*PI*Time/timePeriod&lt;/span&gt;&lt;span&gt;) + (&amp;minus;&lt;/span&gt;&lt;span&gt;15828.864)&lt;/span&gt;&lt;span&gt;*sin(&lt;/span&gt;&lt;span&gt;5.890&lt;/span&gt;&lt;span&gt;*&lt;/span&gt;&lt;span&gt;tCoord + 2*PI*Time/timePeriod&lt;/span&gt;&lt;span&gt;) + (&amp;minus;&lt;/span&gt;&lt;span&gt;8525.752)&lt;/span&gt;&lt;span&gt;*cos(&lt;/span&gt;&lt;span&gt;7.854&lt;/span&gt;&lt;span&gt;*&lt;/span&gt;&lt;span&gt;tCoord + 2*PI*Time/timePeriod&lt;/span&gt;&lt;span&gt;) + (&amp;minus;&lt;/span&gt;&lt;span&gt;21014.003)&lt;/span&gt;&lt;span&gt;*sin(&lt;/span&gt;&lt;span&gt;7.854&lt;/span&gt;&lt;span&gt;*&lt;/span&gt;&lt;span&gt;tCoord + 2*PI*Time/timePeriod&lt;/span&gt;&lt;span&gt;) + (&amp;minus;&lt;/span&gt;&lt;span&gt;30331.247)&lt;/span&gt;&lt;span&gt;*cos(&lt;/span&gt;&lt;span&gt;9.817&lt;/span&gt;&lt;span&gt;*&lt;/span&gt;&lt;span&gt;tCoord + 2*PI*Time/timePeriod&lt;/span&gt;&lt;span&gt;)+&lt;/span&gt;&lt;span&gt;2857.566&lt;/span&gt;&lt;span&gt;*sin(&lt;/span&gt;&lt;span&gt;9.817&lt;/span&gt;&lt;span&gt;*&lt;/span&gt;&lt;span&gt;tCoord + 2*PI*Time/timePeriod&lt;/span&gt;&lt;span&gt;)+&lt;/span&gt;&lt;span&gt;15956.411&lt;/span&gt;&lt;span&gt;*cos(&lt;/span&gt;&lt;span&gt;11.781&lt;/span&gt;&lt;span&gt;*&lt;/span&gt;&lt;span&gt;tCoord + 2*PI*Time/timePeriod&lt;/span&gt;&lt;span&gt;)+&lt;/span&gt;&lt;span&gt;19562.181&lt;/span&gt;&lt;span&gt;*sin(&lt;/span&gt;&lt;span&gt;11.781&lt;/span&gt;&lt;span&gt;*&lt;/span&gt;&lt;span&gt;tCoord + 2*PI*Time/timePeriod&lt;/span&gt;&lt;span&gt;)+&lt;/span&gt;&lt;span&gt;11641.815&lt;/span&gt;&lt;span&gt;*cos(&lt;/span&gt;&lt;span&gt;13.744&lt;/span&gt;&lt;span&gt;*&lt;/span&gt;&lt;span&gt;tCoord + 2*PI*Time/timePeriod&lt;/span&gt;&lt;span&gt;) + (&amp;minus;&lt;/span&gt;&lt;span&gt;6956.443)&lt;/span&gt;&lt;span&gt;*sin(&lt;/span&gt;&lt;span&gt;13.744&lt;/span&gt;&lt;span&gt;*&lt;/span&gt;&lt;span&gt;tCoord + 2*PI*Time/timePeriod&lt;/span&gt;&lt;span&gt;) + (&amp;minus;&lt;/span&gt;&lt;span&gt;10933.721)&lt;/span&gt;&lt;span&gt;*cos(&lt;/span&gt;&lt;span&gt;15.708&lt;/span&gt;&lt;span&gt;*&lt;/span&gt;&lt;span&gt;tCoord + 2*PI*Time/timePeriod&lt;/span&gt;&lt;span&gt;) + (&amp;minus;&lt;/span&gt;&lt;span&gt;14834.89)&lt;/span&gt;&lt;span&gt;*sin(&lt;/span&gt;&lt;span&gt;15.708&lt;/span&gt;&lt;span&gt;*&lt;/span&gt;&lt;span&gt;tCoord + 2*PI*Time/timePeriod&lt;/span&gt;&lt;span&gt;).&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;If&amp;nbsp;I click in OpenLabs at validate labs everything is fine, if I start the Simulation, the Simulation stops from beginning and say there is a problem with OpenLabs. I also defined the functions for the absolut Total Temperature and arctg( Vt/Vz) and there are no Problems but just with the pressure. Now I dont know what to do,&lt;/p&gt;
&lt;p&gt;greetings &lt;span class="emoticon" data-url="https://community.cadence.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Unsteady inlet boundary condition with OpenLabs</title><link>https://community.cadence.com/thread/56726?ContentTypeID=0</link><pubDate>Wed, 15 Feb 2023 11:30:41 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:11bcf850-c8a5-4400-83c2-232fee2ad706</guid><dc:creator>sriluta</dc:creator><slash:comments>5</slash:comments><comments>https://community.cadence.com/thread/56726?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/computational-fluid-dynamics/f/openlabs/56726/unsteady-inlet-boundary-condition-with-openlabs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hey, I have at my inlet three Boundary conditions that changes with time and the azimuth angle. Arctg (Vt/Vz), Absolute total pressure and the absolute temperature. In the Inlet of my domain, I import the profiles, that changes with the azimuth angle. Now I want to change these profiles with the time too and I need to use OpenLabs for. In the tutotorial of OpenLabs I saw a expression with a sine function ( tutorial 2: customized unsteady Inlet boundary condition), but I don&amp;#39;t like to use that. Is it possible to use an array of values ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For example my time step is 0.000011s. At an azimuth angle of 0 degree I have a total pressure of 1 Bar and the time is 0. At an azimuth angle of 90 degree a have a total pressure of 2 bar and the time is 0.000011s. At an azimuth angle of 180 degree I have a total pressure of 3 bar and the time is 0.000022s and so on, is that possible ? I don&amp;#39;t like to use a function here for.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Iam simulating a stator..&amp;nbsp;&lt;/p&gt;
&lt;p&gt;greetings Hussein&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Cavitation with Thermodynamics table issue</title><link>https://community.cadence.com/thread/55463?ContentTypeID=0</link><pubDate>Wed, 04 Jan 2023 15:54:01 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:5d2df5ee-9ce9-4dbe-af51-eac0fd632b2c</guid><dc:creator>JosephSmith</dc:creator><slash:comments>8</slash:comments><comments>https://community.cadence.com/thread/55463?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/computational-fluid-dynamics/f/openlabs/55463/cavitation-with-thermodynamics-table-issue/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Greetings,&lt;/p&gt;
&lt;p&gt;I have been attempting to use thermodynamic tables to simulate cavitation within a turbopump. Water was the working fluid. However, I have been getting a run time error right at the beginning of the simulation &amp;ndash; this is seen in the attached log file I copied.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://community.cadence.com/cfs-file/__key/communityserver-discussions-components-files/125/3146.thermotable-error.txt"&gt;community.cadence.com/.../3146.thermotable-error.txt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I followed the parameter guidelines in the FINE Open user and theory guide when using the thermodynamic tables option (I first changed the iCavitation_ value to 2 then changed the rest of the parameters locally in the advanced Control variables tab). The initial solution was taken from a converged run without cavitation models. This initial solution worked with the Barotropic cavitation model but not with Thermodynamic tables.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m still in the process of troubleshooting possible ways of where the error lies. Not certain if its relevant to the error, but I did not understand what the user manual meant by using thermodynamics tables in the Physical configuration &amp;gt; Fluid model page, seen in attached image.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:480px;max-width:640px;" alt=" " src="https://community.cadence.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/125/2_2E00_.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;I would appreciate any assistance on the error or to what the manual referred to for the former.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Joseph&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Actuator disk modeling in OpenLabs</title><link>https://community.cadence.com/thread/55393?ContentTypeID=0</link><pubDate>Fri, 16 Dec 2022 15:02:45 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:230bdfe3-4598-415e-9002-7dc4b448b005</guid><dc:creator>Colinda</dc:creator><slash:comments>1</slash:comments><comments>https://community.cadence.com/thread/55393?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/computational-fluid-dynamics/f/openlabs/55393/actuator-disk-modeling-in-openlabs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;To avoid meshing a full propeller, using an actuator disk model may be more suited to save cell count. The validity of such approximation depends of course on the objectives of the simulation and the required accuracy.&lt;/p&gt;
&lt;p&gt;The actuator model adds source terms to the Navier-Stokes equations.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>pressure far field boundary condition</title><link>https://community.cadence.com/thread/52024?ContentTypeID=0</link><pubDate>Thu, 07 Jul 2022 09:23:00 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:6a7b0246-db4c-42fb-adc8-9404470748e1</guid><dc:creator>sriluta</dc:creator><slash:comments>7</slash:comments><comments>https://community.cadence.com/thread/52024?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/computational-fluid-dynamics/f/openlabs/52024/pressure-far-field-boundary-condition/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;Hey, I am investigating the flow in a turbine with only one stator. For the outlet I would like to set a pressure far field BC, because I don&amp;#39;t now the static pressure in the outlet. For this I have extended my domain length by 20 times the chord length of the blade. So how can I set this BC, with the Bc external for the outlet ? Iam using Omnis v2,&lt;/span&gt;&lt;br /&gt;&lt;span&gt;thx&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Undefined variable</title><link>https://community.cadence.com/thread/51298?ContentTypeID=0</link><pubDate>Tue, 22 Mar 2022 14:35:56 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:94bcac79-f2be-4803-9e73-f346a110dd36</guid><dc:creator>Colinda</dc:creator><slash:comments>1</slash:comments><comments>https://community.cadence.com/thread/51298?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/computational-fluid-dynamics/f/openlabs/51298/undefined-variable/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;When I validate a lab it writes: Undefined variable &amp;ldquo;Xpc_1,Xpc_1&amp;rdquo; in the expression of Exprfbx_i.How to solve this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>