-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- provide test case to show how it can be used.
- Loading branch information
1 parent
8b26fef
commit 40bb5ef
Showing
3 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
tests/reference-files/test_get_geometry_set_to_boundary_conditions.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
// ----------------------------------------------------------------------------- | ||
// This input file was created with MeshPy. | ||
// Copyright (c) 2018-2024 | ||
// Ivo Steinbrecher | ||
// Institute for Mathematics and Computer-Based Simulation | ||
// Universitaet der Bundeswehr Muenchen | ||
// https://www.unibw.de/imcs-en | ||
// ----------------------------------------------------------------------------- | ||
-----------------------------------------------------------------------MATERIALS | ||
MAT 1 MAT_BeamReissnerElastHyper YOUNG 1 POISSONRATIO 0.0 DENS 0.0 CROSSAREA 0.031415926535897934 SHEARCORR 1 MOMINPOL 0.00015707963267948968 MOMIN2 7.853981633974484e-05 MOMIN3 7.853981633974484e-05 | ||
---------------------------------------------------DESIGN LINE DIRICH CONDITIONS | ||
DLINE 1 | ||
E 1 - NUMDOF 9 ONOFF 1 1 1 0 0 0 0 0 0 VAL 0 0 0 0 0 0 0 0 0 FUNCT 0 0 0 0 0 0 0 0 0 | ||
-------------------------------------------------------------DLINE-NODE TOPOLOGY | ||
NODE 3 DLINE 1 | ||
NODE 4 DLINE 1 | ||
NODE 5 DLINE 1 | ||
NODE 6 DLINE 1 | ||
NODE 7 DLINE 1 | ||
NODE 8 DLINE 1 | ||
NODE 9 DLINE 1 | ||
---------------------------------------------------------------------NODE COORDS | ||
NODE 1 COORD 0 0 0 | ||
NODE 2 COORD 0.2 0 0 | ||
NODE 3 COORD 0.4 0 0 | ||
NODE 4 COORD 0.6 0 0 | ||
NODE 5 COORD 0.8 0 0 | ||
NODE 6 COORD 1 0 0 | ||
NODE 7 COORD 1.2 0 0 | ||
NODE 8 COORD 1.4 0 0 | ||
NODE 9 COORD 1.6 0 0 | ||
NODE 10 COORD 1.8 0 0 | ||
NODE 11 COORD 2 0 0 | ||
--------------------------------------------------------------STRUCTURE ELEMENTS | ||
1 BEAM3R HERM2LINE3 1 3 2 MAT 1 TRIADS 0 0 0 0 0 0 0 0 0 | ||
2 BEAM3R HERM2LINE3 3 5 4 MAT 1 TRIADS 0 0 0 0 0 0 0 0 0 | ||
3 BEAM3R HERM2LINE3 5 7 6 MAT 1 TRIADS 0 0 0 0 0 0 0 0 0 | ||
4 BEAM3R HERM2LINE3 7 9 8 MAT 1 TRIADS 0 0 0 0 0 0 0 0 0 | ||
5 BEAM3R HERM2LINE3 9 11 10 MAT 1 TRIADS 0 0 0 0 0 0 0 0 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters