Friday, December 5, 2008

Problems With Large XDB?

If you are constantly having to work with large models and larger output in XDB format, MSC Nastran has come out with a good solution. A common fatal message encoutered while writting out large size xdb files is UFM 6062(DBC). There are standard solutions available to avoid this fatal message. However, by including the following in NASTRAN SYSTEM CELL and FMS, I have been able to run models and output upto 40GB of xdb file:
  1. Insert in NASTRAN SYSTEM CELL - NASTRAN DBCFACT=4
  2. Insert in FMS - ASSIGN DBC='filename.xdb',RECL=32768,UNIT=40,DELETE
NASTRAN DBCFACT=4 is a new command introduced from MSC Nastran 2005 + versions. This command creates a new format of xdb file and supports the creation of virtually unlimited size of xdb.
Example Input:
$ Direct Text Input for Nastran System Cell Section
NASTRAN SYSTEM(151)=1
NASTRAN BUFFSIZE=65537
NASTRAN DBCFACT=4
$ Direct Text Input for File Management Section
ASSIGN DBC='nl_150bar.xdb',RECL=32768,UNIT=40,DELETE
$ Nonlinear Static Analysis, Database
SOL 106
$ Direct Text Input for Executive Control
CEND

3 comments:

Anonymous said...
This comment has been removed by a blog administrator.
Unknown said...

Can you please help.I have problem that I am working on.I am using PATRAN to submit the job to NASTRAN.It looks like NASTRAN solves the problem but my .f06 file reads as follows:
*** USER FATAL MESSAGE 1019 (OPNPFL) FORTRAN UNIT OPEN ERROR IOSTAT = 3, No error (errno=0) As for my .f04 file, its just empty.Also,when I try to read results, there is no xdb file created.Can you please help? Thank you.

Unknown said...

Hi...
I have been solving a continuuos subcase (14 subcases) Non linear analysis.
I am unable to see displacements in .xdb format. All others i can see but only displacements i am unable to plot
Why is this. Please help

Chetan