<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, modelling of pile foundations</title>
    <link>http://www.mapleprimes.com/questions/138834-Modelling-Of-Pile-Foundations</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 11:14:30 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 11:14:30 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, modelling of pile foundations</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, modelling of pile foundations</title>
      <link>http://www.mapleprimes.com/questions/138834-Modelling-Of-Pile-Foundations</link>
    </image>
    <item>
      <title>pile</title>
      <link>http://www.mapleprimes.com/questions/138834-Modelling-Of-Pile-Foundations?ref=Feed:MaplePrimes:modelling of pile foundations:Comments#answer138857</link>
      <itunes:summary>&lt;p&gt;I know nothing about pile foundations, but this sounds readily doable in MapleSim.&amp;nbsp; What do you model?&amp;nbsp; Vertical movement?&amp;nbsp; Lateral movement? If the latter, then do you also have to model bending of the pile?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I know nothing about pile foundations, but this sounds readily doable in MapleSim.&amp;nbsp; What do you model?&amp;nbsp; Vertical movement?&amp;nbsp; Lateral movement? If the latter, then do you also have to model bending of the pile?&lt;/p&gt;</description>
      <guid>138857</guid>
      <pubDate>Fri, 26 Oct 2012 23:33:57 Z</pubDate>
      <itunes:author>Joe Riel</itunes:author>
      <author>Joe Riel</author>
    </item>
    <item>
      <title>Hi Joe, thanks for your reply. Yes you can</title>
      <link>http://www.mapleprimes.com/questions/138834-Modelling-Of-Pile-Foundations?ref=Feed:MaplePrimes:modelling of pile foundations:Comments#answer138992</link>
      <itunes:summary>&lt;p&gt;Hi Joe, thanks for your reply. Yes you can model both vertical and lateral movement, but for now I will concentrate on lateral movement. As you mention above we also have to model the bending of the pile.&lt;/p&gt;
&lt;p&gt;The bending of the pile (similar to a beam) is given by the differential equation&amp;nbsp;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=08da25a8a1664643dd5e331531a7e214.gif" alt="EI*d^4y/dx^4+P*d^2y/dx^2-p+W=0"&gt;.&lt;/p&gt;
&lt;p&gt;I've been trying to learn how to solve this on Maple without much success...&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi Joe, thanks for your reply. Yes you can model both vertical and lateral movement, but for now I will concentrate on lateral movement. As you mention above we also have to model the bending of the pile.&lt;/p&gt;
&lt;p&gt;The bending of the pile (similar to a beam) is given by the differential equation&amp;nbsp;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=08da25a8a1664643dd5e331531a7e214.gif" alt="EI*d^4y/dx^4+P*d^2y/dx^2-p+W=0"&gt;.&lt;/p&gt;
&lt;p&gt;I've been trying to learn how to solve this on Maple without much success...&lt;/p&gt;</description>
      <guid>138992</guid>
      <pubDate>Tue, 30 Oct 2012 19:21:02 Z</pubDate>
      <itunes:author>cesar torres</itunes:author>
      <author>cesar torres</author>
    </item>
    <item>
      <title>dsolve</title>
      <link>http://www.mapleprimes.com/questions/138834-Modelling-Of-Pile-Foundations?ref=Feed:MaplePrimes:modelling of pile foundations:Comments#answer139097</link>
      <itunes:summary>&lt;p&gt;This differential equation can be solved by&lt;/p&gt;
&lt;pre&gt;DE := EI*diff(y(x),x$4)+P*diff(y(x),x$2)-p+W=0;&lt;br&gt;BC := y(0)=0, D(y)(0)=0, y(L)=0, D(y)(L)=0; # boundary conditions&lt;br&gt;dsolve({DV,BC},y(x)): Y := unapply( subs(%,y(x)), x );&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;This differential equation can be solved by&lt;/p&gt;
&lt;pre&gt;DE := EI*diff(y(x),x$4)+P*diff(y(x),x$2)-p+W=0;&lt;br&gt;BC := y(0)=0, D(y)(0)=0, y(L)=0, D(y)(L)=0; # boundary conditions&lt;br&gt;dsolve({DV,BC},y(x)): Y := unapply( subs(%,y(x)), x );&lt;/pre&gt;</description>
      <guid>139097</guid>
      <pubDate>Fri, 02 Nov 2012 18:06:50 Z</pubDate>
      <itunes:author>Adri vanderMeer
 van der Meer</itunes:author>
      <author>Adri vanderMeer
 van der Meer</author>
    </item>
  </channel>
</rss>