<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.imechanica.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>iMechanica - ansys - Comments</title>
 <link>http://www.imechanica.org/taxonomy/term/1303</link>
 <description>Comments for &quot;ansys&quot;</description>
 <language>en</language>
<item>
 <title>Re:NLGEOM in ANSYS</title>
 <link>http://www.imechanica.org/node/3598#comment-8429</link>
 <description>&lt;p&gt;
Biswajit,
&lt;/p&gt;
&lt;p&gt;
Thanks for the reply.
&lt;/p&gt;
&lt;p&gt;
If I consider a small problem; a square as an axisymmetric model (giving rise to a cylinder in 3D). The material model is viscoelastic. If I have a line on the top surface and bottom surface and press the top surface to about half the height with the lower surface fixed (contact analysis, no friction) I get a deformed rectangle. I do the same with ANSYS and with my FEA code in FORTRAN. What happens is:
&lt;/p&gt;
&lt;p&gt;
Without NLGEOM ON, I get an exact match with my code and ANSYS, but the volume is not conserved.
&lt;/p&gt;
&lt;p&gt;
With NLGEON ON, I get a slightly larger rectangle and the volume is conserved in ANSYS in this case.
&lt;/p&gt;
&lt;p&gt;
I want to conserve the volume in my FEA code also, and hence I am trying to understand what modification do I need to do in my FEA code? My FEA code follows Newton Raphson Method and the same algorithm as ANSYS for viscoelastic stress calculations. I am stuck in my research because of this. Please guide me with whatever you know.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Thanks,
&lt;/p&gt;
&lt;p&gt;
Shriram
&lt;/p&gt;
&lt;p&gt;
Research Assistant&lt;br /&gt;
Structural and Multidisciplinary Optimization Lab.
&lt;/p&gt;
&lt;p&gt;
University of Florida
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 01 Aug 2008 17:08:00 -0400</pubDate>
 <dc:creator>shrimad</dc:creator>
 <guid isPermaLink="false">comment 8429 at http://www.imechanica.org</guid>
</item>
<item>
 <title>Re: NLGEOM in ANSYS</title>
 <link>http://www.imechanica.org/node/3598#comment-8420</link>
 <description>&lt;p&gt;
The NLGEOM command activates corrections for large rigid body rotations and translations when a small strain constitutive relation is used. &amp;nbsp; It is also activated for large strain material models.&amp;nbsp; For details on the implementation you can go to Chapter 3. Structures with Geometric Nonlinearities of the ANSYS Theory Manual.
&lt;/p&gt;
&lt;p&gt;
Using NLGEOM should have no impact on whether the incompressibility condition is satisfied.&amp;nbsp; Incompressibility is usually satisfied using a Lagrange multiplier approach which can lead only to approximate satisfaction of incompressibility in a numerical code.&amp;nbsp; However, there are are stress update algorithms that satisfy incompressibility exactly, often by using an exponential map - see Weber and Anand, 1988 (or so).
&lt;/p&gt;
&lt;p&gt;
A cut/paste job from the ANSYS manual follows.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
-- Biswajit&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
3.3. Large Rotation
&lt;/p&gt;
&lt;p&gt;
If the rotations are large but the mechanical strains (those that cause stresses) are small, then a large rotation procedure can be used. A large rotation analysis is performed in a static (ANTYPE,STATIC) or transient (ANTYPE,TRANS) analysis while flagging large deformations (NLGEOM,ON) when the appropriate element type is used. Note that all large strain elements also support this capability, since both options account for the large rotations and for small strains, the logarithmic strain measure and the engineering strain measure coincide.
&lt;/p&gt;
&lt;p&gt;
3.3.1. Theory
&lt;/p&gt;
&lt;p&gt;
Large Strain presented the theory for general motion of a material point. Large rotation theory follows a similar development, except that the logarithmic strain measure ((Equation 3&amp;ndash;6)) is replaced by the Biot, or small (engineering) strain measure: (3&amp;ndash;37)where: [U] = stretch matrix [I] = 3 x 3 identity matrix 3.3.2.
&lt;/p&gt;
&lt;p&gt;
Implementation
&lt;/p&gt;
&lt;p&gt;
A corotational (or convected coordinate) approach is used in solving large rotation/small strain problems (Rankin and Brogan(66)). &amp;quot;Corotational&amp;quot; may be thought of as &amp;quot;rotated with&amp;quot;. The nonlinearities are contained in the strain-displacement relationship which for this algorithm takes on the special form:(3&amp;ndash;38)where: [Bv] = usual small strain-displacement relationship in the original (virgin) element coordinate system [Tn] = orthogonal transformation relating the original element coordinates to the convected (or rotated) element coordinates
&lt;/p&gt;
&lt;p&gt;
The convected element coordinate frame differs from the original element coordinate frame by the amount of rigid body rotation. Hence [Tn] is computed by separating the rigid body rotation from the total deformation {un} using the polar decomposition theorem, (Equation 3&amp;ndash;5). From (Equation 3&amp;ndash;38), the element tangent stiffness matrix has the form: (3&amp;ndash;39)and the element restoring force is: (3&amp;ndash;40)where the elastic strain is computed from: (3&amp;ndash;41) is the element deformation which causes straining as described in a subsequent subsection.
&lt;/p&gt;
&lt;p&gt;
The large rotation process can be summarized as a three step process for each element:
&lt;/p&gt;
&lt;p&gt;
Determine the updated transformation matrix [Tn] for the element.
&lt;/p&gt;
&lt;p&gt;
Extract the deformational displacement&amp;nbsp; from the total element displacement {un} for computing the stresses as well as the restoring force&amp;nbsp; .
&lt;/p&gt;
&lt;p&gt;
After the rotational increments in {&amp;Delta;u} are computed, update the node rotations appropriately.
&lt;/p&gt;
&lt;p&gt;
All three steps require the concept of a rotational pseudovector in order to be efficiently implemented (Rankin and Brogan(66), Argyris(67)).
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Thu, 31 Jul 2008 23:24:37 -0400</pubDate>
 <dc:creator>Biswajit Banerjee</dc:creator>
 <guid isPermaLink="false">comment 8420 at http://www.imechanica.org</guid>
</item>
<item>
 <title>Chandra,


Thanks for the</title>
 <link>http://www.imechanica.org/node/3598#comment-8411</link>
 <description>&lt;p&gt;
Chandra,
&lt;/p&gt;
&lt;p&gt;
Thanks for the reply.
&lt;/p&gt;
&lt;p&gt;
I couldn&amp;#39;t find the technical details in the ANSYS help menu. By theory manual do you mean the &amp;#39;help&amp;#39; section or it is something different? Please let me know.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Thanks once again.
&lt;/p&gt;
&lt;p&gt;
Shriram&amp;nbsp;
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Thu, 31 Jul 2008 11:25:47 -0400</pubDate>
 <dc:creator>shrimad</dc:creator>
 <guid isPermaLink="false">comment 8411 at http://www.imechanica.org</guid>
</item>
<item>
 <title>It uses a Hencky or</title>
 <link>http://www.imechanica.org/node/3598#comment-8403</link>
 <description>&lt;p&gt;
It uses a Hencky or logarithmic strain measure, which is ln(U), where U is the right stretch matrix obtained by polar decomposition of the deformation gradient. For calculating Hencky strain, it uses the eigen values and eigen vectors of U. You can read more in ANSYS theory manual, there is a chapter on structural nonlinearity.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Chandra Veer Singh
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 30 Jul 2008 22:22:52 -0400</pubDate>
 <dc:creator>Chandra Veer Singh</dc:creator>
 <guid isPermaLink="false">comment 8403 at http://www.imechanica.org</guid>
</item>
<item>
 <title>Thank you I appreciate your</title>
 <link>http://www.imechanica.org/node/3509#comment-8206</link>
 <description>&lt;p&gt;
&lt;font size=&quot;4&quot;&gt;&lt;strong&gt;Thank you I appreciate your suggestion.&lt;/strong&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font size=&quot;4&quot;&gt;&lt;strong&gt;I&amp;#39;ve got an excel table showing clearly the comparison, i can transmit it to everyone who wants to.&lt;/strong&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font size=&quot;4&quot;&gt;&lt;strong&gt;In another way I can send demo cd&amp;#39;s and also free them for 3 months for free so people can try and discover.&lt;/strong&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font size=&quot;4&quot;&gt;&lt;strong&gt;Just ASK&lt;/strong&gt;&lt;/font&gt;.&amp;nbsp;
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 16 Jul 2008 10:53:57 -0400</pubDate>
 <dc:creator>Bernard-Marie Feron</dc:creator>
 <guid isPermaLink="false">comment 8206 at http://www.imechanica.org</guid>
</item>
<item>
 <title>This is just a suggestion. </title>
 <link>http://www.imechanica.org/node/3509#comment-8204</link>
 <description>&lt;p&gt;
&lt;font size=&quot;3&quot;&gt;Most of users are interested in more popular softwares may be because there is more information about them in the web. also chance of finding person who know that softwares is more.&amp;nbsp; i suggest you to make a comparision table between your software and similar softwares to show you advantages and also disadvantages of this software. &lt;strong&gt;what is possible with your software which is not possible with other more popular softwares? &lt;/strong&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 16 Jul 2008 10:26:36 -0400</pubDate>
 <dc:creator>RoozbehSanaei</dc:creator>
 <guid isPermaLink="false">comment 8204 at http://www.imechanica.org</guid>
</item>
<item>
 <title>do you need ?</title>
 <link>http://www.imechanica.org/node/3509#comment-8203</link>
 <description>&lt;p&gt;
Hi, do you need infos?
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 16 Jul 2008 09:15:53 -0400</pubDate>
 <dc:creator>Bernard-Marie Feron</dc:creator>
 <guid isPermaLink="false">comment 8203 at http://www.imechanica.org</guid>
</item>
<item>
 <title>Make a comparison table</title>
 <link>http://www.imechanica.org/node/3509#comment-8202</link>
 <description>&lt;p&gt;Roozbeh Sanaei.&lt;/p&gt;
&lt;p&gt;Iran University of Science and Technology.&lt;/p&gt;
&lt;p&gt;Acoust. Lab.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 16 Jul 2008 08:05:44 -0400</pubDate>
 <dc:creator>Roozbeh Sanaei</dc:creator>
 <guid isPermaLink="false">comment 8202 at http://www.imechanica.org</guid>
</item>
<item>
 <title>Yes we are</title>
 <link>http://www.imechanica.org/node/3509#comment-8201</link>
 <description>&lt;p&gt;For the story: Oofelie has been developed in one single C++ monoltihic and object oriented code.&lt;/p&gt;
&lt;p&gt;
This way was chosen to optimize the strong couplings.
&lt;/p&gt;
&lt;p&gt;
We can answer to most of the demands and also more than ANSYS, but we have no industrial solution for High Frequency.
&lt;/p&gt;
&lt;p&gt;
We also import geometries in Step Iges etc... We can use enven the integrated post treatment or others like ParaView.
&lt;/p&gt;
&lt;p&gt;
The structure allows also other codes to dial with Oofelie Kernel.
&lt;/p&gt;
&lt;p&gt;
Regarding Trainings , we have video tutorials, Chinese, english and Portuguese.
&lt;/p&gt;
&lt;p&gt;
We have pdf with contents of training courses.
&lt;/p&gt;
&lt;p&gt;
We also organize trainings here in belgium.
&lt;/p&gt;
&lt;p&gt;
If you need more, don&amp;#39;t hesitate to contact  &lt;a href=&quot;mailto:support@open-engineering.com&quot;&gt;support@open-engineering.com&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 16 Jul 2008 07:15:00 -0400</pubDate>
 <dc:creator>Bernard-Marie Feron</dc:creator>
 <guid isPermaLink="false">comment 8201 at http://www.imechanica.org</guid>
</item>
<item>
 <title>What about ansys comparison? You seem real competitors</title>
 <link>http://www.imechanica.org/node/3509#comment-8200</link>
 <description>&lt;p&gt;
I&amp;#39;ve been checking on your website, I see that you have a full solution under the same interface, do you have any comparison table between you and ansys?
&lt;/p&gt;
&lt;p&gt;
More further , do you have support and training courses available?
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
thnx&amp;nbsp;
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 16 Jul 2008 07:07:43 -0400</pubDate>
 <dc:creator>proE</dc:creator>
 <guid isPermaLink="false">comment 8200 at http://www.imechanica.org</guid>
</item>
<item>
 <title>simple </title>
 <link>http://www.imechanica.org/node/3509#comment-8185</link>
 <description>&lt;p&gt;
Just visit our &lt;a href=&quot;http://www.open-engineering.com&quot; title=&quot;www.open-engineering.com&quot;&gt;www.open-engineering.com&lt;/a&gt; , follow the link&amp;nbsp; : ask free demo cd
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
academic licenses do exist, classroomkits also, sdk if needed and finally licenses for industry.
&lt;/p&gt;
&lt;p&gt;
just ask !
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
regards
&lt;/p&gt;
&lt;p&gt;
OO&amp;nbsp;
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Tue, 15 Jul 2008 10:53:55 -0400</pubDate>
 <dc:creator>Bernard-Marie Feron</dc:creator>
 <guid isPermaLink="false">comment 8185 at http://www.imechanica.org</guid>
</item>
<item>
 <title>where and how much </title>
 <link>http://www.imechanica.org/node/3509#comment-8184</link>
 <description>&lt;p&gt;
Hi oofelie, I&amp;#39;m reseracher, don&amp;#39;t know about your solution.
&lt;/p&gt;
&lt;p&gt;
How to get it and test it?
&lt;/p&gt;
&lt;p&gt;
Do you have any demo license or academic licenses?
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Tue, 15 Jul 2008 10:50:26 -0400</pubDate>
 <dc:creator>proE</dc:creator>
 <guid isPermaLink="false">comment 8184 at http://www.imechanica.org</guid>
</item>
<item>
 <title>I&#039;m currently facing the</title>
 <link>http://www.imechanica.org/node/2731#comment-7998</link>
 <description>&lt;p&gt;I&amp;#39;m currently facing the same problem. Can you give me some advise?&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 02 Jul 2008 05:52:46 -0400</pubDate>
 <dc:creator>Julio</dc:creator>
 <guid isPermaLink="false">comment 7998 at http://www.imechanica.org</guid>
</item>
<item>
 <title>APDL can solve your problem by performing an simple code</title>
 <link>http://www.imechanica.org/node/3218#comment-7565</link>
 <description>&lt;p&gt;
&lt;font size=&quot;4&quot;&gt;Here, I have dealt with your problem successfully. I&amp;nbsp;implement the code using APDL in ANSYS, which is employed as interface to the main program.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font size=&quot;4&quot;&gt;So, I suggest you conduct an subroutine using APDL in ANSYS to link the failure criteria to the main program.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font size=&quot;4&quot;&gt;I think the function of ANSYS is not strong for simulating the failure and damage of the laminated structures, especially the plastic post-buckling collapse because&amp;nbsp;I &lt;/font&gt;&lt;font size=&quot;4&quot;&gt;have&amp;nbsp;been concentrating on this reseach recently.&amp;nbsp;&lt;/font&gt;
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 23 May 2008 02:33:16 -0400</pubDate>
 <dc:creator>Pengfei Liu</dc:creator>
 <guid isPermaLink="false">comment 7565 at http://www.imechanica.org</guid>
</item>
<item>
 <title>Mail</title>
 <link>http://www.imechanica.org/node/2933#comment-7240</link>
 <description>&lt;p&gt;
I send a solution to ur mail &amp;quot;rafsanjani@mecheng.iust.ac.ir&amp;quot;&lt;br /&gt;
hi i form shahrood univercity of technologoy and i master in mechanical engineering&lt;br /&gt;
I model a moving Load(Mass) in ansys that mooving over the simple suported baem this is very simple&lt;br /&gt;
U must aplead a load to first node and solve the problem and delete a load and solve again&lt;br /&gt;
and aplead a load to second node and solve again this loop result a good soloution to movung load.&lt;br /&gt;
the time inteval betwin the laod is (lenth of beam)/(velocity of load*number of node)&lt;/p&gt;
&lt;p&gt;U can contact to me and IF U can talk and write and read Persia that very good &lt;br /&gt;
The moving load is the&amp;nbsp;my bachelor proje
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sun, 27 Apr 2008 16:09:15 -0400</pubDate>
 <dc:creator>laplace</dc:creator>
 <guid isPermaLink="false">comment 7240 at http://www.imechanica.org</guid>
</item>
</channel>
</rss>
