See Gmsh for how to install it, then when it's installed, click Browse ... and find gmsh.exe.
Don't copy the path in my screenshot because it'll be different.
The length is still 500 mm (the first argument, 0.5, to the unittriangle function). You can visualize this by refining the mesh enough to see a patch of arrows. I changed 500 to 1000 in the constant term to somehow scale it to agree with your formul…
I'm not sure if CCX can handle a decrease in the stress-strain curve.
It doesn't have the *TENSION CUTOFF keyword, and the *PLASTIC stress-strain data has to be non-negative (stress is von Mises), so you can't define it there.
It does, however, ha…
That's normal but it should converge towards something as time step gets smaller.
In this case, acceleration has such big high frequency components, I don't think 0.01 s fine enough too big to capture it. Maybe add damping to suppress those if they…
Those peaks of stress on the rivets might be spurious due to the contacts or the re-entrant corners under the heads.
One on the end has the slave faces extending beyond the master faces. I corrected that and it slightly reduced the stress.
If you …
Yes, the displacement pre-tension is probably the right one and it does have that problem of having to decide the displacement. One way is to first solve with the Force option, measure the resulting displacement, then set that as the Length adjustme…
1-I'have been thinking for a long time that when analysis is performed with Automatic time stepping, by default, the load is ramped from 0 at time 0 to 100 % at end time automatically too. There was no need to multiply by time in the formula.
Tha…
Quasi-static with contact sometimes converges worse than non-quasi-static because of the extra *STEP section Mecway inserts to prevent CCX from adjusting the contact stiffness (probably to help convergence!). During this extra step, the solver panel…
Hello Disla, always a doozy when you find a problem!
I didn't look at the SOL and reaction force results which I'd say aren't really part of Mecway, but the displacements changing with time isn't supposed to happen.
I made a simpler model without …
You can use Node-surface coupling with the RBE2 option and applied to the edges of both holes to fix them together rigidly. Pick any node on the hole edge as the reference node.
Or to allow the holes to deform, use two RBE3s with their reference …
@disla I like that idea but I don't think it's safe or practical to predict all the node forces CCX might apply, including gravity, pressure, MPC forces, and their changes with large displacements.
Because of this serious bug Fatmac found in loads & constraints groups, I've rolled back publishing version 31 on the download page.
The bug is new fixed in version 32 which is available here https://mecway.com/download/mecway320.msi and that w…
Pick Solution -> Force and moment -> External force then solve again. CCX only outputs external force, which is reaction force and applied force together. At constrained nodes with no applied force, like your anchored end, it's the same as rea…
Good to hear it helps, and thanks for showing me what a problem file size was. There's even greater saving after solving in v31. Just doing open and save still keeps it in double precision to ensure fidelity but solving again goes to single.
Yes, negative axial force means compressive stress as the neutral axis. Although, if there's thermal loading, the element might be lengthened (tensile strain) while having compressive force/stress.
> 1-¿Do you mean all bases tighten to a REF and ROT Node (with Rigid Body not Kinematic)
Yes. I think the rigid body is free to rotate independently of the structure.
> You are creating two GAPUNI per node, but some nodes are missing the sec…
That's cool. Pity it's so awkward to set up these combinations of elements
For your last question, Mecway generates a GAPUNI element for each node of each face. So for one hole there are 12 faces * 4 nodes/face = 48 GAPUNI elements. Most of these …
Gmsh is probably best for this. It's hard to work out the command to do it properly but I think a key is this: SetFactory("OpenCASCADE"); BooleanFragments{ Surface{:}; }{ Delete; };
That merges adjacent edges of surfaces at the geometry level b…
I'm able to reproduce the problem. It's a bug in Mecway which makes it unable to import assemblies with Alibre Atom3D. Sorry about that.
I'll get back to you about providing a fix.
Hello ToddG.
The 2nd line of that message comes from Alibre so it would refer to the Alibre license key. Some ideas beyond making sure an Alibre license is activated:
Maybe you have multiple versions of Alibre Design installed and Mecway is linked…
Yes, principal strain would be consistent with the other strain. There might have to be several of them if there are several separate strain tensors.
I think strain energy density has a single definition but it can be calculated from different work…