ERROR ID : 953
Hello fellow lost members of the community.
I was trying to figuring out what the probelm with my problem was. Actually id prepared a radioss file myself,
in the sense, that i have written the text .rad file. The problem is now, that if i want to run it wiht the radioss solver,
it stopps with following error :
ERROR ID : 953
** ERROR WHILE COUNTING PARAMETERS
DESCRIPTION :
UNEXPECTED END OF FILE
************************************************************************
* INPUT READING PROCESS
************************************************************************
ERROR ID : 100001
** ERROR IN INPUT FORMAT
DESCRIPTION :
-- BLOCK:
-- LINE:
Model file C:/xxx/xxxx_hm_9720_FULL not found
ERROR ID : 2000
** ERROR WHILE READING INPUT FILE
DESCRIPTION :
1 ERRORS FOUND
RADIOSS STOP DUE TO INPUT ERROR
------------------------------------------------------------------------------------------------------------------------
| ERROR(S) SUMMARY | WARNING(S) SUMMARY |
------------------------------------------------------------------------------------------------------------------------
| | |
| --- INTERNAL 3 ERROR(S) | |
| | | |
| | | |
| |--- 1 ERROR ID : 953 | |
| | ** ERROR WHILE %s PARAMETERS | |
| | | |
| |--- 1 ERROR ID : 2000 | |
| | ** ERROR WHILE READING INPUT FILE | |
| | | |
| |--- 1 ERROR ID : 100001 | |
| | ** ERROR IN INPUT FORMAT | |
| | | |
| | |
| | |
------------------------------------------------------------------------------------------------------------------------
no if i export the rad file, once i opened it up in hypermesh, the text file does look quite the same - and works.
Obviously there is an "missing" end, but i put it there, the file does just kind of not recognize the end of the file.
Could it be that it is an element, char that is consequently not detected by radioss, or anything in that direction?
Otherwise i feel the script would raise an input format error.
secondly, could the order in which the elements are placed in the radioss starter file play a role? i don't think so, since
every element is clearly separated with a backslash.
Any ideas how to resolve? i exported the starter-file manually from the hypermesh UI and it worked. Not really a difference
in the scripts tho...
grieetings, stay frustrated
Answers
-
You should be able to find the issue yourself by comparing your manual input vs the input corrected by HM?
'Counting parameters' sounds like it might be trying to read as fixed format, you might not have the /BEGIN card or #RADIOSS STARTER line?
If you can share your handwritten .rad file, I will find it for you!
0 -
Your were right!
It was too obvious that i could see it.
I compared the files already, and put
# RADIOSS STARTER
instead of
#RADIOSS STARTER
that was the mistake
thanks for your quick reply!
1 -
Great, glad you sorted it out
0