×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

SOL 200 Problem

SOL 200 Problem

SOL 200 Problem

(OP)
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

RE: SOL 200 Problem

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

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources