František Löffelmann
František Löffelmann
I run it successfully on Linux Mint 19.3 Mate with FreeCAD 0.20.25065 (not the latest). My only idea is that it could be due to line separators of the python...
Hello, There are more ways, but clear way is through definition of multimaterial model in FreeCAD. Supposing you prepare the model in FreeCAD and use GUI as described in the...
I was wrong with the compound - it only groups shapes, so the mesh is not merged and flies away when loaded. This tutorial https://wiki.freecadweb.org/FEM_Shear_of_a_Composite_Block uses Part -> Split ->...
To view stresses, you can use different approaches: 1) Fill stress limits (all active inputs) in the GUI. When you import e.g. file000.vtk to the Paraview, you can display failure...
See the beso_config.py file. There is a parameter **continue_from** Originally it served to restart the optimization from a given iteration so you can use it as well. Create two meshes...
iterations_limit = "auto" does not take it into account, so you might prescribe some value.
I have implemented it to new branche. You can test it. If there will not be problems, I will merge it with the master branche. https://github.com/calculix/beso/compare/master...domain_initial_state The implementation is close...
It seems that CalucliX did touch the file000.inp, so there is no output file 000.dat. Can you check which files are in your working directory? Did you run the analysis...
if you open windows command line you can ran ccx.exe with path to the inp file as a parameter, e.g. "C:\Program Files\FreeCAD 0.20\bin\ccx.exe" C:\tmp\file000 Another way is to run it...
> i ran it with the freecad method and everything worked without error or any warnings. If it ran without errors (FreeCAD prints in the side panel _CalculiX done without...