Thanks dhengr,
My post a few weeks ago was regarding the relationship between contact pressure and friction.
http://www.eng-tips.com/viewthread.cfm?qid=311294
They are different questions, but you are right the answers are available in the same places.
With regards to the software, I fully...
Thanks for your help and suggestions. It seems that Timoshenko covers it, but Roarks only deals with the surface contact pressures, not the sub surface stress and shears.
I hope the Timoshenko can provide what I need.
Thanks again.
Does anyone know where I can find the equations used behind these calculations:
http://www.mesys.ch/calc/hertz.fcgi
I am particularly interested in calculating the subsurface stresses and shear stresses in the x,y,z directions.
Thanks MechIrl,
Your suggestion has got me thinking some more...
Could I define the outer elements to be a certain depth? This might be a more difficult if the elements not hex or if there are some tricky radius bends.
I may have to model the two sections seperately and then tie them together...
I have some complex bone geometry in Abaqus, is there any way of defining the elements associated with the outer surface to have one set of material properties and the rest of the internal elements to have another set of material properties.
Another way of doing this maybe to have the first 1mm...
Thanks everyone,
rb1957, I mean CoF, i.e. One thing I do know is that the surface and sub surface contact stress becomes very important when the CoF is above 0.3. I wondered if anyone knew more about this.
I will also go through your suggestions on literature.
Thanks again.
Hello all,
I am wondering if there is a relationship between friction and Hertz contact pressure defined somewhere. I just can't seem to find it. I could use FE to determine this, but didn't want to waste time if its already been done.
Thanks.
Yes I agree, both Smath Studio and MathCAD can not match Excel in its graphing capabilities, but then again I don't think it's meant to. As always, we need more than one tool for the job. Thanks.
Hello all,
1) Does anyone know if and where I can get hold of the Abaqus API (Application programming interface) for Fortran. Someone suggested this may help me solve some uninitialized memory read problems that I am having with my subroutines.
2) Does anyone use any good debuggers for helping...
Has anyone got any ideas on this. I have been stuck on this for ages now. Really need some help please, (see part of the code below).
DIMENSION ARRAY(1000)
CALL GETVRMAVGATNODE(LOCNUM,JTYP,'CSTRESS',ARRAY,JRCD,
$ JELEMLIST,NELEMS,JMATYP,JGVBLOCK)
C
CPRESS =...
If you are using Abaqus Standard, try "nudging" the parts together using displacement control before switching to force control. This normally solves this problem. I hope that helps.
Thanks IRStuff,
It seems that the software is not compatible with the Windows 64bit OS. Is there any alternatives. I wanted to be able to plot statistical graphs, e.g. normal distribution, etc easily without having to type PDF formulas etc. Hope that makes sense.
Thanks again.
Hello all,
I would like to obtain a stress-strain data. I can access a curve from a book, but I would ideally like the actually data. I may need to run the stress-strain test myself. I am wondering the easiest way to determine the stress-strain of a material. We have very little bugdet to do...
Hello all,
Can anyone recommend any free statistical analysis software (ideally for engineering). I really need something ASAP, I am looking at normal distributions of surface asperities.
I look forward to your input, thanks.
You could try SMath Studio and show your support to this fantastic project. I have recently started using it and having used MathCAD about 5 years ago, it is very similar from what I remember.
http://www.smathstudio.com/
I will be interested what the current MathCAD users think of this...
Hello all.
I am in the process of writing a UMESHMOTION subroutine to model the wear of materails. For this I am using:
CALL GETVRMAVGATNODE(LOCNUM,JTYP,'CDISP',ARRAY,JRCD,
$ JELEMLIST,NELEMS,JMATYP,JGVBLOCK)
and
CALL GETVRMAVGATNODE(LOCNUM,JTYP,'CSTRESS',ARRAY,JRCD,
$...