Skip to content

Commit

Permalink
FEM: unit test, add simple calculix frequency example
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Jun 9, 2021
1 parent 5f45810 commit 09f441c
Show file tree
Hide file tree
Showing 4 changed files with 17,124 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Fem/CMakeLists.txt
Expand Up @@ -260,6 +260,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/frequency_beamsimple.inp
femtest/data/calculix/material_multiple_bendingbeam_fiveboxes.inp
femtest/data/calculix/material_multiple_bendingbeam_fivefaces.inp
femtest/data/calculix/material_multiple_tensionrod_twoboxes.inp
Expand Down
8 changes: 8 additions & 0 deletions src/Mod/Fem/femtest/app/test_solver_calculix.py
Expand Up @@ -170,6 +170,14 @@ def test_constraint_tie(
setup(self.document, "calculix")
self.input_file_writing_test(get_namefromdef("test_"))

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

# ********************************************************************************************
def test_material_multiple_bendingbeam_fiveboxes(
self
Expand Down

0 comments on commit 09f441c

Please sign in to comment.