Maybe try selecting the (nodes, faces, or elements) of interest while in model view then save them as a Named Selection. After the solve completes, your [Name] will be available to the Solution functions. Particularly useful is the solution Table,…
Oh! That's clever. Creating lines face-by-face gets around the issues purse.py has with bridging across narrow cracks. Very clean.
Q: How were the greyed-out checkboxes in the Automesh 2D window changed? I seem to be meshing quadratics by de…
Thanks, Victor!
* Having Comments available is great! Handy [paperless] way to keep track of my assumptions when designing on the quick, but also a historical record..."Now, what was I trying to do back then?"
* REALLY like the export to Nastr…
Yes, I did mesh by hand. Simple Rectangle Shell/ Refine evenly to locate center for Hole Tool.
Your Test was asking for Max Normal stress (tension in the direction of the load). I see you reported the von Mises stress. Maybe see what you get from…
Answers will vary a bit with element selection. Definitely better with higher order (Quads vs Linear). A quick model using 2nd order shells and Symmetry. The Test said something about just two refinements. Attached are my results using hex20's e…
https://mecway.com/forum/discussion/comment/7288#Comment_7288
Off the top of my head:
* Simcommons
* FEA Academy (Madier)
* Enterfea
* Web searches/ white papers
~Cheers.
@Victor: Aaah. I noted the poor results in comparison and see why the warning was added. Thanks.
@Wjasiew: [Hex8 with Hex20] It's generally advised to avoid discontinuities in a mesh (try View Cracks). Been where you are with the node limits. …
We used to call these things "flexures". Your *8.liml file is (still) a mix of linear with 2nd order elements. Does it not solve and displace correctly if all elements are made 2nd order?
Going the other way, something weird happens if you try an…
A few days since your post, maybe this helps your solution?:
The Tension-Only Line2 element requires inputs of just Young's modulus and the cross-sectional area. The stiffness, k=EA/L, is calculated internally considering the length between the tw…
@JohnM: Maybe it's my rig, but I'm having trouble opening your gifs. Getting an "un-supported file format" type message. I can see Victor's & Sergio's gifs at the top of this post.
Just a follow-up question whether it is yet plausible to develop a two-pt. Compression_Only spring as a simpler element vs. the "zig-zag" work around shown herein using tension-only slider element, etc?
Since I often use shells in my modeling, I've…
Well, it's worth saying you can also use Excel's Solver to optimize the Area & Inertia equations simultaneously to the same result (example attached).
Alternatively, just enter the catalog section properties under the General Section geometry …
@LHartley - Well, I went back and sharpened my pencil. There were two discrepancies in the variables I used vs. your values. 1) Length: I had used the node-node member length (1500mm) vs. 1358mm. 2) I was looking at your 2nd model version, and e…
For each mode it looks like the CCX method produces a buckling factor to multiply the total load by(?), whereas the Internal solver just gives the buckling loads. Also, I was somewhat annoyed CCX produced a bunch of different modes landing at the s…
Good tip. I had not noticed the assignment shortcut.
As for Named selections, I use them all the time for Set operations (subtractions & unions) when manually forming mesh or contact sets.
Mesh Tools/ Refine / Custom. Enter your refinement factors then Apply. You can hit the Undo Arrow before Closing the menu if your R,S,T 's get mixed up.
HOLEADJUST: Adjust node spacing uniformly along a circle.
Re-posting script to repository here from Forum discussion RE: "Generate a circular surface area around the hole".
In the method of forming a washer perimetry with Mecway Hole-Tool a…
Here is a follow-up on the last post. As an optional tool before executing the Edge extrusion technique, the hole node spacing can first be made uniform with the attached HoleAdjust.py. More information found in the Python API Script repository:
…
@Sergio: Nice method by extruding the Hole tool edge. I think the sliver elements could be avoided by a script that first forces the outer perimeter nodes of the washer to be uniformly spaced before the extrusion inward.
The shapes of the transi…
@brandonman,
EDITED 4/18/24:
..."von mises, principal, regular ol' stress, or strain [of beam elements]".
For CCX solver: Your list of stress outputs are listed in CCX as available for 2nd Order beam elements, to date limited to Solid & Hol…
All the various cross-sections are available for assigning beam properties to Line elements, not shells. When working with Line elements some consideration must be given to whether the connections are rigidly fixed or simply supported (pivoted), ho…
For pressure against a vertical wall between, say, z=0 and z=40, you might simulate a linear hydrostatic type function by multiplying peak pressure * height ratio. Pressure = [Peak*(z-40)/40]. Adjust vector sign (+/-) as needed.
If you try to dup…