Femtet Help/Manual
 

Home / FAQ / Q14. I Want to Create a Model from Mesh Data

Q14. I Want to Create a Model from Mesh Data

A. Yes you can.

A Femtet-format model data can be created from the mesh data.

 

You can set the analysis conditions to the created model.

 


 


 

 

 

Model Data

 

The model data is created from the mesh data as below.

 

  • Body

    Only solid body and sheet body are supported. Wire body and vertex body are ignored.

 

  • Material

    Only material name and corresponding body information are created. Physical data is ignored.

 

  • Boundary condition

    Only boundary condition name and corresponding topology information are created. Physical dta is ignored.

 

 

 


Supported Mesh Data Format

 

The formats below are supported to create a model.

 

  • Nastran (file extensions are .nas, .bdf, and .dat)

 

  • Neutral (file extension is .new)

 

  • Femtet result file (file extension is .pdt)

  • The data used to create model from Nastran and Neutral formats are described in detail later in this page.

  • The details when creating model from a result file of Femtet are described later in this page.

Prepare a mesh file and create an analysis model as below.

 


Procedure

A Femtet-format model data can be created the from mesh data in the following way.

 

  1. Activate [Create body from mesh data]

    On the [Tools] tab
    , click [Create body from mesh data].

 

 

  1. [Open] dialog box will show up.

    Specify [Files of type] and select [File name] of the mesh file.

    Select [Analysis Space] and [Unit] according to the mesh file data.

    Click [Open] to start creating the model.

    • If .pdt is selected as [File of types], [Analysis Space] and [Unit] will be automatically set.

 

 


  1. The progress will be shown on the lower left of the Femtet window during the model creation.

    • To suspend model creation, press [ESC] button.

 

 

 


  1. A dialog box to save the file will show up when model creation is finished.

    When saving the file on this dialog box, [Save without History] is applied to reduce the project file size.

    Press [Yes] to start saving.

    • The project file size becomes large according to the size of the mesh file.

      [Save without History] reduces the size by deleting the unnecessary data.

    • [Save without History] can be activated from the drop-down list under the [File] tab as well.

 

 

 

 


  1. Save the project file by specifying file name.

    • It may take time if the file is saved for the first time.

      From the second time on, the saving will be faster as the unnecessary data was deleted.

 

 

 


  1. Once [Save without History] is completed, the title bar of the window is updated and the operations on the model are possible.

    • -Limited History on the title bar indicates that a file was saved in a reduced size without history.

 

 

 

 

 

 

 

 

 

Calculation Time

 

As the number of meshes increases, the time required to create a model increases.

The number of meshes and calculation time are listed below for your reference.

 

 

  • The figures in Notes are based on Femtet 64-bit version.
    CPU: Intel Xeon E2176G 3.70GHz Memory: 16GB

 

  • They will vary depending on Femtet version and the PC environment.

  • Compared to the 2D mesh data, the 3D mesh data will take longer time.

Example Title

Mesh Diagram

Notes

Example 10 of Stress Analysis

(Multi-Step Thermal Load Analysis for IC Soldering Process)

 

 

 

 

 

 

Analysis Space: 2D

 

The number of meshes: 3030

 

Simulation time: 25sec

 

Example 24 of Stress Analysis

(Stress Analysis of a Tool)

 

 

Analysis Space: 3D

 

The number of meshes: 2681

 

Simulation time: 2min 25sec

 

 

 

 

Supplementary: Model Creation from a Result File of Femtet


When creating a model from a Femtet result file (file extension is .pdt),

 

the supported analysis conditions are as follows.

 

  • Analysis space: 3D / 2D / Axisymmetric

 

  • Model unit: m / mm / μm

A model can be created from the deformed meshes as well.

  • The file extension of the deformed meshes is pdt. The file contains the mesh data after deformation in the stress analysis.
    The file is saved in the folder named [Project Name.Results], which is at the same location as the project file.

  • A model cannot be created if the deformed meshes contain square pyramid, triangular prism, or hexahedron.
    (With the usual pdt files, model creation is possible even though these elements are contained.)

 

 

 

 

Supplementary: Model Creation from Mesh Data in Nastran and Neutral Formats


When creating a model from the mesh data in Nastran and Neutral Formats,

 

the supported analysis conditions are as follows.

 

  • Analysis space: 3D and 2D (the axisymmetric analysis is not supported)

 

  • Model unit: m / mm / μm

 

 

See below for the details of the data.

 

File Format

Data Used

Nastran (.nas, .bdf, .dat)


 

Femtet uses BulkData section only.

All the other sections will be ignored.

 

 

Items which can be used in Femtet are as follows.

 

- GRID (Nodes)

- TEMP (Boundary condition) *Equivalent item to node temperature which is set in Nastran.

- SPC (Boundary condition) *Equivalent item to node constraint which is set in Nastran.

 

**Used only in 3D**

- CTETRA (Tetrahedron 4-node or 10-node elements)

- CPYRAM (5- or 13-node square pyramid elements)

- CPENTA (Triangular prism 6-node or 15-node elements)

- CHEXA (Hexahedron 8-node or 20-node elements)

- PSOLID (Shaping properties of solid elements)

 

**Used only in 2D**

- CTRIA3 (3-node triangular elements)

- CTRIA6 (6-node triangular elements)

- CQUAD4 (4-node rectangular elements)

- CQUAD8 (8-node rectangular elements)

- PSHELL (Shaping properties of shell elements)

 

 

    • Any other entries are not recognized by Femtet.
      The physical data of TEMP and SPC are ignored.

Neutral (.neu)

 

The data blocks below are used.

 

- ID 402 Properties (only Property ID is used)

- ID 403 Nodes (node information)

- ID 404 Elements (element information)

 

 

**Used only in 3D**

- Tetra4 (4-node tetrahedron elements)

- Tetra4 (10-node tetrahedron elements)

- Brick8 (8-node hexahedron elements)

- Brick20 (20-node hexahedron elements)

- Wedge6 (6-node triangular prism elements)

- Wedge15 (15-node triangular prism elements)

- Pyramid5 (5-node square pyramid elements)

- Pyramid13 (13-node square pyramid elements)

 

**Used only in 2D**

- Tri3 (3-node triangular elements)

- Tri6 (6-node triangular elements)

- Quad4 (4-node rectangular elements)

- Quad8 (8-node rectangular elements)

 

 

    • Any other entries are not recognized by Femtet.

 



- Nastran is a registered trademark of NASA.