Kristoffer Andersen
Kristoffer Andersen
It works without issues when I run `conda mambabuild .` ``` Source cache directory is: C:\Work\Miniforge3\envs\mamba-build\conda-bld\src_cache Found source in cache: code-aster_17.0.21.3_win_9da7ea830c.tar.gz Extracting download source tree in: C:\Work\Miniforge3\envs\mamba-build\conda-bld\code-aster_1718963599220\work ``` And when...
Yeah, it seems like it extracts all files. So if that's a possibility then that sounds great!
Hey @wolfv, I think I just ran into another one of these tar extraction with symlink on windows issues. ``` │ │ ╰─────────────────── (took 0 seconds) │ │ Downloaded file...
According to the reply I got [here](https://forum.code-aster.org/public/d/27609-reduced-integration-quas4hexs8/2) it seems I will have to modify the `AFFE_MODELE` param in my .comm files. >Hello Kristoffer, > >you decide whether you work with...
@stefano2734 Thanks for looking into this! Hm, that's interesting. So Calculix should in fact produce eigenmode results closer to the rest of the solvers (Abaqus, Code Aster and Sesam all...
Hey @stefano2734, I have finished converting Code Aster, and I have looked into your comment. I believe the differences in the results is simply due to the tests in ada-py...
Hey, I solved this in: https://github.com/Krande/adapy/pull/106 Now the table reflects that Calculix using reduced integration for QUAD elements is stiffer than QUAD elements using full integration. Also that when using...
My guess is that this might be a result of the different stiffness of the solid wedge element type (which calculix converts the tri-elements internally to). I have double-checked the...
Hey @stefano2734! Would you like me to add these beam elements for the Calculix ada-py FEM tests? If I recall correcly, the reason for not including these elements were because...
Right, and if I remember correctly there are a limited number of cross section types supported for calculix B31/B32 elements? (just pipe and box if I am not mistaken?) So...