Frictional Braking Problem
Frictional Braking Problem
(OP)
Hello,
According to the Abaqus Benchmark problems manual for Abaqus 6.9. A 60rad/s omega rotation has been applied rigid disc in this problem attached below. I can't see how this has been applied? Any help would be much appreciated. I am trying to implement a similar simulation in my model at the moment, so trying to learn from this exmaple.
Thanks
Optieng
According to the Abaqus Benchmark problems manual for Abaqus 6.9. A 60rad/s omega rotation has been applied rigid disc in this problem attached below. I can't see how this has been applied? Any help would be much appreciated. I am trying to implement a similar simulation in my model at the moment, so trying to learn from this exmaple.
Thanks
Optieng





RE: Frictional Braking Problem
I don't think it is applied. I assume that you imported this from a INP file. That function may not be supported by CAE.
Write out an INP from this CAE file. Use your favorite text editor to do a 'diff' command to see what has changed.
I hope this helps.
Rob Stupplebeen
RE: Frictional Braking Problem
However, the keyword that *is* supported is INITIAL CONDITIONS, TYPE=ROTATING VELOCITY. You will have to go to the load module of Abaqus/CAE and create a new "Predefined Field". Make sure you select "Initial" for the Step to apply it in, and "Mechanical" for the category. The Velocity Type will then be available...
By the way, when you imported the inp file, there would have been a useful warning given (in the message area) regarding keyword support.
RE: Frictional Braking Problem
Thanks again for your very valued inputs.
RE: Frictional Braking Problem
Here are the lines (excerpt from braking2d_anl.inp)
** Start with it spinning at 60 rad/sec.
**
*BOUNDARY
100, PINNED
*INITIAL CONDITIONS, TYPE=VELOCITY
100, 6, 60.
Note that the above lines do not import correctly into Abaqus/CAE. That's the point of the previous post...
Many (most) of the examples provided as inp (especially the ones with trivial geometry) were crafted by hand rather than using Abaqus/CAE, and might have been done so years before Abaqus/CAE existed. You can run all these models without going through Abaqus/CAE but just issuing a command like "abaqus braking2d_anl" from a command window/terminal.
2. CAE writes an input file everytime you submit a job (check your working directory). Alternatively you can just create the inp without executing the job. Look in the Job moddule - Job Manager... Or if you want to do hand edits (e.g., to insert keywords that are not supported) you can pull up the keyword editor (Model - Edit keywords - <choose the model>) BTW keyword coverage is pretty good these days, check the help docs for what is and is not covered.