hexagon logo

How do I enable HDF5 output in Marc?

How do I enable HDF5 output in Marc? Is there a Patran hook that I'm missing? If I have to edit the .dat (either directly or via Patran) can you give me an example? It's just not clear from the docs how to use HDFPOST and/or HDFOUT in the input file.
 
I'm familiar with the NASTRAN input file structure so the MARC structure is unfamiliar to me right now.
Parents
  • HDFPOST and HDFOUT are supported in Mentat but not in Patran. Here is a sample input:
     
    hdfpost           1
         1     1
    nodal        displ            0     0
    nodal        reacforce          0     0
    element       stress            0     0     0     0
    element       strain            0     0     0     0
    hdfout            1
Reply
  • HDFPOST and HDFOUT are supported in Mentat but not in Patran. Here is a sample input:
     
    hdfpost           1
         1     1
    nodal        displ            0     0
    nodal        reacforce          0     0
    element       stress            0     0     0     0
    element       strain            0     0     0     0
    hdfout            1
Children
No Data