Skip to content

Commit

Permalink
FEM: unit tests, add test for multibody analysis example
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudhanshu-Dubey14 authored and berndhahnebach committed Jul 10, 2020
1 parent 149f444 commit 1827439
Show file tree
Hide file tree
Showing 4 changed files with 29,231 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Fem/CMakeLists.txt
Expand Up @@ -241,6 +241,7 @@ SET(FemTestsCcx_SRCS
femtest/data/calculix/constraint_contact_solid_solid.inp
femtest/data/calculix/constraint_sectionprint.inp
femtest/data/calculix/constraint_tie.inp
femtest/data/calculix/material_multiple_bendingbeam_fiveboxes.inp
femtest/data/calculix/material_multiple.inp
femtest/data/calculix/material_nonlinear.inp
femtest/data/calculix/thermomech_bimetall.inp
Expand Down
8 changes: 8 additions & 0 deletions src/Mod/Fem/femtest/app/test_solver_calculix.py
Expand Up @@ -166,6 +166,14 @@ def test_constraint_tie(
setup(self.document, "calculix")
self.input_file_writing_test(get_namefromdef("test_"))

# ********************************************************************************************
def test_material_multiple_bendingbeam_fiveboxes(
self
):
from femexamples.material_multiple_bendingbeam_fiveboxes import setup
setup(self.document, "calculix")
self.input_file_writing_test(get_namefromdef("test_"))

# ********************************************************************************************
def test_material_multiple(
self
Expand Down

0 comments on commit 1827439

Please sign in to comment.