CalculiX-Examples
CalculiX-Examples copied to clipboard
CalculiX examples by Prof. Martin Kraska from Brandenburg University of Applied Sciences. Excellent starting point to master parametric modelling with CGX and CCX.
In the example https://github.com/mkraska/CalculiX-Examples/tree/master/Drahtbiegen/Zug, file https://github.com/mkraska/CalculiX-Examples/blob/master/Drahtbiegen/Zug/expansion.fbd the second and the third hcpy png command produce different shades (second image is darker than on screen).
if the sampling points of a path plot happen to be outside the geometry, then these points are removed, no matter if they were based on line division or node...
In the example https://github.com/mkraska/CalculiX-Examples/tree/master/Linear/StressConc1#kinematic-coupling the output of the section moment is wrong. Possibly, this is related to the use of plane stress elements.
Request: Provide an option to suppress the automatic re-adjustment of the view when switching to interactive mode after reading command files.2 For an example, see issue #3 and compare the...
Perhaps a source for some new examples: https://www.autodesk.com/sites/default/files/file_downloads/Autodesk-Inventor-Nastran-2022-Verification-Manual.pdf or https://docs.plm.automation.siemens.com/data_services/resources/scnastran/2020_1/help/tdoc/en_US/pdf/verification.pdf or https://help-be.hexagonmi.com/bundle/MSC_Nastran_2021.2_Verification_Guide/raw/resource/enus/MSC_Nastran_2021.2_Verification_Guide.pdf?save_local=true and here autodesk Nastran files: https://help.autodesk.com/cloudhelp/ENU/123112/files/simulation_mechanical_accuracy_verification.html and here Autodesk verification files: https://help.autodesk.com/cloudhelp/ENU/123112/files/simulation_mechanical_accuracy_verification.html Autodesk 2023 offline help: https://help.autodesk.com/view/NINCAD/2023/ENU/?caas=caas/downloads/content/autodesk-inventor-nastran-2023-offline-help.html https://doc.comsol.com/5.5/doc/com.comsol.help.sme/StructuralMechanicsVerificationExamples.pdf...
From my point of view, a new script would be very useful, which would calculate the values of the parameters of build-in materials and from the MFront library (Chaboche, Yoshida)...
May I ask you to add the ability in param.py to load variables from a separate .txt file? like parameters.txt: ``` A=40 B=10 ``` par.cgx.fbd `pnt 10` `param.py par.cgx.fbd parameters.txt`
When using mortar contact, dat2txt.py writes also the contact energy and the number of contact elements to the txt file. Perhaps this is because of no setname in the header.
Hi, I tried to run the Contact/Shell0 case, but somehow when I run: python ./test.py under the case folder, it throws an error: OSError: Eigenvalues_1.txt not found. Note that I...