When I suggested node-surface contact, I meant just using that to make the surface rigid, not to connect it to anything - you can use one of the surface nodes or some other unused node as the reference node.
If you really don't want to mesh the fla…
No, sorry. I'm not sure it would be safe to do that automatically since Mecway doesn't know how much of the contact area will actually be connected before solving.
If you could use the internal solver, you might make point connections with line2 fi…
No. You have to use a mesh of the surface. But it can be a single solid element if it's rigid. You can make it rigid with node-surface coupling or use high Young's modulus.
It sounds like a poor quality mesh but such elements are supposed to be indicated with a red "X" visible in wireframe view. Do they show that? If not, could you please send me the file to investigate why they're not being detected?
You can make these settings in Analysis settings:
Analysis type: Buckling
Modes: 3 or whatever
Shift point: 1 seems to be OK. It should be lower than the lowest buckling factor but not too many orders of magnitude lower or the error increases.
Bewa…
Mesh the plate and use contact with the CCX solver and Nonlinear Static 3D.
If the plate is effectively rigid, you can use a very coarse mesh, like one huge element.
Just a guess but your 3rd picture looks like it might be a symmetry boundary. Be aware that symmetry for DC current flow is the default when no boundary conditions are applied so maybe you can remove something from there??
That happens when other constraints share the bonded contact's slave nodes. Those could be fixed electric potentials or other bonded contacts. A workaround is to extrude a thin layer from some surfaces and exclude the thin edge of that from one of t…
There isn't a way to create a von Mises stress with the proper calculated values through a script without solving it again.
You can add the Zienkiewicz-Zhu von Mises stress item to the outline tree with wrong values using
solution.set_variable("zz…
@German It's according to
Three-Dimensional Static and Dynamic Analysis of Structures A Physical Approach With Emphasis on Earthquake Engineering, 3rd edition, by Edward L. Wilson, Chapter 6. Incompatible elements.
Not really. CalculiX has a 1-DOF spring (SPRING1 element) which you could define manually but that's probably even less convenient.
You can create line elements by extruding from nodes, and could generate all 8 isolators together with 2 extrude ope…
Not picking nodes in Mecway is because the OpenRadioss stresses/etc. are only on elements, not nodes. I intend to apply node averaging in Mecway so it has both.
I'm not able to reproduce this problem with a 262000 element model. Perhaps you could send it to me privately?
That error message is supposed to show if you modify the node numbers near the top of the form to something that's invalid, like a non-ex…
Other than Gmsh/Salome as Sergio suggested, since it's just a prismatic extrusion, you can do a surface mesh, delete all but one end surface, then extrude to a solid in Mecway. That will give you a hex-dominant mesh that's structured in one directio…
@Fatmac Thanks for that Altair Study Guide. It's easier to read than the user guide and more helpful about recommended element options.
The fixed format does take getting used to. But there's also a lot of consistency so it gets easier.
Here's an …
Hello Bruce
The tube mesh you showed is likely too coarse being made from tet elements (automesher). Other ways to mesh it that will probably give better results and/or fewer nodes are:
- Make a surface mesh then delete all except the inner or out…
Previous versions would all co-exist by default but now (26+), it automatically uninstalls the old one (25+) retaining its settings and file associations.
You can copy 25 to somewhere else before installing 26.
You can do but I'd put them somewhere else then set their location as in your picture. If you change anything in the installation folder, it can get messy if you uninstall or update.
Yes. You can do this:
1. Select the surface faces
2. Create a new node-surface coupling. The surface will automatically be assigned.
3. Select the reference node.
4. Edit the node-surface coupling. The selected node will be automatically assigned to…
Here's a fixed one. The change is an added parameter for the C compiler to ignore errors. Thanks for discovering this problem.
https://mecway.com/download/ccx_win64_mkl_pardiso_source_2.21_2.zip
It looks like gcc 14.1 (released this year) breaks it by turning two warnings into errors: (-Werror=implicit-function-declaration and -Werror=implicit-int). I'm trying to find out how to force it to use gcc 13.3 or I might need to patch the code
I'm getting the same problem. Still got to work it out but I suspect an update to gcc might have broken compatibility and needs some option to revert to the old behavior. This has happened before with gfortran and suddenly people everywhere couldn't…
My favorite way is compiling it with Mecway/ccx/ccx_win64_mkl_pardiso_source_2.21.zip which has a 5 step instruction procedure in it.
Or you can:
1) download version 2.22 from dhondt.de
2) Install Intel OneAPI MKL
3) Copy everything from [...]/Int…