<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://imechanica.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>iMechanica - Comments</title>
 <link>http://imechanica.org</link>
 <description>Comments</description>
 <language>en</language>
<item>
 <title>Hi Graham,


Thanks for ur</title>
 <link>http://imechanica.org/node/2376#comment-15187</link>
 <description>&lt;p&gt;
Hi Graham,
&lt;/p&gt;
&lt;p&gt;
Thanks for ur suggestion. I have made all my subroutines in F90 . I&amp;nbsp;got a doubt &amp;nbsp;when i read in one of the abaqus documents on &amp;quot;Writing User Subrotines in Abaqus&amp;quot;&amp;nbsp; that we have to specifically&amp;nbsp;use&amp;nbsp;F77 conventions.&amp;nbsp;I should now figure out a way of configuring my Abaqus to use my F90 subroutines.
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 31 Jul 2010 09:41:20 -0400</pubDate>
 <dc:creator>Gurudutt Chandrashekar</dc:creator>
 <guid isPermaLink="false">comment 15187 at http://imechanica.org</guid>
</item>
<item>
 <title>Hi Wei,


 Thanks a lot</title>
 <link>http://imechanica.org/node/8633#comment-15186</link>
 <description>&lt;p&gt;
Hi Wei,
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;Thanks a lot for ur reply..I think that cleared all my doubts about compiler compatibility..
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 31 Jul 2010 09:16:48 -0400</pubDate>
 <dc:creator>Gurudutt Chandrashekar</dc:creator>
 <guid isPermaLink="false">comment 15186 at http://imechanica.org</guid>
</item>
<item>
 <title>Good contents, i think i</title>
 <link>http://imechanica.org/node/8596#comment-15185</link>
 <description>&lt;p&gt;Good contents, i think i will buy it.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 31 Jul 2010 05:32:25 -0400</pubDate>
 <dc:creator>Andrea Sansonetti</dc:creator>
 <guid isPermaLink="false">comment 15185 at http://imechanica.org</guid>
</item>
<item>
 <title>Temperature dependent elastic properties</title>
 <link>http://imechanica.org/node/8628#comment-15184</link>
 <description>&lt;p&gt;You might also look at&amp;nbsp;the data present in &amp;quot;&lt;span&gt;Single Crystal Elastic Constants and Calculated Aggregate Properties. A Handbook&amp;quot; by &lt;/span&gt;&amp;nbsp;Gene Simmons and Herbert Wang, MIT Press, 1971.&amp;nbsp; You can fit your favorite curve to the data collected there.&lt;span&gt; &lt;/span&gt;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 31 Jul 2010 01:02:04 -0400</pubDate>
 <dc:creator>Thomas A. Mason</dc:creator>
 <guid isPermaLink="false">comment 15184 at http://imechanica.org</guid>
</item>
<item>
 <title>It only depends on your compiler</title>
 <link>http://imechanica.org/node/8633#comment-15183</link>
 <description>&lt;p&gt;
Hi Gurudutt,
&lt;/p&gt;
&lt;p&gt;
The compatibility in the format of the fortran source code is on the compiler side, not on Abaqus.&amp;nbsp; As long as your compiler works with f90 or f95, your user subroutines can be linked with Abaqus.&amp;nbsp; For most compilers, e.g. Intel Visual Fortran, f90 and f95 are supported as well as f77.
&lt;/p&gt;
&lt;p&gt;
Wei
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 31 Jul 2010 00:47:08 -0400</pubDate>
 <dc:creator>Wei Hong</dc:creator>
 <guid isPermaLink="false">comment 15183 at http://imechanica.org</guid>
</item>
<item>
 <title>Dear Adrien</title>
 <link>http://imechanica.org/node/8627#comment-15182</link>
 <description>&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;HI~. I think your question has been ansered by Kyle. In the explicit code, the time increment is determine by the elemene size and the density of the model material, the time increment decreases as you use finer meshes. Thus, you should check the denominator in the subroutines.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;regards,
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;Sangyul Ha
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 31 Jul 2010 00:46:13 -0400</pubDate>
 <dc:creator>dubuking</dc:creator>
 <guid isPermaLink="false">comment 15182 at http://imechanica.org</guid>
</item>
<item>
 <title>Have you tried yet?</title>
 <link>http://imechanica.org/node/2376#comment-15181</link>
 <description>&lt;p&gt;
I have never done this, but I don&amp;#39;t think there should be a problem in general. Make sure you&amp;#39;ve configured Abaqus to use a Fortran 90-aware compiler and if you&amp;#39;re lucky it will Just Work.
&lt;/p&gt;
&lt;p&gt;
I &lt;em&gt;have&lt;/em&gt; used Abaqus user subroutines written in C++. In that case I just provide Abaqus the object file instead of the source code and it links it without caring what generated it. When you provide user=something, Abaqus automatically checks to see if it&amp;#39;s source code or precompiled.
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 30 Jul 2010 18:51:57 -0400</pubDate>
 <dc:creator>Mike Graham</dc:creator>
 <guid isPermaLink="false">comment 15181 at http://imechanica.org</guid>
</item>
<item>
 <title>Writing subroutines in Fortran90 or higher versions</title>
 <link>http://imechanica.org/node/2376#comment-15180</link>
 <description>&lt;p&gt;
Hello everyone,
&lt;/p&gt;
&lt;p&gt;
I am a student of Msc in Computational Engineering at Ruhr University Bochum in Germany. I am implementing a new piezoelectric element as a part of my Master Thesis. I am supposed to write a UEL subroutine and implement it in abaqus.I would like to know whether anyone has written subroutines in Fortran 90 or further versions and implemented them in abaqus. All the Help documents in Abaqus have subroutines written in F77.&amp;nbsp; If it&amp;nbsp; possible in F90, then it will be very helpful if someone could point out the necessary modifications that one has to make to the F90&amp;nbsp;file to &amp;nbsp;run it in Abaqus. I think many ppl have this question .I myself have been trying to figure out an answer from past 1 month but could not find a convincing&amp;nbsp;solution anywhere.
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 30 Jul 2010 16:25:43 -0400</pubDate>
 <dc:creator>Gurudutt Chandrashekar</dc:creator>
 <guid isPermaLink="false">comment 15180 at http://imechanica.org</guid>
</item>
<item>
 <title>Dear Thanasis,
Thanks for</title>
 <link>http://imechanica.org/node/8594#comment-15179</link>
 <description>&lt;p&gt;Dear Thanasis,&lt;/p&gt;
&lt;p&gt;Thanks for the comment. Actually, I want to model the adhesion of a coating to the Aluminum substrate using ABAQUS. I read all the help of ABAQUS to understand this type of modeling. Now, I know that I have to model it by COHESIVE ELEMENT and using &amp;quot;&lt;span class=&quot;Apple-style-span&quot;&gt;traction-separation constitutive response&amp;quot;. The problem is that I need an example of this kind of modeling to find out the modeling procedure.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Would you please send me the procedure of modeling (step by step) during an example? &lt;/p&gt;
&lt;p&gt;Thank you in advance.&amp;nbsp;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 30 Jul 2010 15:54:29 -0400</pubDate>
 <dc:creator>mremami</dc:creator>
 <guid isPermaLink="false">comment 15179 at http://imechanica.org</guid>
</item>
<item>
 <title>The Handbook of Aluminum,</title>
 <link>http://imechanica.org/node/8628#comment-15178</link>
 <description>&lt;p&gt;
The Handbook of Aluminum, Vol1. Physical Metallurgy and processes, edited by George E. Totten and D. Scott MacKenzie.
&lt;/p&gt;
&lt;p&gt;
e_garcia
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 30 Jul 2010 11:46:29 -0400</pubDate>
 <dc:creator>e_garcia</dc:creator>
 <guid isPermaLink="false">comment 15178 at http://imechanica.org</guid>
</item>
<item>
 <title>While ASM Handbook is the</title>
 <link>http://imechanica.org/node/8628#comment-15177</link>
 <description>&lt;p&gt;
While ASM Handbook is the acceptable standard, you can also look at &lt;a href=&quot;http://www.matweb.com&quot; title=&quot;www.matweb.com&quot;&gt;www.matweb.com&lt;/a&gt; for quick refernce . You will get all the properties of metal that you have mentioned. Most of the researchers in the simulation world use this website.
&lt;/p&gt;
&lt;p&gt;
-Hardik
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 30 Jul 2010 11:43:18 -0400</pubDate>
 <dc:creator>Hardik.M.Singh</dc:creator>
 <guid isPermaLink="false">comment 15177 at http://imechanica.org</guid>
</item>
<item>
 <title>Hi,Bashir,Thanks for</title>
 <link>http://imechanica.org/node/8459#comment-15175</link>
 <description>&lt;p&gt;
&lt;font size=&quot;2&quot;&gt;Hi,Bashir,&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font size=&quot;2&quot;&gt;Thanks for your attention.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font size=&quot;2&quot;&gt;When I say we intend to solve a equation of the form &lt;font size=&quot;2&quot;&gt;K(u)u&amp;nbsp;=f&lt;/font&gt; , I refer to the discretized incremental form of the equation f_int(u) = f_ext. In nonlinear dynamic analysis, the equation system is supposed to be like&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font size=&quot;2&quot;&gt;Kt(du)du=R&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font size=&quot;2&quot;&gt;where kt(du) is tangent matrix. My trouble is how to get this tangent matrix.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font size=&quot;2&quot;&gt;I did derived some formulations, but the corresponding code does&amp;#39;t work well. And I don&amp;#39;t know the reason.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font size=&quot;2&quot;&gt;The formulations can be found in the attached file. Any advice will be appreciated.&lt;/font&gt;
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 30 Jul 2010 10:21:26 -0400</pubDate>
 <dc:creator>zhangxiaodong</dc:creator>
 <guid isPermaLink="false">comment 15175 at http://imechanica.org</guid>
</item>
<item>
 <title>Difficulties when adding image</title>
 <link>http://imechanica.org/node/245#comment-15176</link>
 <description>&lt;p&gt;
I tried to add an image to my comment, so I uploaded it first with &amp;#39;Add image&amp;#39; link in separate window and then dragged it to the original window with my comment.
&lt;/p&gt;
&lt;p&gt;
The preview image appears in the comment and I set it up to be a &amp;quot;link to image page&amp;quot;. However, when I preview the comment, the image is a link but points to a page like &amp;quot;http://imechanica.org/img_assist/properties/8626&amp;quot;, which is the edit page of the image ;-(
&lt;/p&gt;
&lt;p&gt;
The other feature which is not working - &amp;quot;Insert&amp;quot; button does not insert the image anywhere.
&lt;/p&gt;
&lt;p&gt;
We should improve adding images more user-friendly, I&amp;#39;ll be glad to help the web administrators.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;Thanks
&lt;/p&gt;
&lt;p&gt;
Peter
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 30 Jul 2010 10:16:16 -0400</pubDate>
 <dc:creator>Peter Cendula</dc:creator>
 <guid isPermaLink="false">comment 15176 at http://imechanica.org</guid>
</item>
<item>
 <title>Re: Stiffness of NPR materials </title>
 <link>http://imechanica.org/node/7898#comment-15089</link>
 <description>&lt;p class=&quot;MsoNormal&quot;&gt;
&lt;span&gt;&lt;font size=&quot;3&quot;&gt;&lt;font face=&quot;Times New Roman&quot;&gt;Dear Matt, Roberto, and Katia,&lt;span&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;
&lt;span&gt;&lt;font size=&quot;3&quot;&gt;&lt;font face=&quot;Times New Roman&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;font face=&quot;Times New Roman&quot; size=&quot;3&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;
&lt;span&gt;&lt;font size=&quot;3&quot;&gt;&lt;font face=&quot;Times New Roman&quot;&gt;I think in certain negative Poisson ratio materials, the stiffness could be high, such as in nacre (ref 18, Phys. Rev. Lett., 245502, 2008). Recently I have a study on a structural composite material inspired by the inner nacreous layer of seashells. We demonstrate this hierarchical mineral/polymer microstructure can be tailored to achieve not only stiffness and strength, but also lateral plastic expansion during tension (a negative &amp;ldquo;plastic&amp;rdquo; Poisson&amp;rsquo;s ratio) providing a volumetric energy dissipation mechanism. However, unlike many other examples of auxetic materials the negative plastic Poisson&amp;rsquo;s ratio is rarer and has a significant effect in promoting the plastic deformation capability and toughness of the composite. &lt;/font&gt;&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;
&lt;span&gt;&lt;font size=&quot;3&quot;&gt;&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;
&lt;span&gt;&lt;font size=&quot;3&quot;&gt;&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;
&lt;span&gt;&lt;font size=&quot;3&quot;&gt;&lt;font face=&quot;Times New Roman&quot;&gt;This paper is available from &lt;a href=&quot;http://dx.doi.org/10.1002/adfm.201000282&quot;&gt;http://dx.doi.org/10.1002/adfm.201000282&lt;/a&gt; &lt;/font&gt;&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;font size=&quot;3&quot;&gt;&lt;font face=&quot;Times New Roman&quot;&gt;Bioinspired Structural Material Exhibiting Post-Yield Lateral Expansion and Volumetric Energy Dissipation During Tension, by Lifeng Wang and Mary C. Boyce, Adv. Funct. Mater. 2010.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;
&lt;span&gt;&lt;font size=&quot;3&quot;&gt;&lt;font face=&quot;Times New Roman&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;
&lt;span&gt;&lt;font size=&quot;3&quot;&gt;&lt;font face=&quot;Times New Roman&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;
&lt;span&gt;&lt;font face=&quot;Times New Roman&quot; size=&quot;3&quot;&gt;Lifeng&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 30 Jul 2010 09:30:52 -0400</pubDate>
 <dc:creator>Lifeng Wang</dc:creator>
 <guid isPermaLink="false">comment 15089 at http://imechanica.org</guid>
</item>
<item>
 <title>Thanks for your help</title>
 <link>http://imechanica.org/node/8627#comment-15174</link>
 <description>&lt;p&gt;
Thanks for your help Kyle.&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
I thought about that however the error occurs even when I use a coarse mesh (as long as the mesh density is variable). A regular mesh, even with very small elements,&amp;nbsp; doesn&amp;#39;t induce this error. But I will check again the subroutine. Do you have any other idea about what could cause this error?
&lt;/p&gt;
&lt;p&gt;
Thank you
&lt;/p&gt;
&lt;p&gt;
Adrien
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 30 Jul 2010 04:52:40 -0400</pubDate>
 <dc:creator>aelias</dc:creator>
 <guid isPermaLink="false">comment 15174 at http://imechanica.org</guid>
</item>
</channel>
</rss>
