Hi,
Can't seem to figure out how to connect two parts with springs at the edge nodes of each part. When I try to create the spring/dashpot it asks me to select the first point. I was thinking that i could somehow create node sets on the edges of each part and select them in order to group...
Thanks vumat,
I found that to be the case, I used a homogeneous section and the analysis ran. Thanks for the help! I'm posting the file that ran in case anyone would find it useful.
Evanhttp://files.engineering.com/getfile.aspx?folder=3edd4b33-b970-46b9-8f9c-c9da70a88ace&file=Matchup_3.inp
Ok, I'll try and change the section type to see what happens, but I'd ultimately like the analysis to be plane strain. After my effort, I'll post an updated file where I use the new section type and geometry definitions to place loads and bc's rather than a mesh part.
Thank for the advice!
Perhaps Corus was referring to the Abaqus/Standart "Contact" example in the getting started: Interactive Version of the user's manual. It's the channel forming example. I think i may be having a similar problem as I'm trying to model a two layer pavement structure. You can see my thread here...
I'm modeling a simple system of two layers (pavement on soil) using CAE. I'm receiving an error message similar to the one mentioned in the following thread:
thread799-186602
It reads:
Error in job matchup-elastic: NODE SET "ASSEMBLY_MESH PART-1_MESH PART-REFPT_" HAS NOT BEEN DEFINED
I'm...
I discovered that the code compiled and produced the .exe, although i was distracted by the warning messages. Ifort and gfortran were producing different output messages, Im guessing that this is dependent upon warning message settings. Thanks for the tip Johnhors, Ill try to use pfe32 to...
Hello,
I am attempting to compile a .f90 using gfortran. After commanding the compiler to do so, i am bombarded with a list of warnings. In particular:
"Warning: Deleted feature: Pause statement at ..."
The compiler then gives the filename:line #:character # so I can locate the problem...