Hi @Hengre. I don't think there are any environment variables for the version of CCX that comes with Mecway. But if you downloaded a multithreaded one like with Pardiso or PastiX, there'll be something to set the number of threads. I'm not sure what…
Yes, Mecway always uses m,kg,s for both solvers. So this can restrict the range of values that work well. I know there are issues with nanometer scale meshes.
@dculp, that's certainly a problem of it not respecting maximum element size properly. I never knew it behaved like that. I see Gmsh seems to also but without the size grading, it's hard to be sure. I may just rename it to work around the problem.
…
Reaction forces are only present at the constraints and their colors are only shown on the corresponding beam end faces.
You can't really refine truss elements because that creates pin-joints at all the new nodes. A way to get a finer mesh is chang…
Not sure if that behavior would generalize well to other uses. But I see what you mean, that does make it a lot less convenient for projecting onto an infinite plane.
Oh, this is a bug. Thanks for finding it, I'll fix it in the next version.
The only workaround I can find is to restart Mecway. You can predict when it's about to happen when the target selection shows "0 nodes, faces or elements" instead of "0 fac…
@cwharpe, did you know that you can project a set of nodes onto a plane parallel to the 3 global planes by using Mesh tools -> Node coordinates? If you leave some components blank, they're not altered.
As for 3-point plane, I think it's almost a…
Not within Mecway. Though you could solve a static model as quasi-static with ramped loads and then the colors will correspond to the instantaneous values during the animation.
@cwharpe, no, sorry. I looked into that and couldn't work out anything.
You can make use of the order of selection to identify individual nodes/faces/elements, or put them in named selections.
I think you can still use centrifugal force with nonlinear dynamic response but I haven't tested it so it's disabled. Add the centrifugal force by changing analysis type to something else that does support it, like static, then change back again aft…
That's very clear. Thanks for bringing this up. It took me a while to understand and it's not something I realized was a problem before. Now I see the input box is extremely ambiguous or wrong. I'll see about adding a description of what those X, Y,…
I'm not sure then. Perhaps you're using multithreading and some environment variables for that are different in the cmd shell? I'm using the copy of ccx.exe that comes with Mecway which doesn't support multithreading.
For me, H10a.liml with the com…
Oh dear, that failure with the geometry preview is terrible! I'm not sure what's wrong and can't find a workaround yet but I'll fix it for the next release. Sorry for such a frustrating experience.
I'm not seeing any speed difference between comman…
Fantastic writeup and pictures! If it's not too late, I encourage you to run it through the latest version (16) because the shell elements are upgraded to a much more accurate formulation, especially on curved structures like this.
To avoid decomposing the vector, you could use frictionless supports like this. It's not exactly the same since it also adds some rotational constraints though.
"¿why it works when it is imposed only in one cartesian coordinate without showing let’s call it free rigid body motion"
It's some undefined behavior of the matrix solver when its underconstrained. There are no guarantees about what happens to the …
Yes, suppressed should be "acts like it's been deleted" but here's a place where it does have some side effect. It's not ideal and perhaps I'll change it but it doesn't affect the solution so I think it's harmless. Only a problem for hacking the CCX…
You can do that here too, but it's easier because there's no transformation. See attachment. It's not over-constrained because each of the 3 displacement constraints only constrains the displacement in one direction. The 3 together fully constrain t…
Oh, I see what you mean now about "if I eliminate the Orientation card in the three my custom model fails". That's because the custom CCX cards refer to an ELSET (element_orientation_elements) that the orientation card creates.
I guess it's surpris…
You can do this without any custom CCX cards. I've attached an example to displace the end of the beam 1mm in the longitudinal direction only.
Nonetheless, the following change to your file works for me. It displaces the node in the (-1,1,0) direct…