You can say that again! Given the maturity of FEA software, and speed of modern computers, I wonder why more don't use nonlinear methods. But not for me to question why.
Thanks for the feedback!
TGS4,
Thanks for the responses. That's what I thought (that plotting intermediate values of Von Mises is a useless exercise, with no real value when using the BPV code). That said, it's interesting to hear the request justified as "FEA vendor XXX can do it". What can I say?
I first learned and...
Prex,
Thanks for your comments and the link to the procedure. Yes, that's exactly what I do. I can integrate constant or axisymmetric sections. (There's a flag to request the appropriate integration.) I output all linearized values (for each component, plus combined results at both ends of the...
Background:
I have a utility that calculates the linearized stress distribution from FEA results (component by component). It outputs a table at each end end of the SCL that includes: 1) membrane and bending values for each component, 2) vonMises and Tresca (S.I.) calculated from Sm+Sb...
You didn't say which solver (Preference) you are using.
Assuming it's Nastran or Marc, you should look create "Glued Contact". Define deformable contact bodies (under Loads), then set as "Glued" in the Contact Table in Analysis setup. Contact Table found under "Subcases", "Subcase Parameters"...
There are some basic things to know: element type (continuum, shell,plate, membrane, beam, rod, etc). Each is based on some assumptions, just like those in basic mechanics of materials. They work fine if you don't violate the assumed response.
Next you should also understand the influence of...
How long does it take for Patran to tell you if Nastran is complete? If it is almost immediate, or very fast, then Nastran is probably not solving anything.
violingineer: That's not a good indication of success/failure with modern hardware. "A simple analysis of a beam" will take seconds to...
You would be remiss not to look at MSC's offerings: Marc and Nastran Implicit Nonlinear solver (aka SOL400). I have used all 4 in my career. Although maybe not Coke vs Pepsi, there's a lot of functionality overlap and preferences vary based on subtle differences. Also, don't forget to consider...
SNORGY,
You're correct - some employers do "check folks out" during the hiring process. However, the only things Facebook and LinkedIn have in common are their use as networking sites. LinkedIn is for professionals. You're not going to read "just ate a chocolate donut -- YUMMY!!" on LinkedIn...
You don't have to leave an "electronic footprint that others can follow". Join, add some basic info to your profile , then join a few of the apprporiate engineering groups and read the daily email digests. Some to consider:
ASME
CAD FEM CFD Engineering
+ other CAE groups
I'm sure there are O&G...
Join LinkedIn, join some groups and build your virtual network.
There are plenty of Engineering and FEA related groups. Several have job posts, and recruiters are beating the bushes for O&G engineers. I saw an opening for a riser engineer at $100-180k + starting bonus + relo package.
I lived...
I originally posted this question in the "ASME (mechanical) Code Issues Forum" under "Engineering Codes, Standards & Certifications"
Subject: SCL obsolete?
REF: http://www.eng-tips.com/viewthread.cfm?qid=313528
TGS4 provided an excellent response (as always). It didn't get any other feedback...
TGS4-
Thanks. It's scary, when I used your dimensions above, I get a maximum VonMises stress of 53,706 psi. Way too close to your answer! :) Almost makes me suspicious.
So, I'll show my ignorance of torishpherical heads (something new, which intrigued me to begin with).
It seems (to this...
TGS4,
Thanks for running the analysis. I reviewed my quick & dirty (and WRONG) model, and found a dimensional error. However, after correcting, I'm still off (SIGE = 43.6 vs your 53.7 ksi). That's not "close enough" in my book. I ran several reasonable mesh densities, and only see a very...
Are you still workig on this? If so, how are you executing in Patran?
Is this code snippet part of a Function/Class?
Or, are you running as session file or with !!INPUT?
Looping and control structures don't work in a session file (or read with !!INPUT). They need to be in a FUNCTION.
Here's...