Dculp, you can do a mesh refinement based on a node directly, no need to touch the geometry. When you postprocess, select a node with high stress, and then in the contextual menu there is an option to create a mesh refinement in that specific positi…
That was the problem, I start with a modal analysis to check that all the parts of the assembly stay glued, and then change to dynamic response analysis... one hour solving and have finish without velocity results.
I use something similar, by means of the RIGID BODY card to atach the movil nodes to one pilot node, then apply the bc and ask the reactions forces to this single node.
Dave, the NODE PRINT cards by default gives you all the time increments and steps, there is a modifier to made every n increment.
About your problem, guess that you miss to attach the file.
Hi @DaveStupple, what I do normally in these cases is define a node set "MOVIL", on the upper surface of the movil part, then create a custom CCX card with
*NODE PRINT,NSET=MOVIL, TOTALS=ONLY
U,RF
CCX will create a separate .dat file with the data…
You could try to teach to you CAD team to design with FEA in mind, leaving small features as small radius, chamfers and holes to the end of the model, so is easy then to export a simplified model for FEA without need to further simplification or def…
Just to share my procedure, have worked months ago with roll cages made of tubes. The best way that I found was to model the assembly as wires in FreeCAD, using standard 2D sketchs for the tubes lying in a plane (most of them), and 3d curves (Dwires…
If your model is made by standard beam profiles, you should mesh in Salome in order to use hexa elements and keep the node/element count low, otherwise using automatic tet mesh and at least two element in thikness would lead to unsannely big mesh. C…
Hi Victor, related to this issue, could it be the solver log be saved within the liml file? Sometimes one want to know why it has failed or time to solve after the window has been closed.
Would be great to have this instruction (install Pardiso and configure multiprocessor) as a stikie post in the forum (very like the welcome post), lot of people ask for them.
Hi, maybe you could do the first point using the CCX solver and Cyclic Symmetry boundary condition (you model one slice and you have the result for the whole pizza), about stacking... that could be done on Paraview translating the CCX results to rme…
Have tried SharkCAD and ViaCAD years ago, they are not better than the Alibre basic package. These days have a project where I need to model tubular frames, did the first one with FreeCAD, and start to try Alibre, but they lack some basic feature as…
I add another, in the Stress Linearization feature, can be the SCL visible when is definied? Now is only visible the nodes, and the line appear when the stress linearization window is closed. Also, when the saved SCL is clicked on the model tree, wi…
That's the exactly procedure, normally you should mold standard samples (cilinders about 32 diam and 18 in heigh if I remember well) with your specific rubber, then you measure on a dinamometer the load deflection curve in compresion. After that you…
I just trying (suffering) FreeCAD also, but you can take a look at Alibre, they have a basic CAD package for about usd 120 that... has less features than FreeCAD but at least a civilizated interface. You can try also Onshape or Fusion360.
There is an option to launch Mecway from command line to solve a problem without opening the GUI. Anyway being able to it directly from the interface would be great, now for big problems take a lot of memory to show it plus to solve it. Look in the …