Files
create/src/Mod/Mesh/App/TestData/NASTRAN_Test_GRID_CTRIA3.bdf
Chris Hennes 0a4648101d [Mesh] Improve unit tests
Add a test for the CTRIA3 element, and add code to check the used nodes
and cancel the file load if they don't all exist.
2021-09-25 19:42:00 -05:00

24 lines
1.3 KiB
Plaintext

$-------------------------------------------------------------------------------
$ Nastran case control file
$ Part of the FreeCAD unit test system. Tests the CTRIA3 grid element.
$-------------------------------------------------------------------------------
$ Exec control section
$-------------------------------------------------------------------------------
ID TESTCASE,Nastran
APP DISP
SOL 1
TIME 20
CEND
$-------------------------------------------------------------------------------
$ Case control section
$-------------------------------------------------------------------------------
MAXLINES = 1000000
TITLE = TESTCASE
SUBTITLE = Test case for FreeCAD Mesh NASTRAN input
GRID 1 0.00E+000.00E+000.00E+00
GRID 2 0.00E+001.0000000.00E+00
GRID 3 1.00E+001.0000000.00E+00
CTRIA3 1 400 1 2 3
ENDDATA