It seems like you can't have the master and slave directly opposite each other. My guess is it might see that as penetration and try to push them apart.
All I can think of is to make 2 or 3 separate contacts in repeating stripes so the master for o…
It solved with the dent in the larger plate flattened out (set to y=0). I wonder if there's buckling happening around there leading to poor/no convergence. Is this something you're expecting or want to capture?
With the dent in place, it solved a l…
Versions 24 and 25 install ccx/ccx_win64_mkl_pardiso_source_2.21.zip (numbers instead of xx) in the application's installation location. Compiling that produces both the ccx.exe distributed with that version of Mecway, and ccx_mkl.exe which is the s…
It's possible that turning off mixed precision (PASTIX_MIXED_PRECISION=0) takes away all the speed benefits of PastiX. I hadn't checked that. If you don't set it, it'll probably be faster but there's a risk of wrong results in some cases.
A lot of …
It didn't finish solving in either 24 or 25 for me. It's possible you have a different version or build of CCX used by 24. 25 would have defaulted to the built-in one when it was installed.
That's probably the contact state file (.cel) which can be huge and slow to load.
To prevent it being created, before solving, have only the field variables you want in the solution, and not contact state. If there's nothing there, Mecway automatic…
What I did:
* Changed the tension force from nodes to faces to make it uniform.
* Adjusted the X position of one side of the film's nodes so the elements are square, not parallelogram. This might not have been needed.
* Ramped the tension for…
That's usually what causes it, but in this case, it's an unused node (876). Nodes without elements don't go through to the solution in CCX so delete it before solving.
CCX sometimes fails such large rotations at specific angles. You can work around it by altering the time step from 2 s to say 2.1 s and it seems to avoid whatever problem it got stuck on.
You can't have a time-dependent displacement on the same node as the time-dependent rotation. That's a limitation of Mecway. You also can't have constraints on the surface of node-surface coupling, which is a limitation of CCX.
A workaround is to e…
You're right, it doesn't have sufficient constraints.
Beware that the pinned support only pins one point even if you apply it to two nodes. If you want two pinned supports, either use two of them or 3 displacement constraints on two nodes.
There's…
If you're using large displacements, the line of action for the force from each screw might change as it bends, otherwise, for linear analysis, I think using the hole would be fine since you're interested in the behavior away from the hole.
The sup…
I see. This isn't really consistent with an original design decision to keep node numbers hidden as much as possible and only using consecutive numbers. While it's possible, the ordering would be messed up if you delete something from the middle and…
I don't quite understand. But I'm trying not to have node numbers exposed as much as possible.
You can change the node numbering of an element in Mesh tools -> Element properties, and there's Mesh tools -> Invert to swap to one other ordering…
It also works if you apply the force to the elements instead of their faces. I think the reason is that on faces, Mecway generates tiny moments due to numerical error and these might be what's breaking CCX.
It's supposed to work. This looks like a bug in CCX. It solves with CCX 2.16 but not 2.17-2.21 which have:
*ERROR in add_sm_st: coefficient should be 0
It solves OK with quadratic elements so maybe you can use that instead? Generally a good idea a…
Thanks @disla for that very comprehensive exploration of ADJUST. Especially ADJUST=NO. I didn't know interference fit won't work without that!
If I make this an input, would you say there's any value in allowing arbitrary distances or just ADJUST= …
@disla Good point. ADJUST is supposed to happen automatically for penetrating nodes which might explain why @JohnM's solution works.
Somehow I thought it was already using ADJUST in all cases. When it's not, are the contact springs initially under …
CCX has viscoplasticity but it's not in the Mecway GUI. You can probably use it by writing some cards by hand. See *VISCO and *CREEP in the CCX manual.
CCX also has other non-viscous material models. See *HYPERELASTIC and *HYPERFOAM.
You're right, line pressure doesn't include the bending moments so you have to refine the mesh for them to appear due to the forces on nodes along the span.
The same is true for pressure on shells.
Would you say this is an important omission?
This is bug that happens when there is:
- Contact that doesn't close anywhere and
- contact state field variable in the solution, or nothing in the solution so it automatically includes that.
A workaround is to add all the field variables you want …
The critical load is buckling factor times applied force.
You can adjust the mesh according to the mode shape and a scaling factor using Mesh tools -> Transfer displacements from solution.