Skip to content

Commit

Permalink
FEM: constraint transform beam hinged, add unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudhanshu-Dubey14 authored and berndhahnebach committed Jul 9, 2021
1 parent b32d16f commit 65f8482
Show file tree
Hide file tree
Showing 4 changed files with 3,844 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Fem/CMakeLists.txt
Expand Up @@ -272,6 +272,7 @@ SET(FemTestsCcx_SRCS
femtest/data/calculix/constraint_sectionprint.inp
femtest/data/calculix/constraint_selfweight_cantilever.inp
femtest/data/calculix/constraint_tie.inp
femtest/data/calculix/constraint_transform_beam_hinged.inp
femtest/data/calculix/constraint_transform_torque.inp
femtest/data/calculix/frequency_beamsimple.inp
femtest/data/calculix/material_multiple_bendingbeam_fiveboxes.inp
Expand Down
8 changes: 8 additions & 0 deletions src/Mod/Fem/femtest/app/test_solver_calculix.py
Expand Up @@ -178,6 +178,14 @@ def test_constraint_tie(
setup(self.document, "calculix")
self.input_file_writing_test(get_namefromdef("test_"))

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

# ********************************************************************************************
def test_constraint_transform_torque(
self
Expand Down

0 comments on commit 65f8482

Please sign in to comment.