<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-14343</id>
	<title>Nabble - Abaqus Users</title>
	<updated>2008-11-22T04:52:45Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Abaqus-Users-f14343.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Abaqus-Users-f14343.html" />
	<subtitle type="html">This list is for ALL users of the ABAQUS finite element analysis program from around the world. The list allows rapid communication among users concerning program bugs/ideas/modeling techniques. This list is NOT affiliated with ABAQUS Inc. even though several members of the ABAQUS Inc. staff are subscribers and regular contributors. ABAQUS Inc. maintain a website at: &lt;a href=&quot;http://www.abaqus.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.abaqus.com&lt;/a&gt;</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-20636084</id>
	<title>Anyone has a sample input file of delamination in Composite....</title>
	<published>2008-11-22T04:52:45Z</published>
	<updated>2008-11-22T04:52:45Z</updated>
	<author>
		<name>Dick Jerald</name>
	</author>
	<content type="html">Anyone has a sample input file of delamination in Composites. I need it for modelling it. Cant understand things from Users manual. Please help. 
&lt;br&gt;My email id: hubble_eyes@yahoo.com
&lt;br&gt;Many thanks</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Anyone-has-a-sample-input-file-of-delamination-in-Composite....-tp20636084p20636084.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20631434</id>
	<title>Re: put load and BC's at node?</title>
	<published>2008-11-21T15:43:49Z</published>
	<updated>2008-11-21T15:43:49Z</updated>
	<author>
		<name>jeffergj</name>
	</author>
	<content type="html">best approach: partition the geometry so that you have a vertex at the
&lt;br&gt;point where you want the BC.
&lt;br&gt;in a pinch: put your BC directly in the .inp file.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/how-to-get-force-generated-by-bolt-load--tp20537997p20631434.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20630738</id>
	<title>Re: Multiple steps</title>
	<published>2008-11-21T12:05:02Z</published>
	<updated>2008-11-21T12:05:02Z</updated>
	<author>
		<name>Bartosz Gradzik</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I guessing that you have model in Abaqus/Standart. Standart does not 
&lt;br&gt;&amp;quot;freeze&amp;quot; displacements from previously step to new step.
&lt;br&gt;If you want to do this you have to use optional argument &amp;quot;fixed&amp;quot; in boundary 
&lt;br&gt;keyword.
&lt;br&gt;You can also define zero value velocity or acceleration at specifed nodes to 
&lt;br&gt;keep displacement.
&lt;br&gt;&lt;br&gt;I does not use CAE so I can only give you example how to modified inputdeck:
&lt;br&gt;&lt;br&gt;** Step first with tension
&lt;br&gt;*STEP
&lt;br&gt;...
&lt;br&gt;*BOUNDARY
&lt;br&gt;left_nodes_set, encastre
&lt;br&gt;*CLOAD
&lt;br&gt;right_nodes_set, 1, 10
&lt;br&gt;...
&lt;br&gt;*END STEP
&lt;br&gt;** step two with perpendicular force
&lt;br&gt;*STEP
&lt;br&gt;...
&lt;br&gt;*BOUNDARY, OP=NEW, FIXED
&lt;br&gt;left_nodes_set, encastre
&lt;br&gt;right_nodes_set, encastre
&lt;br&gt;*CLOAD, OP=NEW
&lt;br&gt;middle_nodes_set, 2, 10
&lt;br&gt;...
&lt;br&gt;*END STEP
&lt;br&gt;&lt;br&gt;Comment: 1 - tension direction, 2 - perpendicular direction, in both cases 
&lt;br&gt;force is equal 10.
&lt;br&gt;&lt;br&gt;For more information about bounduary conditions please take a look to abaqus 
&lt;br&gt;documentation
&lt;br&gt;- Abaqus Analysis User's Manual 28.3.1 Boundary conditions
&lt;br&gt;- Abaqus Keywords Reference Manual *BOUNDARY keyword
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Bartosz
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;MariaZog&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20630738&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mzoghaib@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20630738&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ABAQUS@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Friday, November 21, 2008 3:40 PM
&lt;br&gt;Subject: [ABAQUS] Multiple steps
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; I'm using abaqus CAE. My model is a thin plate.
&lt;br&gt;&amp;gt; It is submitted in the first step to a body force in the horizontal
&lt;br&gt;&amp;gt; direction (direction 1) with only one end encastre . And in the second 
&lt;br&gt;&amp;gt; step
&lt;br&gt;&amp;gt; it is submitted to a force in the middle that is perpendicular to it
&lt;br&gt;&amp;gt; (direction3) while both plate ends are encastre.
&lt;br&gt;&amp;gt; I want the displacement of a point in the center of the plate in the 3rd
&lt;br&gt;&amp;gt; direction after both those steps.
&lt;br&gt;&amp;gt; The problem is that the tension due to the first step is not taken into
&lt;br&gt;&amp;gt; account in the second step.
&lt;br&gt;&amp;gt; This means the displacement is the same if i run the simulation without 
&lt;br&gt;&amp;gt; the
&lt;br&gt;&amp;gt; first step.
&lt;br&gt;&amp;gt; Why? and how to remedy?
&lt;br&gt;&amp;gt; Thanks in advance
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/Multiple-steps-tp20622402p20622402.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Multiple-steps-tp20622402p20622402.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Abaqus Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Multiple-steps-tp20622402p20630738.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20630741</id>
	<title>Beam Vibriating within a Fluid - drag?</title>
	<published>2008-11-21T08:05:56Z</published>
	<updated>2008-11-21T08:05:56Z</updated>
	<author>
		<name>Steve Forcucci</name>
	</author>
	<content type="html">I&amp;quot;m trying to model a beam vibrating transversely within a fluid. &amp;nbsp; Besides the *BEAM FLUID INERTIA effects and some alpha damping in the material, anybody got any ideas on how to model the drag on the motion from the fluid? &amp;nbsp; (without having to do a coupled CFD problem and without using fluid elements). &amp;nbsp; I don't want to add too much complexity to this model.
&lt;br&gt;&lt;br&gt;Any thoughts?
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Multiple-steps-tp20622402p20630741.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20622402</id>
	<title>Multiple steps</title>
	<published>2008-11-21T06:40:15Z</published>
	<updated>2008-11-21T06:40:15Z</updated>
	<author>
		<name>MariaZog</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;I'm using abaqus CAE. My model is a thin plate.
&lt;br&gt;It is submitted in the first step to a body force in the horizontal direction (direction 1) with only one end encastre . And in the second step it is submitted to a force in the middle that is perpendicular to it (direction3) while both plate ends are encastre.
&lt;br&gt;I want the displacement of a point in the center of the plate in the 3rd direction after both those steps.
&lt;br&gt;The problem is that the tension due to the first step is not taken into account in the second step.
&lt;br&gt;This means the displacement is the same if i run the simulation without the first step. 
&lt;br&gt;Why? and how to remedy?
&lt;br&gt;Thanks in advance</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Multiple-steps-tp20622402p20622402.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20618732</id>
	<title>Can I use Abaqus to simulate a moving object?  (urgent)</title>
	<published>2008-11-21T02:36:21Z</published>
	<updated>2008-11-21T02:36:21Z</updated>
	<author>
		<name>Fadi</name>
	</author>
	<content type="html">Hi all;
&lt;br&gt;&lt;br&gt;Can I use Abaqus to simulate a moving object? 
&lt;br&gt;&lt;br&gt;what is the suitable vetsion of Abaqus to use?
&lt;br&gt;&lt;br&gt;regards</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Can-I-use-Abaqus-to-simulate-a-moving-object---%28urgent%29-tp20618732p20618732.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20615143</id>
	<title>Re: Self-contact interaction</title>
	<published>2008-11-20T20:36:58Z</published>
	<updated>2008-11-20T20:36:58Z</updated>
	<author>
		<name>Fo2sh</name>
	</author>
	<content type="html">Hi 
&lt;br&gt;I have simpler technique to model your problem which helps to get out of the problem of contact. What you can do is to draw your soil profile as one part. Then start to partition your soil profile according to your excavation where you split your region into lifts based on the sequence of your construction process. 
&lt;br&gt;In such way you do not have to worry about the contact because this will make ABAQUS understand that the elements in contact to each other. 
&lt;br&gt;I hope that this will help you 
&lt;br&gt;Good Luck
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Self-contact-interaction-tp20607280p20615143.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20617084</id>
	<title>Gradient of a material property at integration points</title>
	<published>2008-11-20T19:50:00Z</published>
	<updated>2008-11-20T19:50:00Z</updated>
	<author>
		<name>Alankar Alankar</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I want to determine gradient (divergence) of a materials property at each
&lt;br&gt;integration point. Could somebody give any idea/suggestion on this?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Alankar
&lt;br&gt;&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Gradient-of-a-material-property-at-integration-points-tp20617084p20617084.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20614071</id>
	<title>Re: Self-contact interaction</title>
	<published>2008-11-20T17:49:53Z</published>
	<updated>2008-11-20T17:49:53Z</updated>
	<author>
		<name>VIKRAM DHRUVA</name>
	</author>
	<content type="html">try to use CEL methodology in Abaqus/Explicit.
&lt;br&gt;&lt;br&gt;V
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;From: M B &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20614071&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dgnmm77@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20614071&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Abaqus@...&lt;/a&gt;
&lt;br&gt;Sent: Thursday, November 20, 2008 10:35:14 AM
&lt;br&gt;Subject: [Abaqus] Self-contact interaction
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I am trying to model a trench excavation and backfilling operation.. after excavating the trench I will backfill it with the same soil, but i am not quite sure about the interaction properties that should be used. I was wondering if i shall use Self-contact modeling (because the soil particles are in contact with the same soil) or a surface to surface contact interaction using a coefficient of friction that I can calculate from the equation m=tanf, where f is the internal friction angle of the soil. 
&lt;br&gt;Could anyone please help me with this problem?
&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Self-contact-interaction-tp20607280p20614071.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20607280</id>
	<title>Self-contact interaction</title>
	<published>2008-11-20T07:35:14Z</published>
	<updated>2008-11-20T07:35:14Z</updated>
	<author>
		<name>M B-9</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I am trying to model a trench excavation and backfilling operation.. after excavating the trench I will backfill it with the same soil, but i am not quite sure about the interaction properties that should be used. I was wondering if i shall use Self-contact modeling (because the soil particles are in contact with the same soil) or a surface to surface contact interaction using a coefficient of friction that I can calculate from the equation m=tanf, where f is the internal friction angle of the soil. 
&lt;br&gt;Could anyone please help me with this problem?
&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Self-contact-interaction-tp20607280p20607280.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20599237</id>
	<title>put load and BC's at node?</title>
	<published>2008-11-20T01:48:44Z</published>
	<updated>2008-11-20T01:48:44Z</updated>
	<author>
		<name>andrivoka popo</name>
	</author>
	<content type="html">i have a matter to put load and BC's at node after meshing. how the way is? 
&lt;br&gt;can we do mesh first and then we do load and BC's?? i use abaqus v6.6
&lt;br&gt;i have tried it. but i still can't do that. the mesh is delete
&lt;br&gt;&lt;br&gt;thanks for answer
&lt;br&gt;&lt;br&gt;Rh3_v0
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Berbagi foto Flickr dengan teman di dalam Messenger
&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/how-to-get-force-generated-by-bolt-load--tp20537997p20599237.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20597539</id>
	<title>Re: Helping in VUMAT (Urgent)</title>
	<published>2008-11-20T01:18:26Z</published>
	<updated>2008-11-20T01:18:26Z</updated>
	<author>
		<name>MacGyver1980</name>
	</author>
	<content type="html">Hello all,
&lt;br&gt;&lt;br&gt;I'm working on the same problem like Moritzio. I also want to simulate commposite material including damage.
&lt;br&gt;I got a VUMAT from ABAQUS Support (3DHashin.for - 3D Orthotropic Elasticity with Hashin 3d Failure criterion). I think it's the same VUMAT you use. Maybe we can share our knowledge about it. I needed a few days to get my first calculation without errors. Now i have the Problem that I dont exactly know what values I need for DEPVAR. I firstly thought i had understand the VUMAT and used 17 for statevar and 5 for element deletion. Because SDV5 is the MpStatus. When I run single element test with these settings i get zero stresses. I tried much higher values for depvar and get stresses, but no element deletion.
&lt;br&gt;&lt;br&gt;Does anyone know what values for Depvar are correct?
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Mac Gyver</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Helping-in-VUMAT-%28Urgent%29-tp19351294p20597539.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20581227</id>
	<title>How to export the deformable model of Abaqus to Microsoft Visual Studio</title>
	<published>2008-11-19T06:44:47Z</published>
	<updated>2008-11-19T06:44:47Z</updated>
	<author>
		<name>LaneLi</name>
	</author>
	<content type="html">First I use Abaqus 6.7 to do finite element analysis and get the deformable orphan mesh. Then I want to export this deformable model and read it in vc++ for other image processing work, but I do not know how to do it.
&lt;br&gt;&lt;br&gt;STL file could be readed using VTK, but Abaqus 6.7 could not export as STL file. I try to export as other format and convert it in other toolkit like SolidWorks, but there is no use.
&lt;br&gt;&lt;br&gt;What should I do?
&lt;br&gt;&lt;br&gt;Any suggestion will be appreciated.</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-export-the-deformable-model-of-Abaqus-to-Microsoft-Visual-Studio-tp20581227p20581227.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20588468</id>
	<title>force response - how to?</title>
	<published>2008-11-19T04:41:30Z</published>
	<updated>2008-11-19T04:41:30Z</updated>
	<author>
		<name>jnoveek</name>
	</author>
	<content type="html">hi,
&lt;br&gt;&lt;br&gt;i'm trying to get an force response of one part (solid, 200x200x5mm, 
&lt;br&gt;steel material, C3D8I element type) but i don't know exactly how to 
&lt;br&gt;do this.
&lt;br&gt;&lt;br&gt;I understand that the first step is to compute an modal analysis 
&lt;br&gt;(eigenfreq) -&amp;gt; this is no problem for me. But in second step i need 
&lt;br&gt;to define an force (for example 5N from 300Hz to 500Hz) and compute 
&lt;br&gt;the second step using the first one. Have anybody uf us some 
&lt;br&gt;experiences with this study? 
&lt;br&gt;&lt;br&gt;Which second step i should select?
&lt;br&gt;/modal dynamic/ &amp;nbsp;or /response spectrum/ or which one is the correct?
&lt;br&gt;&lt;br&gt;&lt;br&gt;How to define an force 5N dynamically changing from 300Hz to 500Hz? 
&lt;br&gt;/modulated?/
&lt;br&gt;&lt;br&gt;&lt;br&gt;thank's all for your opinions and advices
&lt;br&gt;&lt;br&gt;&lt;br&gt;have a nice day
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/force-response---how-to--tp20588468p20588468.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20575901</id>
	<title>Re: Hashin damage theory</title>
	<published>2008-11-19T01:01:32Z</published>
	<updated>2008-11-19T01:01:32Z</updated>
	<author>
		<name>MacGyver1980</name>
	</author>
	<content type="html">Hello there.
&lt;br&gt;&lt;br&gt;This VUMAt is exactly what I need. Unfortunately it seems that this VUMAT doesn't work with Abaqus 6.7 or 6.8. Can anybody tell me what causes this problem? I think this VUMAT was created for 6.6. Is this correct? Where can i get informations about changes between 6.6 and 6.7/6.8? I looked in the Abaqus Documentation but didn't find what i looked for.
&lt;br&gt;&lt;br&gt;Many thanks for your HELP.</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Hashin-damage-theory-tp6962230p20575901.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20572367</id>
	<title>simulation</title>
	<published>2008-11-18T17:51:30Z</published>
	<updated>2008-11-20T17:11:03Z</updated>
	<author>
		<name>Fadi</name>
	</author>
	<content type="html">Hi all;
&lt;br&gt;&lt;br&gt;Can I use Abaqus software to simulate a moving object?. 
&lt;br&gt;&lt;br&gt;What is the suitable version of Abaqus to use?
&lt;br&gt;&lt;br&gt;Thank you inadvance.</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/simulation-tp20572367p20572367.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20569109</id>
	<title>Re: How to apply initial velocity condition in Abaqus/explicit?</title>
	<published>2008-11-18T14:09:19Z</published>
	<updated>2008-11-18T14:09:19Z</updated>
	<author>
		<name>aawinsun</name>
	</author>
	<content type="html">Don't use load, just us the boundary conditions. Double click &amp;quot;BCs&amp;quot;, select &amp;quot;Mechanical--&amp;gt;Velocit/Angular velocity&amp;quot;, &amp;quot;Continue...&amp;quot;, then set the velocity.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;tiger-paw wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Instead of applying impulse (pressure loading), I want apply initial velocity (moment converted from impulse) on a solid surface in Abaqus/explicit. However I cannot find velocity-type loading under &amp;quot;Loading&amp;quot;. The &amp;quot;moment loading&amp;quot; under &amp;quot;Loading&amp;quot; is to define an angular moment for rotation. Could somebody here inform me how to apply initial velocity/moment condition in Abaqus/explicit? Any comments/suggestion would be highly appreciated. &amp;nbsp;
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-apply-initial-velocity-condition-in-Abaqus-explicit--tp18020281p20569109.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20571752</id>
	<title>Re: Pure thermal analysis with Abaqus</title>
	<published>2008-11-18T09:08:50Z</published>
	<updated>2008-11-18T09:08:50Z</updated>
	<author>
		<name>edwinnyirenda</name>
	</author>
	<content type="html">Thank you very much for the help. &amp;nbsp;This was my first try at Abaqus, 
&lt;br&gt;and indeed I was using a wrong element. &amp;nbsp;I have now achieved a run, 
&lt;br&gt;yielding teh result I expected. &amp;nbsp;Thank you again.
&lt;br&gt;&lt;br&gt;Edwin
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20571752&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Abaqus@...&lt;/a&gt;, &amp;quot;steve manifold&amp;quot; &amp;lt;s.manifold@...&amp;gt; 
&lt;br&gt;wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You are probably using the wrong element. &amp;nbsp;You need to use an 
&lt;br&gt;element that has temperature degrees of freedom, such as C3D8T or 
&lt;br&gt;DC3D8, to list only two. &amp;nbsp;Look in the Analysis User's Manual under 
&lt;br&gt;continuum elements.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; A surface with no flux defined on it is assumed to have zero flux, 
&lt;br&gt;no need to define a zero flux for it
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Steve Manifold
&lt;br&gt;&amp;gt; University of Texas
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; ----- Original Message ----- 
&lt;br&gt;&amp;gt; &amp;nbsp; From: edwinnyirenda 
&lt;br&gt;&amp;gt; &amp;nbsp; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20571752&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Abaqus@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; Sent: Tuesday, November 18, 2008 12:39 AM
&lt;br&gt;&amp;gt; &amp;nbsp; Subject: [Abaqus] Pure thermal analysis with Abaqus
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; Dear ABAQUS users,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; I am trying to understand the usage of ABAQUS 6.4 by solving for 
&lt;br&gt;&amp;gt; &amp;nbsp; fluxes in a 3-D cuboid of size 15m-by-10m-by-10m under purely 
&lt;/div&gt;thermal 
&lt;br&gt;&amp;gt; &amp;nbsp; conditions. Temperatures are fixed at 8 on one side of the 15m-by-
&lt;br&gt;&amp;gt; &amp;nbsp; 10m face, and at 4 on the opposite side, the other side of 
&lt;br&gt;&amp;gt; &amp;nbsp; dimensions 15m-by-10m. All the other boundary faces where the 
&lt;br&gt;&amp;gt; &amp;nbsp; temperature is not given should have a boundary flux state of 0. 
&lt;br&gt;In 
&lt;br&gt;&amp;gt; &amp;nbsp; this way I am trying to simulate the situation of one dimensional 
&lt;br&gt;&amp;gt; &amp;nbsp; flow from one side of the 15m-by-10m face to the other side, and 
&lt;br&gt;&amp;gt; &amp;nbsp; given that the material conductivity is unity, I expect the 
&lt;br&gt;solution 
&lt;br&gt;&amp;gt; &amp;nbsp; flux to be (8-4)/10=0.4. After this basic problem is solved I 
&lt;br&gt;hope 
&lt;br&gt;&amp;gt; &amp;nbsp; to move on to more complex boundary conditions.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; Two problems arise.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; 1. I am unable to input the boundary fluxes of 0.0. Abaqus 
&lt;br&gt;&amp;gt; &amp;nbsp; outputs a message that &amp;quot;A uniformly distributed load must have a 
&lt;br&gt;non-
&lt;br&gt;&amp;gt; &amp;nbsp; zero magnitude&amp;quot;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; 2. To try and achieve a run, I changed the zero flux to 0.0001. 
&lt;br&gt;&amp;gt; &amp;nbsp; The program starts to run, but aborts with the message in the 
&lt;br&gt;file 
&lt;br&gt;&amp;gt; &amp;nbsp; Job-1.dat
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; ***ERROR: A HEAT TRANSFER ANALYSIS IS NOT MEANINGFUL SINCE THERE 
&lt;br&gt;ARE 
&lt;br&gt;&amp;gt; &amp;nbsp; NO TEMPERATURE DEGREES OF FREEDOM IN THE MODEL
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; How can I input the zero fluxes on boundaries, and how do I 
&lt;br&gt;define 
&lt;br&gt;&amp;gt; &amp;nbsp; temperature degrees of freedom, seeing that I cannot do it under 
&lt;br&gt;Load-
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; BC?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; Any assistance to get me started will be highly appreciated.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [Non-text portions of this message have been removed]
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Pure-thermal-analysis-with-Abaqus-tp20558433p20571752.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20559693</id>
	<title>Re: Pure thermal analysis with Abaqus</title>
	<published>2008-11-18T05:33:11Z</published>
	<updated>2008-11-18T05:33:11Z</updated>
	<author>
		<name>steve manifold</name>
	</author>
	<content type="html">You are probably using the wrong element. &amp;nbsp;You need to use an element that has temperature degrees of freedom, such as C3D8T or DC3D8, to list only two. &amp;nbsp;Look in the Analysis User's Manual under continuum elements.
&lt;br&gt;&lt;br&gt;A surface with no flux defined on it is assumed to have zero flux, no need to define a zero flux for it
&lt;br&gt;&lt;br&gt;Steve Manifold
&lt;br&gt;University of Texas
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; ----- Original Message ----- 
&lt;br&gt;&amp;nbsp; From: edwinnyirenda 
&lt;br&gt;&amp;nbsp; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20559693&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Abaqus@...&lt;/a&gt; 
&lt;br&gt;&amp;nbsp; Sent: Tuesday, November 18, 2008 12:39 AM
&lt;br&gt;&amp;nbsp; Subject: [Abaqus] Pure thermal analysis with Abaqus
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Dear ABAQUS users,
&lt;br&gt;&lt;br&gt;&amp;nbsp; I am trying to understand the usage of ABAQUS 6.4 by solving for 
&lt;br&gt;&amp;nbsp; fluxes in a 3-D cuboid of size 15m-by-10m-by-10m under purely thermal 
&lt;br&gt;&amp;nbsp; conditions. Temperatures are fixed at 8 on one side of the 15m-by-
&lt;br&gt;&amp;nbsp; 10m face, and at 4 on the opposite side, the other side of 
&lt;br&gt;&amp;nbsp; dimensions 15m-by-10m. All the other boundary faces where the 
&lt;br&gt;&amp;nbsp; temperature is not given should have a boundary flux state of 0. In 
&lt;br&gt;&amp;nbsp; this way I am trying to simulate the situation of one dimensional 
&lt;br&gt;&amp;nbsp; flow from one side of the 15m-by-10m face to the other side, and 
&lt;br&gt;&amp;nbsp; given that the material conductivity is unity, I expect the solution 
&lt;br&gt;&amp;nbsp; flux to be (8-4)/10=0.4. After this basic problem is solved I hope 
&lt;br&gt;&amp;nbsp; to move on to more complex boundary conditions.
&lt;br&gt;&lt;br&gt;&amp;nbsp; Two problems arise.
&lt;br&gt;&lt;br&gt;&amp;nbsp; 1. I am unable to input the boundary fluxes of 0.0. Abaqus 
&lt;br&gt;&amp;nbsp; outputs a message that &amp;quot;A uniformly distributed load must have a non-
&lt;br&gt;&amp;nbsp; zero magnitude&amp;quot;.
&lt;br&gt;&lt;br&gt;&amp;nbsp; 2. To try and achieve a run, I changed the zero flux to 0.0001. 
&lt;br&gt;&amp;nbsp; The program starts to run, but aborts with the message in the file 
&lt;br&gt;&amp;nbsp; Job-1.dat
&lt;br&gt;&lt;br&gt;&amp;nbsp; ***ERROR: A HEAT TRANSFER ANALYSIS IS NOT MEANINGFUL SINCE THERE ARE 
&lt;br&gt;&amp;nbsp; NO TEMPERATURE DEGREES OF FREEDOM IN THE MODEL
&lt;br&gt;&lt;br&gt;&amp;nbsp; How can I input the zero fluxes on boundaries, and how do I define 
&lt;br&gt;&amp;nbsp; temperature degrees of freedom, seeing that I cannot do it under Load-
&lt;br&gt;&amp;nbsp; BC?
&lt;br&gt;&lt;br&gt;&amp;nbsp; Any assistance to get me started will be highly appreciated.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Pure-thermal-analysis-with-Abaqus-tp20558433p20559693.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20558962</id>
	<title>Re: Re: meshing in Abaqus like Ansys</title>
	<published>2008-11-18T04:48:55Z</published>
	<updated>2008-11-18T04:48:55Z</updated>
	<author>
		<name>Maziar Mahzari</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;gt; Well that leads to a complete lack of variety, if
&lt;br&gt;everyone has the
&lt;br&gt;&lt;br&gt;&amp;gt; same features implemented in the same way! My recommendation is to
&lt;br&gt;&lt;br&gt;&amp;gt; LEARN to use the tool that comes with the software. 
&lt;br&gt;&lt;br&gt; 
&lt;br&gt;&lt;br&gt;I don’t get the point, are you saying that a FE package
&lt;br&gt;shouldn’t be improved and equipped with capabilities from the other software in
&lt;br&gt;order to keep the “variety”? Then just check the ABAQUS/CAE python scripting
&lt;br&gt;language (to me this is the level of sophistication to communicate with a
&lt;br&gt;software) and you’ll see the newly implemented methods are quite similar to
&lt;br&gt;those available in APDL (e.g. getElementFaces(...) added in 6.8). Obviously, this
&lt;br&gt;is not the matter of LEARNING the tools; it’s the matter of EFFICIENCY of the
&lt;br&gt;tools. 
&lt;br&gt;&lt;br&gt; 
&lt;br&gt;&lt;br&gt;&amp;gt; If you need something more advanced, or you have
&lt;br&gt;different analysis packages for
&lt;br&gt;&lt;br&gt;&amp;gt; different things, but need a uniform interface, then use a specialized
&lt;br&gt;&lt;br&gt;&amp;gt; mesher (Hypermesh, I-DEAS, Patran,...). The same goes for postprocessing.
&lt;br&gt;&lt;br&gt; 
&lt;br&gt;&lt;br&gt;With ANSYS you’ll never need another specialized (&amp;quot;compute-aided
&lt;br&gt;engineering”) program for mesh generation, all you need is in there as an “Integrated
&lt;br&gt;Environments” which was the point in my post.
&lt;br&gt;&lt;br&gt; 
&lt;br&gt;&lt;br&gt;&amp;gt; WRONG. The solver has been under development since the
&lt;br&gt;'70s, while the
&lt;br&gt;&lt;br&gt;&amp;gt; current version of CAE has less than 10 years. If you look at the CAE
&lt;br&gt;&lt;br&gt;&amp;gt; version that shipped with ABAQUS 6.2 or 6.3, you will see the
&lt;br&gt;&lt;br&gt;&amp;gt; extremely fast development pace, and if you have used two or three
&lt;br&gt;&lt;br&gt;&amp;gt; consecutive versions, you will acknowledge that significant
&lt;br&gt;&lt;br&gt;&amp;gt; improvements keep coming steadily. This is not to say that CAE should
&lt;br&gt;&lt;br&gt;&amp;gt; be the tool of choice for everyone ;-)
&lt;br&gt;&lt;br&gt; 
&lt;br&gt;&lt;br&gt;Apparently, I didn’t intend to compare the rate of
&lt;br&gt;development. I made the comparison between the analysis capabilities vs. preprocessing/postprocessing
&lt;br&gt;in CAE. 
&lt;br&gt;&lt;br&gt;I started to work with CAE shipped with ABAUQS 5.8 and since
&lt;br&gt;then I impatiently wait to see complete APDL (and ANSYS) capabilities in CAE. This is not a fast development pace to me Fernando.
&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;Maziar
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/meshing-in-Abaqus-like-Ansys-tp20479945p20558962.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20558545</id>
	<title>Re: how to get force generated by bolt load?</title>
	<published>2008-11-18T04:21:32Z</published>
	<updated>2008-11-18T04:21:32Z</updated>
	<author>
		<name>Benz-2</name>
	</author>
	<content type="html">Does it generate a *PRETENSION in the .inp ? If so, ask for RF of 
&lt;br&gt;the pretension node, and check the result in the .dat.
&lt;br&gt;&lt;br&gt;BenZ
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20558545&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Abaqus@...&lt;/a&gt;, CABROL Eric &amp;lt;eric.cabrol-
&lt;br&gt;renexter@...&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If there's a contact interaction between the bolted parts, you can 
&lt;br&gt;sum the 
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; contact forces normal to the surfaces.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; EC
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ----- Original Message ----- 
&lt;br&gt;&amp;gt; From: &amp;quot;engr.lou18&amp;quot; &amp;lt;engr.lou18@...&amp;gt;
&lt;br&gt;&amp;gt; To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20558545&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Abaqus@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent: Monday, November 17, 2008 10:02 AM
&lt;br&gt;&amp;gt; Subject: [Abaqus] how to get force generated by bolt load?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Hi to all of the members of this group!
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I would like to ask, how can i get the force or stress generated 
&lt;/div&gt;by
&lt;br&gt;&amp;gt; &amp;gt; the bolt load option in abaqus odb?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; to make it more clear, i used the &amp;quot;adjust length&amp;quot; option in the 
&lt;br&gt;bolt
&lt;br&gt;&amp;gt; &amp;gt; load in CAE load module, after the analysis, i would like to know
&lt;br&gt;&amp;gt; &amp;gt; how much force did abaqus use to adjust the length of the bolt. &amp;nbsp;
&lt;br&gt;i
&lt;br&gt;&amp;gt; &amp;gt; tried using the section forces option but it is way different 
&lt;br&gt;from
&lt;br&gt;&amp;gt; &amp;gt; my expected value. i know i can use the formula d=PL/AE but i 
&lt;br&gt;just
&lt;br&gt;&amp;gt; &amp;gt; want to check if abaqus will give me the same figures so i could
&lt;br&gt;&amp;gt; &amp;gt; justify my results.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; also, if i use the &amp;quot;apply force&amp;quot; option, i get severely distorted
&lt;br&gt;&amp;gt; &amp;gt; elements. &amp;nbsp;so i just used the other option. &amp;nbsp;nonetheless, i just
&lt;br&gt;&amp;gt; &amp;gt; want to know how can i get the stress or force on the bolt upon 
&lt;br&gt;the
&lt;br&gt;&amp;gt; &amp;gt; application of the bolt load pretensioning.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- Disclaimer ------------------------------------
&lt;br&gt;&amp;gt; Ce message ainsi que les eventuelles pieces jointes constituent 
&lt;br&gt;une correspondance privee et confidentielle a l'attention exclusive 
&lt;br&gt;du destinataire designe ci-dessus. Si vous n'etes pas le 
&lt;br&gt;destinataire du present message ou une personne susceptible de 
&lt;br&gt;pouvoir le lui delivrer, il vous est signifie que toute divulgation, 
&lt;br&gt;distribution ou copie de cette transmission est strictement 
&lt;br&gt;interdite. Si vous avez recu ce message par erreur, nous vous 
&lt;br&gt;remercions d'en informer l'expediteur par telephone ou de lui 
&lt;br&gt;retourner le present message, puis d'effacer immediatement ce 
&lt;br&gt;message de votre systeme.
&lt;br&gt;&amp;gt; ***
&lt;br&gt;&amp;gt; This e-mail and any attachments is a confidential correspondence 
&lt;br&gt;intended only for use of the individual or entity named above. If 
&lt;br&gt;you are not the intended recipient or the agent responsible for 
&lt;br&gt;delivering the message to the intended recipient, you are hereby 
&lt;br&gt;notified that any disclosure, distribution or copying of this 
&lt;br&gt;communication is strictly prohibited. If you have received this 
&lt;br&gt;communication in error, please notify the sender by phone or by 
&lt;br&gt;replying this message, and then delete this message from your system.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/how-to-get-force-generated-by-bolt-load--tp20537997p20558545.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20558523</id>
	<title>Re: Pure thermal analysis with Abaqus</title>
	<published>2008-11-18T04:20:10Z</published>
	<updated>2008-11-18T04:20:10Z</updated>
	<author>
		<name>Benz-2</name>
	</author>
	<content type="html">Just make... nothing ! Like a zero load in mechanics...!
&lt;br&gt;&lt;br&gt;BenZ
&lt;br&gt;&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20558523&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Abaqus@...&lt;/a&gt;, &amp;quot;edwinnyirenda&amp;quot; &amp;lt;edwinnyirenda@...&amp;gt; 
&lt;br&gt;wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dear ABAQUS users,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am trying to understand the usage of ABAQUS 6.4 by solving for 
&lt;br&gt;&amp;gt; fluxes in a 3-D cuboid of size 15m-by-10m-by-10m under purely 
&lt;br&gt;thermal 
&lt;br&gt;&amp;gt; conditions. &amp;nbsp;Temperatures are fixed at 8 on one side of the 15m-by-
&lt;br&gt;&amp;gt; 10m face, and at 4 on the opposite side, the other side of 
&lt;br&gt;&amp;gt; dimensions &amp;nbsp;15m-by-10m. &amp;nbsp;All the other boundary faces where the 
&lt;br&gt;&amp;gt; temperature is not given should have a boundary flux state of 0. &amp;nbsp;
&lt;br&gt;In 
&lt;br&gt;&amp;gt; this way I am trying to simulate the situation of one dimensional 
&lt;br&gt;&amp;gt; flow from one side of the 15m-by-10m face to the other side, and 
&lt;br&gt;&amp;gt; given that the material conductivity is unity, I expect the 
&lt;br&gt;solution 
&lt;br&gt;&amp;gt; flux to be (8-4)/10=0.4. &amp;nbsp;After this basic problem is solved I 
&lt;br&gt;hope 
&lt;br&gt;&amp;gt; to move on to more complex boundary conditions.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Two problems arise.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1.	I am unable to input the boundary fluxes of 0.0. &amp;nbsp;Abaqus 
&lt;br&gt;&amp;gt; outputs a message that &amp;quot;A uniformly distributed load must have a 
&lt;br&gt;non-
&lt;br&gt;&amp;gt; zero magnitude&amp;quot;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2.	To try and achieve a run, I changed the zero flux to 
&lt;br&gt;0.0001. &amp;nbsp;
&lt;br&gt;&amp;gt; The program starts to run, but aborts with the message in the file 
&lt;br&gt;&amp;gt; Job-1.dat
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ***ERROR: A HEAT TRANSFER ANALYSIS IS NOT MEANINGFUL SINCE THERE 
&lt;br&gt;ARE 
&lt;br&gt;&amp;gt; NO TEMPERATURE DEGREES OF FREEDOM IN THE MODEL
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; How can I input the zero fluxes on boundaries, and how do I define 
&lt;br&gt;&amp;gt; temperature degrees of freedom, seeing that I cannot do it under 
&lt;br&gt;Load-
&lt;br&gt;&amp;gt; BC?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any assistance to get me started will be highly appreciated.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Pure-thermal-analysis-with-Abaqus-tp20558433p20558523.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20558500</id>
	<title>Re: meshing in Abaqus like Ansys</title>
	<published>2008-11-18T04:18:41Z</published>
	<updated>2008-11-18T04:18:41Z</updated>
	<author>
		<name>Benz-2</name>
	</author>
	<content type="html">Heyhey, no, you are a serious analyst ! I haven't spoken about ANSA 
&lt;br&gt;because I really think it's not so common nowadays in Automotive... 
&lt;br&gt;Or maybe for crash that I don't know well ??? But OK, ANSA is a 
&lt;br&gt;great tool that should have been quoted !
&lt;br&gt;&lt;br&gt;To others, I won't go into my own troll, I may just advice to speak 
&lt;br&gt;with skilled Ansys users (10-15 years) and to make competition on 
&lt;br&gt;own benchs with them in some Abaqus-vs-Ansys trials ! Make your own 
&lt;br&gt;opinion, you'll see...
&lt;br&gt;&lt;br&gt;&lt;br&gt;BenZ.
&lt;br&gt;&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20558500&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Abaqus@...&lt;/a&gt;, CABROL Eric &amp;lt;eric.cabrol-
&lt;br&gt;renexter@...&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; From: &amp;quot;BenZ&amp;quot; &amp;lt;benjamin_hagege@...&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Don't try to use Abaqus like Ansys, it is simply... 
&lt;br&gt;impossible... 
&lt;br&gt;&amp;gt; &amp;gt; One of the biggest lack of Abaqus/CAE is the power of selection 
&lt;br&gt;on 
&lt;br&gt;&amp;gt; &amp;gt; entities. Abaqus is NOT meshing tool, Abaqus is a code. All 
&lt;br&gt;serious 
&lt;br&gt;&amp;gt; &amp;gt; FEA analysts use Hypermesh, I-Deas or ICEM CFD to generate 
&lt;br&gt;meshes.
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Damned, I'm not a serious analyst !
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Eric, Ansa user
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- Disclaimer ------------------------------------
&lt;br&gt;&amp;gt; Ce message ainsi que les eventuelles pieces jointes constituent 
&lt;/div&gt;une correspondance privee et confidentielle a l'attention exclusive 
&lt;br&gt;du destinataire designe ci-dessus. Si vous n'etes pas le 
&lt;br&gt;destinataire du present message ou une personne susceptible de 
&lt;br&gt;pouvoir le lui delivrer, il vous est signifie que toute divulgation, 
&lt;br&gt;distribution ou copie de cette transmission est strictement 
&lt;br&gt;interdite. Si vous avez recu ce message par erreur, nous vous 
&lt;br&gt;remercions d'en informer l'expediteur par telephone ou de lui 
&lt;br&gt;retourner le present message, puis d'effacer immediatement ce 
&lt;br&gt;message de votre systeme.
&lt;br&gt;&amp;gt; ***
&lt;br&gt;&amp;gt; This e-mail and any attachments is a confidential correspondence 
&lt;br&gt;intended only for use of the individual or entity named above. If 
&lt;br&gt;you are not the intended recipient or the agent responsible for 
&lt;br&gt;delivering the message to the intended recipient, you are hereby 
&lt;br&gt;notified that any disclosure, distribution or copying of this 
&lt;br&gt;communication is strictly prohibited. If you have received this 
&lt;br&gt;communication in error, please notify the sender by phone or by 
&lt;br&gt;replying this message, and then delete this message from your system.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/meshing-in-Abaqus-like-Ansys-tp20479945p20558500.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20557889</id>
	<title>Interaction problems in abaqus</title>
	<published>2008-11-18T03:36:29Z</published>
	<updated>2008-11-18T03:36:29Z</updated>
	<author>
		<name>garethsimons7</name>
	</author>
	<content type="html">I am currently doing an impact test between an object an a floor, the simulation works fine when the velocity is put through pre-defined fields but when I supress this and put the velocity in through boundary conditions the object goes through the floor as if it wasn't there. The boundry conditions are defined in the same step as the interaction but it still travels through the floor, I cant understand why this is happening and dont know how to fix it so any help would be greatly appreciated.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Gareth</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Interaction-problems-in-abaqus-tp20557889p20557889.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20558450</id>
	<title>Re: how to get force generated by bolt load?</title>
	<published>2008-11-17T23:01:25Z</published>
	<updated>2008-11-17T23:01:25Z</updated>
	<author>
		<name>Eric_C</name>
	</author>
	<content type="html">If there's a contact interaction between the bolted parts, you can sum the 
&lt;br&gt;contact forces normal to the surfaces.
&lt;br&gt;&lt;br&gt;EC
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;engr.lou18&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20558450&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;engr.lou18@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20558450&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Abaqus@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Monday, November 17, 2008 10:02 AM
&lt;br&gt;Subject: [Abaqus] how to get force generated by bolt load?
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi to all of the members of this group!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I would like to ask, how can i get the force or stress generated by
&lt;br&gt;&amp;gt; the bolt load option in abaqus odb?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; to make it more clear, i used the &amp;quot;adjust length&amp;quot; option in the bolt
&lt;br&gt;&amp;gt; load in CAE load module, after the analysis, i would like to know
&lt;br&gt;&amp;gt; how much force did abaqus use to adjust the length of the bolt. &amp;nbsp;i
&lt;br&gt;&amp;gt; tried using the section forces option but it is way different from
&lt;br&gt;&amp;gt; my expected value. i know i can use the formula d=PL/AE but i just
&lt;br&gt;&amp;gt; want to check if abaqus will give me the same figures so i could
&lt;br&gt;&amp;gt; justify my results.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; also, if i use the &amp;quot;apply force&amp;quot; option, i get severely distorted
&lt;br&gt;&amp;gt; elements. &amp;nbsp;so i just used the other option. &amp;nbsp;nonetheless, i just
&lt;br&gt;&amp;gt; want to know how can i get the stress or force on the bolt upon the
&lt;br&gt;&amp;gt; application of the bolt load pretensioning.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- Disclaimer ------------------------------------
&lt;br&gt;Ce message ainsi que les eventuelles pieces jointes constituent une correspondance privee et confidentielle a l'attention exclusive du destinataire designe ci-dessus. Si vous n'etes pas le destinataire du present message ou une personne susceptible de pouvoir le lui delivrer, il vous est signifie que toute divulgation, distribution ou copie de cette transmission est strictement interdite. Si vous avez recu ce message par erreur, nous vous remercions d'en informer l'expediteur par telephone ou de lui retourner le present message, puis d'effacer immediatement ce message de votre systeme.
&lt;br&gt;***
&lt;br&gt;This e-mail and any attachments is a confidential correspondence intended only for use of the individual or entity named above. If you are not the intended recipient or the agent responsible for delivering the message to the intended recipient, you are hereby notified that any disclosure, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender by phone or by replying this message, and then delete this message from your system.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/how-to-get-force-generated-by-bolt-load--tp20537997p20558450.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20558447</id>
	<title>Re: Re: meshing in Abaqus like Ansys</title>
	<published>2008-11-17T22:56:56Z</published>
	<updated>2008-11-17T22:56:56Z</updated>
	<author>
		<name>Eric_C</name>
	</author>
	<content type="html">From: &amp;quot;BenZ&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20558447&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;benjamin_hagege@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;gt; I've already told Mme Alexandre in France : Abaqus should employ ex-
&lt;br&gt;&amp;gt; Ansys engineers or, at least, try to understand how Ansys is built
&lt;br&gt;&amp;gt; in order to perform significant improvements in Abaqus that is a
&lt;br&gt;&amp;gt; quite old-fashioned FE tool... So is MSC.Nastran, the worst code to
&lt;br&gt;&amp;gt; use...!
&lt;br&gt;&lt;br&gt;&lt;br&gt;Probably due to the documentation, which is undoubtedly awful.
&lt;br&gt;As a Nastran and Abaqus daily user, I obviously prefer the latter. And I 
&lt;br&gt;don't say this because we are on an Abaqus-dedicated mailing-list ...
&lt;br&gt;&lt;br&gt;&lt;br&gt;Eric 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- Disclaimer ------------------------------------
&lt;br&gt;Ce message ainsi que les eventuelles pieces jointes constituent une correspondance privee et confidentielle a l'attention exclusive du destinataire designe ci-dessus. Si vous n'etes pas le destinataire du present message ou une personne susceptible de pouvoir le lui delivrer, il vous est signifie que toute divulgation, distribution ou copie de cette transmission est strictement interdite. Si vous avez recu ce message par erreur, nous vous remercions d'en informer l'expediteur par telephone ou de lui retourner le present message, puis d'effacer immediatement ce message de votre systeme.
&lt;br&gt;***
&lt;br&gt;This e-mail and any attachments is a confidential correspondence intended only for use of the individual or entity named above. If you are not the intended recipient or the agent responsible for delivering the message to the intended recipient, you are hereby notified that any disclosure, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender by phone or by replying this message, and then delete this message from your system.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/meshing-in-Abaqus-like-Ansys-tp20479945p20558447.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20558453</id>
	<title>Re: Re: meshing in Abaqus like Ansys</title>
	<published>2008-11-17T22:53:07Z</published>
	<updated>2008-11-17T22:53:07Z</updated>
	<author>
		<name>Eric_C</name>
	</author>
	<content type="html">&lt;br&gt;From: &amp;quot;BenZ&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20558453&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;benjamin_hagege@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Don't try to use Abaqus like Ansys, it is simply... impossible... 
&lt;br&gt;&amp;gt; One of the biggest lack of Abaqus/CAE is the power of selection on 
&lt;br&gt;&amp;gt; entities. Abaqus is NOT meshing tool, Abaqus is a code. All serious 
&lt;br&gt;&amp;gt; FEA analysts use Hypermesh, I-Deas or ICEM CFD to generate meshes.
&lt;br&gt;&lt;br&gt;Damned, I'm not a serious analyst !
&lt;br&gt;&lt;br&gt;&lt;br&gt;Eric, Ansa user
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- Disclaimer ------------------------------------
&lt;br&gt;Ce message ainsi que les eventuelles pieces jointes constituent une correspondance privee et confidentielle a l'attention exclusive du destinataire designe ci-dessus. Si vous n'etes pas le destinataire du present message ou une personne susceptible de pouvoir le lui delivrer, il vous est signifie que toute divulgation, distribution ou copie de cette transmission est strictement interdite. Si vous avez recu ce message par erreur, nous vous remercions d'en informer l'expediteur par telephone ou de lui retourner le present message, puis d'effacer immediatement ce message de votre systeme.
&lt;br&gt;***
&lt;br&gt;This e-mail and any attachments is a confidential correspondence intended only for use of the individual or entity named above. If you are not the intended recipient or the agent responsible for delivering the message to the intended recipient, you are hereby notified that any disclosure, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender by phone or by replying this message, and then delete this message from your system.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/meshing-in-Abaqus-like-Ansys-tp20479945p20558453.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20558436</id>
	<title>Re: Re: meshing in Abaqus like Ansys</title>
	<published>2008-11-17T22:48:41Z</published>
	<updated>2008-11-17T22:48:41Z</updated>
	<author>
		<name>Eric_C</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; I am a relatively new user to Abaqus (1yr). I saw some of features in 
&lt;br&gt;&amp;gt; Ansys
&lt;br&gt;&amp;gt; and liked it,
&lt;br&gt;&amp;gt; but then I can not ask my advisor to get license of Ansys just for my 
&lt;br&gt;&amp;gt; trial
&lt;br&gt;&amp;gt; and that was the
&lt;br&gt;&amp;gt; primary reason, I wanted to know what software advanced people use for
&lt;br&gt;&amp;gt; meshing.
&lt;br&gt;&lt;br&gt;In the (at least european) automotive industry, Ansa is a very common tool 
&lt;br&gt;for meshing and pre-processing.
&lt;br&gt;But if you don't have access to commercial softwares, except Abaqus/CAE ...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Eric Cabrol 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- Disclaimer ------------------------------------
&lt;br&gt;Ce message ainsi que les eventuelles pieces jointes constituent une correspondance privee et confidentielle a l'attention exclusive du destinataire designe ci-dessus. Si vous n'etes pas le destinataire du present message ou une personne susceptible de pouvoir le lui delivrer, il vous est signifie que toute divulgation, distribution ou copie de cette transmission est strictement interdite. Si vous avez recu ce message par erreur, nous vous remercions d'en informer l'expediteur par telephone ou de lui retourner le present message, puis d'effacer immediatement ce message de votre systeme.
&lt;br&gt;***
&lt;br&gt;This e-mail and any attachments is a confidential correspondence intended only for use of the individual or entity named above. If you are not the intended recipient or the agent responsible for delivering the message to the intended recipient, you are hereby notified that any disclosure, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender by phone or by replying this message, and then delete this message from your system.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/meshing-in-Abaqus-like-Ansys-tp20479945p20558436.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20558433</id>
	<title>Pure thermal analysis with Abaqus</title>
	<published>2008-11-17T22:39:17Z</published>
	<updated>2008-11-17T22:39:17Z</updated>
	<author>
		<name>edwinnyirenda</name>
	</author>
	<content type="html">Dear ABAQUS users,
&lt;br&gt;&lt;br&gt;I am trying to understand the usage of ABAQUS 6.4 by solving for 
&lt;br&gt;fluxes in a 3-D cuboid of size 15m-by-10m-by-10m under purely thermal 
&lt;br&gt;conditions. &amp;nbsp;Temperatures are fixed at 8 on one side of the 15m-by-
&lt;br&gt;10m face, and at 4 on the opposite side, the other side of 
&lt;br&gt;dimensions &amp;nbsp;15m-by-10m. &amp;nbsp;All the other boundary faces where the 
&lt;br&gt;temperature is not given should have a boundary flux state of 0. &amp;nbsp;In 
&lt;br&gt;this way I am trying to simulate the situation of one dimensional 
&lt;br&gt;flow from one side of the 15m-by-10m face to the other side, and 
&lt;br&gt;given that the material conductivity is unity, I expect the solution 
&lt;br&gt;flux to be (8-4)/10=0.4. &amp;nbsp;After this basic problem is solved I hope 
&lt;br&gt;to move on to more complex boundary conditions.
&lt;br&gt;&lt;br&gt;Two problems arise.
&lt;br&gt;&lt;br&gt;1.	I am unable to input the boundary fluxes of 0.0. &amp;nbsp;Abaqus 
&lt;br&gt;outputs a message that &amp;quot;A uniformly distributed load must have a non-
&lt;br&gt;zero magnitude&amp;quot;.
&lt;br&gt;&lt;br&gt;2.	To try and achieve a run, I changed the zero flux to 0.0001. &amp;nbsp;
&lt;br&gt;The program starts to run, but aborts with the message in the file 
&lt;br&gt;Job-1.dat
&lt;br&gt;&lt;br&gt;***ERROR: A HEAT TRANSFER ANALYSIS IS NOT MEANINGFUL SINCE THERE ARE 
&lt;br&gt;NO TEMPERATURE DEGREES OF FREEDOM IN THE MODEL
&lt;br&gt;&lt;br&gt;How can I input the zero fluxes on boundaries, and how do I define 
&lt;br&gt;temperature degrees of freedom, seeing that I cannot do it under Load-
&lt;br&gt;BC?
&lt;br&gt;&lt;br&gt;Any assistance to get me started will be highly appreciated.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Pure-thermal-analysis-with-Abaqus-tp20558433p20558433.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20550285</id>
	<title>exporting connector forces</title>
	<published>2008-11-17T15:08:23Z</published>
	<updated>2008-11-17T15:08:23Z</updated>
	<author>
		<name>ShawnDPT</name>
	</author>
	<content type="html">Dear all,
&lt;br&gt;&lt;br&gt;I have a simple question about exporting connector force information from abaqus. &amp;nbsp;I have successfully created a FE model of the human knee joint in abaqus. This model is comprised of 4 bones (modeled as rigid bodies), 2 deformable components as the cartilage surfaces of the bones in contact, and 2 sets of tension only elements connecting various components of my model together. &amp;nbsp;
&lt;br&gt;&lt;br&gt;I’m applying the simulated muscles forces to my model as connector forces through tension only connectors to the top of the system as shown in the attached figure. The second set of tension only connectors on the bottom of the system should experience a certain amount of force as a result. How can I find out how much of my applied forces from the top set of connectors has been transferred to the connectors on the bottom? &amp;nbsp;Thanks for you help. 
&lt;br&gt;&lt;br&gt;&lt;img src=&quot;http://www.nabble.com/file/p20550285/FE_knee.png&quot; border=&quot;0&quot; /&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/exporting-connector-forces-tp20550285p20550285.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20545134</id>
	<title>Re: (unknown)</title>
	<published>2008-11-17T10:26:45Z</published>
	<updated>2008-11-17T10:26:45Z</updated>
	<author>
		<name>steve manifold</name>
	</author>
	<content type="html">&lt;br&gt;Use *DLOAD with HP as the distributed load type label. &amp;nbsp;Details of this are described in the user's manual.
&lt;br&gt;&lt;br&gt;Steve Manifold
&lt;br&gt;University of Texas
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; ----- Original Message ----- 
&lt;br&gt;&amp;nbsp; From: ramesh ramesh 
&lt;br&gt;&amp;nbsp; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20545134&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Abaqus@...&lt;/a&gt; 
&lt;br&gt;&amp;nbsp; Sent: Monday, November 17, 2008 1:41 AM
&lt;br&gt;&amp;nbsp; Subject: [Abaqus] (unknown)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; hi
&lt;br&gt;&amp;nbsp; i am doing an analysis of a dam
&lt;br&gt;&amp;nbsp; i would like to give hydrostatic pressure for this dam
&lt;br&gt;&amp;nbsp; how to give hydrostatic pressure for a dam using abaqus
&lt;br&gt;&amp;nbsp; ur help will be highly apreciated
&lt;br&gt;&lt;br&gt;&amp;nbsp; with love
&lt;br&gt;&amp;nbsp; ramesh
&lt;br&gt;&lt;br&gt;&amp;nbsp; Add more friends to your messenger and enjoy! Go to &lt;a href=&quot;http://messenger.yahoo.com/invite/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://messenger.yahoo.com/invite/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%28unknown%29-tp20537993p20545134.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20550899</id>
	<title>Re: Re: meshing in Abaqus like Ansys</title>
	<published>2008-11-17T05:31:53Z</published>
	<updated>2008-11-17T05:31:53Z</updated>
	<author>
		<name>Devvrath Khatri</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&lt;br&gt;Thanks for the response to my original email.
&lt;br&gt;The good thing about Abaqus I like is that it allows to use the mesh
&lt;br&gt;generated by
&lt;br&gt;other softwares in input file and that was the main reason I am looking for
&lt;br&gt;an alternative.
&lt;br&gt;I am a relatively new user to Abaqus (1yr). I saw some of features in Ansys
&lt;br&gt;and liked it,
&lt;br&gt;but then I can not ask my advisor to get license of Ansys just for my trial
&lt;br&gt;and that was the
&lt;br&gt;primary reason, I wanted to know what software advanced people use for
&lt;br&gt;meshing.
&lt;br&gt;&lt;br&gt;Some people in my college have codes written for their group, but the code
&lt;br&gt;generated
&lt;br&gt;mesh specific to their problem and I don't have access to those codes and I
&lt;br&gt;didn't wanted to spend
&lt;br&gt;my time writing my own code for generating mesh.
&lt;br&gt;&lt;br&gt;Some time ago i hear about a pre and post processor called GID, but i am not
&lt;br&gt;sure how good it is and that was the primary reason of asking for
&lt;br&gt;suggestions.
&lt;br&gt;Anyway, I will give a try to free version of &amp;quot;Hypermesh&amp;quot; and see how it
&lt;br&gt;goes.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Sincerely,
&lt;br&gt;Devvrath Khatri
&lt;br&gt;---
&lt;br&gt;Graduate Student
&lt;br&gt;California Institute of Technology (Caltech)
&lt;br&gt;&lt;br&gt;-----------------------------------------------------------
&lt;br&gt;Ubuntu - Linux for Human Being
&lt;br&gt;&lt;a href=&quot;http://www.ubuntu.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ubuntu.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Mon, Nov 17, 2008 at 4:52 AM, Fernando &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20550899&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;who.is.mailing.me@...&lt;/a&gt;&amp;gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; The best way for a FE package to evolve and get better is to
&lt;br&gt;&amp;gt; &amp;gt; watch the advantages of the other packages(or user feedbacks) and
&lt;br&gt;&amp;gt; &amp;gt; implement them.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well that leads to a complete lack of variety, if everyone has the
&lt;br&gt;&amp;gt; same features implemented in the same way! My recommendation is to
&lt;br&gt;&amp;gt; LEARN to use the tool that comes with the software. If you need
&lt;br&gt;&amp;gt; something more advanced, or you have different analysis packages for
&lt;br&gt;&amp;gt; different things, but need a uniform interface, then use a specialized
&lt;br&gt;&amp;gt; mesher (Hypermesh, I-DEAS, Patran,...). The same goes for postprocessing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I definitely do agree with BenZ and just hope that ABAQUS
&lt;br&gt;&amp;gt; &amp;gt; reconsiders improving the concepts of CAE.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think you are confusing CAE with the standard abbreviation. CAE
&lt;br&gt;&amp;gt; means &amp;quot;Comprehensive Analysis Environment&amp;quot;, and its aim is (was?) to
&lt;br&gt;&amp;gt; provide a graphical environment where the user could create an input
&lt;br&gt;&amp;gt; file, submit it, and review the results. With time its preprocessing
&lt;br&gt;&amp;gt; capabilities have improved a lot, but it is still no match for
&lt;br&gt;&amp;gt; SolidWorks or CATIA. If you want a CAE package (as &amp;quot;compute-aided
&lt;br&gt;&amp;gt; engineering), get CATIA or Solidworks, which are produced by the
&lt;br&gt;&amp;gt; current owners of ABAQUS.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Compared to the strong ABAQUS solver, material models ..., CAE is
&lt;br&gt;&amp;gt; &amp;gt; being developed very slowly.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; WRONG. The solver has been under development since the '70s, while the
&lt;br&gt;&amp;gt; current version of CAE has less than 10 years. If you look at the CAE
&lt;br&gt;&amp;gt; version that shipped with ABAQUS 6.2 or 6.3, you will see the
&lt;br&gt;&amp;gt; extremely fast development pace, and if you have used two or three
&lt;br&gt;&amp;gt; consecutive versions, you will acknowledge that significant
&lt;br&gt;&amp;gt; improvements keep coming steadily. This is not to say that CAE should
&lt;br&gt;&amp;gt; be the tool of choice for everyone ;-) If you need specialized tools,
&lt;br&gt;&amp;gt; there are good standalone meshers out there (see BenZ's post), as well
&lt;br&gt;&amp;gt; as standalone postprocessors (Hyperview, EnSight, I-DEAS...).
&lt;br&gt;&amp;gt; As someone else said, you have to learn the rationale of each
&lt;br&gt;&amp;gt; software, often the techniques that go for one package cannot
&lt;br&gt;&amp;gt; translate to another.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Anyway, enough of a flame for today :-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; HTH
&lt;br&gt;&amp;gt; Fernando
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;[Non-text portions of this message have been removed]
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/meshing-in-Abaqus-like-Ansys-tp20479945p20550899.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20538853</id>
	<title>Re: meshing in Abaqus like Ansys</title>
	<published>2008-11-17T04:52:13Z</published>
	<updated>2008-11-17T04:52:13Z</updated>
	<author>
		<name>Fernando-18</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; The best way for a FE package to evolve and get better is to
&lt;br&gt;&amp;gt; watch the advantages of the other packages(or user feedbacks) and 
&lt;br&gt;&amp;gt; implement them. 
&lt;br&gt;&lt;br&gt;Well that leads to a complete lack of variety, if everyone has the
&lt;br&gt;same features implemented in the same way! My recommendation is to
&lt;br&gt;LEARN to use the tool that comes with the software. If you need
&lt;br&gt;something more advanced, or you have different analysis packages for
&lt;br&gt;different things, but need a uniform interface, then use a specialized
&lt;br&gt;mesher (Hypermesh, I-DEAS, Patran,...). The same goes for postprocessing.
&lt;br&gt;&lt;br&gt;&amp;gt; I definitely do agree with BenZ and just hope that ABAQUS 
&lt;br&gt;&amp;gt; reconsiders improving the concepts of CAE. 
&lt;br&gt;&lt;br&gt;I think you are confusing CAE with the standard abbreviation. CAE
&lt;br&gt;means &amp;quot;Comprehensive Analysis Environment&amp;quot;, and its aim is (was?) to
&lt;br&gt;provide a graphical environment where the user could create an input
&lt;br&gt;file, submit it, and review the results. With time its preprocessing
&lt;br&gt;capabilities have improved a lot, but it is still no match for
&lt;br&gt;SolidWorks or CATIA. If you want a CAE package (as &amp;quot;compute-aided
&lt;br&gt;engineering), get CATIA or Solidworks, which are produced by the
&lt;br&gt;current owners of ABAQUS.
&lt;br&gt;&lt;br&gt;&amp;gt; Compared to the strong ABAQUS solver, material models ..., CAE is 
&lt;br&gt;&amp;gt; being developed very slowly.
&lt;br&gt;&lt;br&gt;WRONG. The solver has been under development since the '70s, while the
&lt;br&gt;current version of CAE has less than 10 years. If you look at the CAE
&lt;br&gt;version that shipped with ABAQUS 6.2 or 6.3, you will see the
&lt;br&gt;extremely fast development pace, and if you have used two or three
&lt;br&gt;consecutive versions, you will acknowledge that significant
&lt;br&gt;improvements keep coming steadily. This is not to say that CAE should
&lt;br&gt;be the tool of choice for everyone ;-) If you need specialized tools,
&lt;br&gt;there are good standalone meshers out there (see BenZ's post), as well
&lt;br&gt;as standalone postprocessors (Hyperview, EnSight, I-DEAS...).
&lt;br&gt;As someone else said, you have to learn the rationale of each
&lt;br&gt;software, often the techniques that go for one package cannot
&lt;br&gt;translate to another.
&lt;br&gt;&lt;br&gt;Anyway, enough of a flame for today :-)
&lt;br&gt;&lt;br&gt;HTH
&lt;br&gt;Fernando
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/meshing-in-Abaqus-like-Ansys-tp20479945p20538853.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20537997</id>
	<title>how to get force generated by bolt load?</title>
	<published>2008-11-17T01:02:39Z</published>
	<updated>2008-11-17T01:02:39Z</updated>
	<author>
		<name>engr.lou18</name>
	</author>
	<content type="html">Hi to all of the members of this group!
&lt;br&gt;&lt;br&gt;I would like to ask, how can i get the force or stress generated by 
&lt;br&gt;the bolt load option in abaqus odb?
&lt;br&gt;&lt;br&gt;to make it more clear, i used the &amp;quot;adjust length&amp;quot; option in the bolt 
&lt;br&gt;load in CAE load module, after the analysis, i would like to know 
&lt;br&gt;how much force did abaqus use to adjust the length of the bolt. &amp;nbsp;i 
&lt;br&gt;tried using the section forces option but it is way different from 
&lt;br&gt;my expected value. i know i can use the formula d=PL/AE but i just 
&lt;br&gt;want to check if abaqus will give me the same figures so i could 
&lt;br&gt;justify my results.
&lt;br&gt;&lt;br&gt;also, if i use the &amp;quot;apply force&amp;quot; option, i get severely distorted 
&lt;br&gt;elements. &amp;nbsp;so i just used the other option. &amp;nbsp;nonetheless, i just 
&lt;br&gt;want to know how can i get the stress or force on the bolt upon the 
&lt;br&gt;application of the bolt load pretensioning. &amp;nbsp;
&lt;br&gt;&lt;br&gt;i hope someone can help me on this soon. &amp;nbsp;thanks very much in 
&lt;br&gt;advance.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Louissa Ridad
&lt;br&gt;MS Student
&lt;br&gt;Korea
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/how-to-get-force-generated-by-bolt-load--tp20537997p20537997.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20537993</id>
	<title>(unknown)</title>
	<published>2008-11-16T23:41:53Z</published>
	<updated>2008-11-16T23:41:53Z</updated>
	<author>
		<name>ramesh ramesh</name>
	</author>
	<content type="html">hi
&lt;br&gt;i am doing an analysis of a dam
&lt;br&gt;i would like to give hydrostatic pressure for this dam
&lt;br&gt;how to give hydrostatic pressure for a dam using abaqus
&lt;br&gt;ur help will be highly apreciated
&lt;br&gt;&lt;br&gt;with love
&lt;br&gt;ramesh
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Add more friends to your messenger and enjoy! Go to &lt;a href=&quot;http://messenger.yahoo.com/invite/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://messenger.yahoo.com/invite/&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%28unknown%29-tp20537993p20537993.html" />
</entry>

</feed>
