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.
24 lines
1.3 KiB
Plaintext
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
|