<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Sarah J's Communities Activities</title><link>https://communities.bentley.com/members/5de663b1_2d00_8438_2d00_4905_2d00_93f9_2d00_bd3bfd3198d5</link><description>Recent activity for people in Sarah J's community</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>What is the value of force in KN generated when some prescribed displacement is given. i.e. value of Fy in KN</title><link>https://communities.bentley.com/products/geotech-analysis/f/forum/230830/what-is-the-value-of-force-in-kn-generated-when-some-prescribed-displacement-is-given-i-e-value-of-fy-in-kn</link><pubDate>Mon, 06 Jun 2022 07:58:10 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:40caf615-5efc-48c0-8b12-b072686ec76f</guid><dc:creator>Chetana -</dc:creator><description>&lt;p&gt;What is the value of force in KN generated when some prescribed displacement is given. i.e. value of Fy in KN&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Command automation for older versions</title><link>https://communities.bentley.com/products/geotech-analysis/f/forum/233688/command-automation-for-older-versions</link><pubDate>Sat, 06 Aug 2022 08:45:44 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:8a999c2b-cd27-49c2-aace-6f3fcb2723f9</guid><dc:creator>Sarah J</dc:creator><description>&lt;p&gt;I know Python can be used for the newer versions. Is there any way to automate the modeling, settings, and calculation process for Plaxis 8.6?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Plaxis V20 2D stops prematurely</title><link>https://communities.bentley.com/products/geotech-analysis/f/forum/233689/plaxis-v20-2d-stops-prematurely</link><pubDate>Sat, 06 Aug 2022 08:54:45 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:fbbddd20-3ade-42d8-ad8c-c958c9a3efbb</guid><dc:creator>Sarah J</dc:creator><description>&lt;p&gt;I am modeling a simple circular footing on the sand with prescribed displacement with Plaxis V20. The issue is that sometimes the calculation stops prematurely without finishing the process. The notification would be something like; load advancement fails, or soil failure.&lt;/p&gt;
&lt;p&gt;Now, when I take the same exact case to Plaxis 8.6, the calculation continues normally without any issues, even the deformation looks good.&lt;/p&gt;
&lt;p&gt;Hence, and after many runs in both versions, I think the issue is that the V20 version stops mistakenly.&lt;/p&gt;
&lt;p&gt;My question is, how to change the stop criteria in Plaxis V20?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>load - displacement curve for prescribed displacement deformation</title><link>https://communities.bentley.com/products/geotech-analysis/f/forum/233247/load---displacement-curve-for-prescribed-displacement-deformation</link><pubDate>Thu, 28 Jul 2022 13:03:40 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b724d4eb-7ce7-45b0-9364-1f23f56c3190</guid><dc:creator>Sarah J</dc:creator><description>&lt;p&gt;I found the article that talks about (How to get a load - displacement curve using Scripting interface). It was useful and I tried it, and it worked smoothly with Python.&lt;/p&gt;
&lt;p&gt;Now, the problem I have is different from the one given in the example in the article. I have a prescribed displacement (line displacement) instead of the line load.&lt;/p&gt;
&lt;p&gt;I tried to modify the Python code to accommodate the changes, but I have struggled with these lines as I could not change them to reflect the prescribed displacement:&lt;/p&gt;
&lt;div&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;pre&gt;&lt;span&gt;g_i&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;LineLoad_1_1&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;qy_start&lt;/span&gt;[&lt;span&gt;g_i&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Phase_1&lt;/span&gt;]&lt;br /&gt;&lt;span&gt;loadfeature_i&lt;/span&gt; &lt;span&gt;=&lt;/span&gt; &lt;span&gt;g_i&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;LineLoad_1_1&lt;/span&gt; &lt;br /&gt;&lt;span&gt;qphase_end&lt;/span&gt; &lt;span&gt;=&lt;/span&gt; &lt;span&gt;getphasevalue&lt;/span&gt;(&lt;span&gt;loadfeature_i&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;qy_start&lt;/span&gt;, &lt;span&gt;phase_i&lt;/span&gt;)&lt;br /&gt;&lt;span&gt;loadfeature_i&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Active&lt;/span&gt;[&lt;span&gt;phase_i&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;PreviousPhase&lt;/span&gt;]: 
&lt;span&gt;qphase_start&lt;/span&gt; &lt;span&gt;=&lt;/span&gt; &lt;span&gt;loadfeature_i&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;qy_start&lt;/span&gt;[&lt;span&gt;phase_i&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;PreviousPhase&lt;/span&gt;]&lt;br /&gt;&lt;br /&gt;Could you please help?&lt;br /&gt;&lt;br /&gt;Thank you.&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Reaction force in 2D</title><link>https://communities.bentley.com/products/geotech-analysis/f/forum/233276/reaction-force-in-2d</link><pubDate>Fri, 29 Jul 2022 05:16:30 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:c575614f-3ecd-4c5c-9dd3-d54319911ef5</guid><dc:creator>Sarah J</dc:creator><description>&lt;p&gt;What is the Python code to calculate the reaction Fy in a 2D model? I could not find it in the reference.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://communities.bentley.com/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Thu, 28 Jul 2022 01:01:28 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:bed7c01a-a61d-448b-ad09-373fc56aec0a</guid><dc:creator /><description>Ask a question in a forum.</description></item></channel></rss>