Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SOL 200 Problem

Status
Not open for further replies.

Fite

Mechanical
May 29, 2015
6
0
0
DE
Hello all,

running the script below, I'll get the user fatal messages:

*** USER FATAL MESSAGE 316 (IFPDRV)
ILLEGAL DATA ON BULK DATA ENTRY DRESP1
DRESP1 1 FRMASS FRMASS
*** USER FATAL MESSAGE 316 (IFPDRV)
ILLEGAL DATA ON BULK DATA ENTRY DRESP1
DRESP1 2 COMPLI COMP
*** USER FATAL MESSAGE 307 (IFPDRV)
ILLEGAL NAME FOR BULK DATA ENTRY TOPVAR

Does anyone know, how to correctly implement TOPVAR and DRESP1 into the script?

Kind regards
Fite


TIME 3.15E7
SOL 200
CEND
TITLE= Opt
SUBTITLE = Opt
$
SPC = 1
DISPLACEMENT = ALL
STRESS = ALL
$
SUBCASE 1
TITLE = G
SUBTITLE = G
LOAD = 1
ANALYSIS = STATICS
DESGLB = 1
DESOBJ (MIN )=2
$
$ 1 2 3 4 5 6 7 8 9
$
$
BEGIN BULK
PARAM,POST,-1
PARAM, NASPRT, 1
PARAM, DESPCH, 1
$ Includes
INCLUDE '/home/philkir/pers/test/Resbd/Resonanzboden.fif' $ GRIDS and ELEMENTS
INCLUDE '/home/philkir/pers/test/Resbd/Resonanzboden_Prop.fif' $ PROPERTIES
INCLUDE '/home/philkir/pers/test/Resbd/mat.fif' $ MATERIALS
$
$ Gravity
GRAV 1 9810. -1. 0. 0. -1
$ Fix
SPC1 1 123456 1079 1135 1191 37 93 149
+ 205 261 317 373 429 485 541 596
+ 651
$
TOPVAR 1 PSOLID 0.4 1001
$
DRESP1 1 FRMASS
$ Mass_Constraint
DCONSTR 1 1 0.4
$
DRESP1 2 COMP
$
DOPTPRM DESMAX 40P2 0P1 1
$
ENDDATA
 
Replies continue below

Recommended for you

The USER FATAL MESSAGES are indicating that your version of nastran does not recognize and support the entries.

For DRESP1, it is saying that the RTYPES: FRMASS and COMP are not recognized and supported.

In regards to TOPVAR, your version of nastran does not recognize TOPVAR as a bulk data entry.

What version of nastran are you using? NX or MSC Nastran? What version/year are you using?

If you are using NX Nastran, FRMASS, COMP and TOPVAR are not supported.

If you are using MSC Nastran, you might be using an outdated version. In that case, you should upgrade to a new version that does supported those entries.

Feel free to email me if you have another nastran sol 200 question. e: christian.aparicio.2000 @gmail.com
 
Status
Not open for further replies.
Back
Top