<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Python-PLAXIS2D V20 soil material USDA</title><link>https://communities.bentley.com/products/geotech-analysis/f/forum/245272/python-plaxis2d-v20-soil-material-usda</link><description>Hello, 
 I am using PLAXIS2D V20. I would like to change DateSetFlow and UsdaSoilType througt python remote scripting. Howere,it dose not work . I want to change picture1 to picture2. &amp;quot;标准“——“USDA” 
 
 
 My script is as the following 
 material03 = g_i</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Python-PLAXIS2D V20 soil material USDA</title><link>https://communities.bentley.com/thread/766734?ContentTypeID=1</link><pubDate>Mon, 22 May 2023 14:23:18 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:9636db17-2838-4be9-a1f2-e416bb217696</guid><dc:creator>Stefanos Papavasileiou</dc:creator><description>&lt;p&gt;Dear&amp;nbsp;婧毓 任,&lt;/p&gt;
&lt;p&gt;As explained in another post:&amp;nbsp;&amp;nbsp;&lt;a href="https://communities.bentley.com/products/geotech-analysis/f/forum/238045/python---plaxis-2d-soil-material-parameter/740819"&gt;RE: python - plaxis 2d soil material parameter&lt;/a&gt;&amp;nbsp;&lt;br /&gt;the property that is required to be included is the &lt;em&gt;FlowDataModel&lt;/em&gt;. By configuring this manually and using the &lt;em&gt;echo&lt;/em&gt; command, you can identify that for &lt;em&gt;USDA&lt;/em&gt; that should be set to 200.&lt;/p&gt;
&lt;p&gt;Note that in our latest PLAXIS versions, this is no longer an issue as the definition of the materials is improved.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="python"&gt;mc_params_gw = [(&amp;quot;MaterialName&amp;quot;, &amp;quot;Sand_MC&amp;quot;),
                (&amp;quot;SoilModel&amp;quot;, 2),
                (&amp;quot;Gref&amp;quot;, 25E3 / (2 * (1 + 0.3))),
                (&amp;quot;nu&amp;quot;, 0.3),
                (&amp;quot;phi&amp;quot;, 29),
                (&amp;quot;FlowDataModel&amp;quot;, 200),  # specific integer for USDA
                (&amp;quot;DataSetFlow&amp;quot;, &amp;quot;USDA&amp;quot;),  # USDA
                (&amp;quot;SoilTypeFlow&amp;quot;, &amp;quot;Coarse&amp;quot;)]&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>