We now run with the PaStiX ccx.exe available on the CalculiX discouse blog.
I typically see about 30-35% speedup over PARDISO.
I tried OPENBLAS_NUM=1 and 4, it seemed to run slower. I deleted and it ran the fastest.
I also noticed that OMP_NU…
Go to the Mecway YouTube channel, there are examples from SimCommons, 4P Ingenieria and VMH that demonstrate capability.
SimCommons examples all run in under 1000 nodes.
I will add to what Sergio said - if you do not have standard samples, use some version of the actual part (if available) and load in a similar fashion to the actual application.
For example, an O-ring would be loaded in compression, but an inflatab…
Gluing some "stiff" elements to the load point allows you to distribute the load from a single point. Think of it as a poor-man's rigid region constraint. Victor has added some features recently that may do this for you, but I still use this trick. …
I second Victor's comment about the displacement versus force. If you model a stiff "holder" where the load is currently applied, you might be able to use a single displacement, which is very handy for post-processing.
Convergence is very sensiti…
Those last few posts were a fun read, and good to see a happy ending. I can relate to the trials that we have to go through to make things work sometimes
For doing coefficient fitting with hyperelastic materials, I have found a neat (and free) piec…
I ran on ccx_pardiso_dynamic.exe using 6CPU
machine is 17-4790CPU @3.6GHz
24GB RAM
ran okay in under 2minutes.
https://drive.google.com/file/d/1TgP01C-XBwdcrqXgCE1HR51hhS4WcePh/view?usp=sharing
I use TetGen, it will create meshes from some brutally ugly surfaces, and also has some useful error checking. I believe this is the mesher used in LS-DYNA.
Victor has put a Lab in place at 13.1 that I am finding very useful.
Often we have a model "all set up" and then we want to look at the effect of tolerance or what impact a small modification might make. In these cases, try this:
1- Read in STL she…
Strange. I loaded the tutorial into Mecway, added the missing commands from the original inp file. If I run, Mecway will crash. But if I save the Mecway model as a CCX run file, and then submit directly to CCX, it works. (LEFT is ORIG CCX, RIGHT is …
I have had to reconcile things like the BOLTCALC program, or weld stress calculators, spring stresses, microprocessor junction temperatures. The issue is the same - there is a "handbook" approach and then the FEA result. In most cases I have found…
Here is a "kit" that should get anyone going with the batch trick.
The attached model is a simple contact test that expects a file called input.inp.
The model outputs a file called out.csv
Create a run.bat using the following inputs:
echo off
ech…
Set up a custom model input with *INCLUDE,file=input.inp.
Click the appropriate CCX "don't includes" to suppress your contact commands
Use Table to capture key outputs.
Include a "save model to" as well.
Create an input.inp that…
Modeling solid bolts is worth the effort. It's possible to model a fairly coarse solid bolt that behaves well.
Use the Library feature to keep pre-built bolt models handy. You can import, rotate, drag into position and stretch pretty easily. You …
You may find it worth your while to look at OpenFoam for fluids. It is open source and extremely powerful. Some useful links:
blueCape Windows-based version
http://joomla.bluecape.com.pt/index.php?option=com_content&task=view&id=95&It…
We use Mecway to perform basic fatigue analysis. The slide and notes attached shows the basic idea for high-cycle fatigue for typical engineering materials. I don't expect this to be the "lock" on how to do this, but it is a good start.
Our curren…
That's great. I have to admit this thread forced a conversation with Guido, and I wouldn't have known about the fix in 2.16, so good for everybody
You might check out the CCX command *INCLUDE. It allows you to point to a file as input (that in yo…
Models must have only volume elements, model and submodel must be same CCX version. If that's not the problem, I would try running in 2.10 or 2.11, to see if it's a new bug, other than that, it's time to submit to the Calculix forum.
see this thread
http://mecway.com/forum/discussion/750/propeller-hub/p1
The method I suggest (see 3rd-4th entry) is not the onlyway, but it is simple and works. I have upgraded to 2.16 and it works fine.