3.28.2. User Defined Modal Data Format (UDMF)

FE Modal data can be imported based on an ASCII file that has the *.udmf extension (UDMF file). The UDMF file must be accompanied by the corresponding UDFF, and must have nodal mass, master node, eigenvalue, and eigenvector information.

A UDMF file consists of a basic information block, node coordinate block, nodal mass block, master node block, eigenvalue block (frequency) and eigenvector block (mode shape). All commands and data should be comma-separated. Each block's data specifications are noted in table below.

Figure 3.178: Available commands and data for UDMF

Block CategoryIdentification CommandData Format
Basic information blockNoOfNodeTotal number of nodes (integer)
DOFperNode6 (integer), fixed
NoOfMasterNodeTotal number of master nodes (integer)
NoOfModeNumber of modes (integer)
Node coordinate blockNodeInf

NodeInf,

1stNode Id(integer), x-coordinate (real), y-coordinate (real), z-coordinate (real),

~

Nth Node Id(integer), x-coordinate (real), y-coordinate (real), z-coordinate (real),

Nodal mass blockNodeMass

NodeMass,

1stNode Id(integer), mass (real),

~

Nth Node Id(integer), mass (real),

Master node blockMasterNode

MasterNode,

1stMaster node Id(integer),

~

Nth Master node Id(integer),

Eigenvalue blockModeFreq

ModeFreq,

1, 1stmode frequency (real)

~

N, Nth mode frequency (real)

Eigenvector blockModeShape

ModeShape,

NoOfModeShape,1,

1stnode translational x-direction mode,

1stnode translational y-direction mode,

1stnode translational z-direction mode,

1stnode rotational x-direction mode,

1stnode rotational y-direction mode,

1stnode rotational z-direction mode,

~

Nth node translational x-direction mode,

Nth node translational y-direction mode,

Nth node translational z-direction mode,

Nth node rotational x-direction mode,

Nth node rotational y-direction mode,

Nth node rotational z-direction mode,

~

NoOfModeShape,N,

Nth mode shape vector

~


Figure 3.179: Example of UDMF

Example of UDMF

NoOfNode,20,

DOFperNode,6,

NoOfMasterNode,2,

NoOfMode,24,

NodeInf,

1,6,3,0,

~

16,3,0,0,

17,0,1.500000013,1.500000013,

18,8.999999613,1.500000013,1.500000013,

19,0,1.500000013,1.500000013,

20,8.999999613,1.500000013,1.500000013,

NodeMass,

1,5.2987500000011e-08,

~

16,5.2987500000011e-08,

17,0,

18,0,

19,0,

20,0,

MasterNode,

17,

18,

ModeFreq,

1,0,

~

24,416644.33955303,

ModeShape,

NoOfModeShape,1,

-522.9518387646,

-372.31861109964,

283.68603123414,

0,

0,

0,

~

NoOfModeShape,24,

-439.49400919414,

-167.9840536398,

-543.88913548453,

0,

0,

0,

~


Figure 3.180: Example of Imported UDMF

Example of Imported UDMF