🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

PARAM W3 is not found in Nastran profile

User: "Teeratat"
Altair Community Member
Updated by Teeratat

Hi guys, I am using HM in NX Nastran profile.

 

I am working in Sol 109.

 

I would like to define PARAM W3, but the PARAM W3 is not found in PARAM control cards.

 

001.JPG.a52835c6bafca145dd35db911268929d.JPG

 

So I try to add it in dat file manually. It is not working.

 

Please advise.

 

Thank you in advance.

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "tinh"
    Altair Community Member
    Updated by tinh

    Hi Teeratat,

    just simply set unsupported_param = 1 and enter param W3,

    you can also add other params

    Capture.PNG.dd3a63b46893a61c8107236618fccb20.PNG

    User: "Teeratat"
    Altair Community Member
    OP
    Updated by Teeratat

    Hi Teeratat,

    just simply set unsupported_param = 1 and enter param W3,

    you can also add other params

    <?xml version="1.0" encoding="UTF-8"?>Capture.PNG.dd3a63b46893a61c8107236618fccb20.PNG

     

     

    It is not working. There is no op2 and the error is shown in f06 file.

     

    001.JPG.b271004a9bf905f409f8ea25fdb29bde.JPG

     

     *** USER FATAL MESSAGE 6011 (IFPCCP)
         THE NDDL DEFAULT TYPE OF PARAMETER W3       DIFFERS FROM THE TYPE DETERMINED FROM PARAM CARD DEFINITION.
         USER INFORMATION: NDDL TYPE IS S.P. REAL. PARAM TYPE IS INTEGER.
     ^^^ USER   FATAL   MESSAGE 9002 (IFPS)  
     ^^^ ERROR(S) ENCOUNTERED IN THE    MAIN BULK DATA SECTION   
     ^^^ SEE MESSAGES ABOVE. ERROR ENCOUNTERED IN MODULE    IFP,                                     
    1                                                                             APRIL  20, 2018  NX NASTRAN  5/ 1/14   PAGE    25
                                                                                                                                        
    0                                                                                                                                   
    0                                                                                                                                   
                                                                                                                                        
                                                                                                                                        
     *** USER INFORMATION MESSAGE 4425 (PRTPRN)
         ONE OR MORE FATAL ERRORS HAVE OCCURRED.  THERE MAY BE MORE ERROR MESSAGES IN THE PRECEDING OUTPUT

     

     

    User: "tinh"
    Altair Community Member
    Updated by tinh

    Hey Teeratat,

    Do you really understand meaning of the message?

    I think you have to input value for W3 as '300.0' but not '300'

     

    USER INFORMATION: NDDL TYPE IS S.P. REAL. PARAM TYPE IS INTEGER.

    User: "Teeratat"
    Altair Community Member
    OP
    Updated by Teeratat

    Hey Teeratat,

    Do you really understand meaning of the message?

    I think you have to input value for W3 as '300.0' but not '300'

     

    USER INFORMATION: NDDL TYPE IS S.P. REAL. PARAM TYPE IS INTEGER.

     

    I had tried to use 300.0, it worked!

     

    Very thank for you answer.