Femap 11.1 Whats New and Roadmap - Siemens PLM … · What you will learn FEMAP capabilities...

61
Unrestricted © Siemens AG 2013 All rights reserved. Mark A. Sherman Director, FEMAP Product Development What's New in FEMAP and the FEMAP Roadmap

Transcript of Femap 11.1 Whats New and Roadmap - Siemens PLM … · What you will learn FEMAP capabilities...

Unrestricted © Siemens AG 2013 All rights reserved.

Mark A. Sherman – Director, FEMAP Product Development

What's New in FEMAP and the FEMAP Roadmap

Unrestricted © Siemens AG 2013 All rights reserved.

Page 2 Siemens PLM Software

Who am I?

What you will learn

FEMAP capabilities

Demonstrations

Benefits of this topic

How to learn more

Agenda

<Presentation title>

Unrestricted © Siemens AG 2013 All rights reserved.

Page 3 Siemens PLM Software

OpenGL has changed since

OpenGL 1.1

• Graphics hardware for OpenGL 1.1

• Vertex Transformation (dynamic rotation)

• Pixilation – determine which pixels are drawn for a

primitive

• Hardware has changed

• Graphics hardware is massively parallel

NVIDIA K5000 has 1536 cores

• Graphics hardware has much more memory

NVIDIA 6000 has 6GB

• OpenGL has followed

• Allocate buffer objects (memory on graphics hardware)

• Use programmable shaders to tailor graphics capabilities

Unrestricted © Siemens AG 2013 All rights reserved.

Page 4 Siemens PLM Software

FEMAP Graphics Architecture v11.0

• FEMAP v11 includes support for Vertex Buffer Objects (VBOs)

• Require at least OpenGL 2.1

• Only need OpenGL 1.1 if VBOs not used

• VBOs enable vertex data to be stored on the graphics card

• Vertex data is location, normal and texture

• Drastically reduces data transfer per frame

• Limited by graphics memory

• More graphics memory means more performance

• Up to an order of magnitude performance improvement

• Dynamic rotation of large models

Unrestricted © Siemens AG 2013 All rights reserved.

Page 5 Siemens PLM Software

FEMAP Graphics Architecture Progress

Model Description Performance Improvement

1600 solids – each solid is a 100x1x1 brick

with the four long edges filleted to .1 radius

Model 1 in 10.3.1/64 with no vertex arrays

440ms, in dev 64 release 50ms (8.8 times

faster)

1600 solids – each solid is a sphere of

radius 1

Model 2 in 10.3.1/64 with no vertex arrays

1213ms, in dev 64 release 270ms (4.5 times

faster)

640,000 quad4 elements Model 3 in 10.3.1/64 with no vertex arrays

427ms, in dev 64 release 408ms but with VBO

on, 64ms (6.3 times faster) and uses about

151MB of graphics memory

1,919,488 tetra10s – 16 solids of

100x100x1 block – each block has

119,968 elements

Model 4 in 10.3.1/64 with no vertex arrays

746ms, in dev 64 release 750ms but with VBO

on, 130ms (5.7 times faster) and uses about

252MB of graphics memory

*AMD v3900 card

Unrestricted © Siemens AG 2013 All rights reserved.

Page 6 Siemens PLM Software

FEMAP Graphics Architecture Progress

Limits of Performance on Dell Precision

Mobile Workstation

• I7-2860QM – 2.5 GHz

• 16 GB RAM

• nVidia M2000 – 2GB RAM Graphics

Multiple Copies of the Boeing ISS

Laboratory Module

4.5M Nodes and Elements

Dynamic Rotation Performance ~8x faster,

v10.3 to v11 w/VBOs

Unrestricted © Siemens AG 2013 All rights reserved.

Page 7 Siemens PLM Software

FEMAP Graphics Architecture Future (v11.1)

• Single copy of graphics entity data within a model

• Used to have a copy per view of model

• Significant <Ctrl-G> improvement as raw data already in

memory

• Dynamic rotation better than original not quite as good as VBO

• But can handle much larger models

• Phased introduction

• First release accelerates solids and plates

• Deformation, Animation

• Contour, Criteria

Unrestricted © Siemens AG 2013 All rights reserved.

Page 8 Siemens PLM Software

FEMAP Graphics Architecture Future (v11.1)

• Uses Geometry Shader functionality that requires OpenGL 4.1

• Moves facet generation from CPU to GPU

• Dramatic reduction in volume of data required

• Shader uses same data for filled faces or edges

• State changes done in GPU on the fly

• Such as shrink, plate thickness

• Deformation – faster animation generation

• Contour only faces with results – good for contact

• Contouring done in fragment shader

• Better quality near min and max contour values

• Better quality interior interpolation

Unrestricted © Siemens AG 2013 All rights reserved.

Page 9 Siemens PLM Software

FEMAP Graphics Architecture Future

V11.1 – OpenGL 4.0/4.1 Graphics

Takes advantage of Parallel GPU Processors, some graphics

cards now have 448 processors, in FEMAP v10.1/11.0,

FEMAP controlled processor utilization, now the graphics

driver optimizes parallel processor usage.

Not only are OpenGL 4.x graphics faster, they use

significantly less graphics memory –

Consider a block meshed with 34584 elements and 50975

nodes.

OpenGL 1.0 data requirement is 46x34584 = 1,590,864 floats

OpenGL 2.0 data requirement is 292x34584 = 10,098,528

floats

OpenGL 4.0 data requirement is (3x50975)+(10x34584)

= 498,765 floats

v10.3 v11.0 v11.1

Graphics Memory

Memory

Unrestricted © Siemens AG 2013 All rights reserved.

Page 10 Siemens PLM Software

Real Usage Performance

Test of normal FEMAP Modeling Operations –

• Display Full Model from Group –

• Autoscale

1.1 M 2.3 M 3.4 M 4.5 M 5.7 M 6.8 M 7.9 M

Grp

hic

s P

rocessin

g T

ime

Model Size

v10.3.1

v11.0.1

v11.1.0

Unrestricted © Siemens AG 2013 All rights reserved.

Page 11 Siemens PLM Software

Geometric Modeling – Non-Manifold Add

Non-Manifold Boolean Add

• FEMAP v10.3.1 and

Previous – Parasolid had

no tolerant modeling

functionality for non-

manifold body, everything

worked at 1.0E-6 Precision

• V11.0.x add some Edge

Precision modifications, but

not full tolerant modeling

Unrestricted © Siemens AG 2013 All rights reserved.

Page 12 Siemens PLM Software

Geometric Modeling – Non-Manifold Add

Non-Manifold Boolean Add

• In close cooperation with

the Parasolid Team,

identified use cases, test

data, and functionality for

tolerant Non-Manifold

Boolean Add

• Now works similar to

Parasolid “Stitching” or

“Sewing”, bringing edges

and vertices together

Unrestricted © Siemens AG 2013 All rights reserved.

Page 13 Siemens PLM Software

Geometric Modeling – Non-Manifold Add

Non-Manifold Boolean Add

• Overlapping

• Offset

• Gap

Unrestricted © Siemens AG 2013 All rights reserved.

Page 14 Siemens PLM Software

Geometric Modeling

Sweep Surfaces Into Solids – Geometry, Solid, Sweep

Unrestricted © Siemens AG 2013 All rights reserved.

Page 15 Siemens PLM Software

Geometric Modeling – Surface From Mesh

• Special Case Coding for Ruled Surfaces

• More robust

Unrestricted © Siemens AG 2013 All rights reserved.

Page 16 Siemens PLM Software

Geometric Modeling – Solid Between Surfaces

Creates a new Solid, swept

between two user selected faces,

twist controlled by the user

selecting a anchor point on each

surface -

Unrestricted © Siemens AG 2013 All rights reserved.

Page 17 Siemens PLM Software

Geometric Modeling – Solid Between Surfaces

Blend Factor, similar to FEMAP’s Blend Spline has a factor to control its shape

– 0.5,1.0, 1.5

Unrestricted © Siemens AG 2013 All rights reserved.

Page 18 Siemens PLM Software

Geometric Modeling – Solid Between Surfaces

Unrestricted © Siemens AG 2013 All rights reserved.

Page 19 Siemens PLM Software

FEMAP v11.1 - Geometric Modeling – IGES Export

116,0.01905003810008,0.23653797307595,0.00793751587503; 1255P 628

308,0,7HDEFAULT,1,1255; 1257P 629

408,1257,0.,0.,0.,1.; 1259P 630

110,0.,0.23177546355093,0.00635001270003,0.,0.28257556515113, 1261P 631

0.00635001270003; 1261P 632

308,0,7HDEFAULT,1,1261; 1263P 633

408,1263,0.,0.,0.,1.; 1265P 634

110,-0.0254000508001,0.25717551435103,0.00635001270003, 1267P 635

0.0254000508001,0.25717551435103,0.00635001270003; 1267P 636

308,0,7HDEFAULT,1,1267; 1269P 637

408,1269,0.,0.,0.,1.; 1271P 638

124,-1.,-0.00000000000001,0.,-0.01746253492507,0.,0.,-1., 1273P 639

0.27940055880112,0.00000000000001,-1.,0.,0.00793751587503; 1273P 640

100,0.,0.,0.,0.00158750317501,0.,-0.,0.00158750317501; 1275P 641

308,0,7HDEFAULT,1,1275; 1277P 642

408,1277,0.,0.,0.,1.; 1279P 643

126,13,3,0,0,1,0,0.,0.,0.,0.,0.125,0.125,0.25,0.25,0.375,0.375, 1281P 644

0.5,0.5,0.75,0.75,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1., 1281P 645

1.,1.,1.,-0.01746253492507,0.23495046990094,0.11271272542545, 1281P 646

-0.01765373537375,0.23495046990094,0.11271272542545, 1281P 647

-0.01783022130207,0.23498580466822,0.11263322219907, 1281P 648

-0.01811825230885,0.23508395458128,0.11241238489468, 1281P 649

-0.01823405440875,0.23514546677531,0.11227398245812, 1281P 650

-0.01843168889108,0.23527537077965,0.11198169844834, 1281P 651

-0.01851354274338,0.23534441689078,0.11182634469832, 1281P 652

-0.01865513132483,0.23548587734675,0.11150805867237, 1281P 653

-0.01871469598581,0.23555841976443,0.1113448382326, 1281P 654

-0.01886827687589,0.23577881594684,0.11084894682217, 1281P 655

-0.01893760203569,0.23592937735218,0.11051018366017, 1281P 656

-0.01902870993318,0.23623253105108,0.10982808783763, 1281P 657

-0.01905003810008,0.23638528750077,0.10948438582583, 1281P 658

-0.01905003810008,0.23653797307595,0.10914084328169,0.,1.; 1281P 659

308,0,7HDEFAULT,1,1281; 1283P 660

408,1283,0.,0.,0.,1.; 1285P 661

Optionally export FEMAP

Points and Curves to IGES

Type 116 – Points

Type 100 – Circular Arc

Type 110 – Line

Type 126 – B-Spline

Unrestricted © Siemens AG 2013 All rights reserved.

Page 20 Siemens PLM Software

Geometric Modeling – Non-Manifold Add

Non-Manifold Boolean Add Details

• Algorithm Starts with First body, and adds the

next closest body one at a time

• Tolerance – Similar to Stitch/Sew

• Incremental Checking – After each step,

checks to see if the resulting Parasolid body

is ok, if not, rolls back and skips that solid.

Depends on the quality of the geometry,

on this ship model, not required. On

others, it is. It’s slower with the check,

use it the first time, you’ll know if you

need it in subsequent models.

Unrestricted © Siemens AG 2013 All rights reserved.

Page 21 Siemens PLM Software

Geometric Modeling – Non-Manifold Add

Non-Manifold Boolean Add

Example

• 1119 Surfaces

• Recommend that the selection

be broke up into sections for

larger models

• FEMAP highlights Free Edges

so you know what got

connected

Unrestricted © Siemens AG 2013 All rights reserved.

Page 22 Siemens PLM Software

Geometric Modeling – Non-Manifold Add

• Guaranteed mesh continuity

• Can now using Meshing

Toolbox to create the best

mesh possible

Unrestricted © Siemens AG 2013 All rights reserved.

Page 23 Siemens PLM Software

FEMAP v11 – Attached Results

Attached Results

• No effective limit for number of attached results files

(99,999,999)

• 100% coexistence for Internal or Attached results, i.e. Output

Processing across any type, or any number

• Attached results can be internalized, including a subset

• File Size/Date update detection

Unrestricted © Siemens AG 2013 All rights reserved.

Page 24 Siemens PLM Software

Internalized vs. Attached Results

Model

Information,

Nodes,

Elements,

Materials,

Properties,

Loads, etc.

NX Nastran

Results File

(.op2)

File – Import –

Analysis Results

Model

Information,

Nodes,

Elements,

Materials,

Properties,

Loads, etc.

NX Nastran

Results File

(.op2)

Unrestricted © Siemens AG 2013 All rights reserved.

Page 25 Siemens PLM Software

FEMAP v11.1 – Attach Results

Expanded to include .XDB files

• Support attaching to NX and

MSC XDB

• Code all native to FEMAP

• No external API/libraries

necessary

• No FORTRAN

• Greatly benefits former

PATRAN customers with

existing XDB results data and

those transitioning from

PATRAN to FEMAP

Unrestricted © Siemens AG 2013 All rights reserved.

Page 26 Siemens PLM Software

FEMAP v11.1 – Attach Results

MSC Nastran -

Support HK (original) and Binary Tree ( MSC 2005 and later ) storage methods.

Method selected with DBCFACT on NASTRAN command

• 0 - no multi-key format (default) - This produces the original format XDB file

used by MSC and NX

• 2 - auto-select multi-key format - Data blocks possible in both formats

• 4 - multi-key format - Data Blocks are always written using the new Binary

Tree method.

All three options are supported.

Unrestricted © Siemens AG 2013 All rights reserved.

Page 27 Siemens PLM Software

FEMAP v11.1 – Attach Results

Limitations –

• Superelements are not supported

• 1 NASTRAN Database per XDB supported

• Design Optimization not yet supported

Unrestricted © Siemens AG 2013 All rights reserved.

Page 28 Siemens PLM Software

FEMAP v11.1 – Attach Results – XDB Datablocks

/* Control */

EQEXINE

EQEXING

SOLVE

PRODUCT

PROJECT

SUBCASES

SUBCASE

TOL

FOL

MODE

NLLF

SHAPE

/* NODAL */

DISPR

DISPMP

DISPRI

VELOR

ACCER

ACCEMP

ACCERI

LOADR

SPCFR

MPCFR

MPCFMP

MPCFRI

SPCFMP

SPCFRI

VELOMP

VELORI

LOADMP

LOADRI

GPFP

GPFV

/* Thermal */

THERR

ENTHR

ENRCR

TEMP

HTFLR

HTFFR

/* Element */

SQD4R

SQD4MP;

SQD4RI;

STR3R

STR3MP;

STR3RI;

STR6R

STRRR

STX6R

STETR

SHEXR

SPENR

SRODR

STUBR

SCONR

SQD8R

SQDRR

SQD4XR;

SSHRR

SBEMR

SBARR

SBRXR

SBENR

SBSHR

SELSR

SBEMMP

SBEMRI

SBENMP

SBENRI

SBSHMP

SBSHRI

SCONMP

SCONRI

SELSMP

SELSRI

SHEXMP

SHEXRI

SPENRI

SPENMP

SQD4XMP

SQD4XRI

SQD8MP

SQD8RI

SQDRMP

SQDRRI

SRODMP

SRODRI

SSHRMP

SSHRRI

STETMP

STETRI

STR6MP

STR6RI

STRRMP

STRRRI

STUBMP

STUBRI

STX6MP

STX6RI

Unrestricted © Siemens AG 2013 All rights reserved.

Page 29 Siemens PLM Software

FEMAP v11.1 – Attach Results – XDB Datablocks

/* Strains */

EQD4R

EQD4MP

EQD4RI

ETR3R

ETR3MP

ETR3RI

ETR6R

ETRRR

EBARR

EBRXR

EBEMR

EHEXR

ETETR

EPENR

ESHRR

EBSHR

ERODR

ETUBR

ECONR

EQD8R

EQD4XR

EBENR

/*Elemental Forces*/

FBRXR

FBARR

FRODR

FTUBR

FCONR

FBEMR

FBSHR

FBENR

FQD4R

FTR3R

FQD8R

FQDRR

FTRRR

FTR6R

FQD4XR

FSHRR

FGAPR

FELSR

FDMPR

FBARMP

FBARRI

FRODMP

FRODRI

FTUBMP

FTUBRI

FCONMP

FCONRI

FBEMMP

FBEMRI

FSHRMP

FSHRRI

FELSMP

FELSRI

FDMPMP

FDMPRI

FQD4MP

FQD4RI

FTR3MP

FTR3RI

FBSHMP

FBSHRI

FQD8MP

FQD8RI

FQDRMP

FQDRRI

FQD4XMP

FQD4XRI

FBENMP

FBENRI

FTRRMP

FTRRRI

FTR6MP

FTR6RI

EQD4MP

EQD4RI

ETR3MP

ETR3RI

ETR6MP

ETR6RI

ETRRMP

ETRRRI

ETETMP

ETETRI

EQD8MP

EQD8RI

EQDRMP

EQDRRI

EQDRR

EQD4XMP

EQD4XRI

EHEXMP

EHEXRI

EPENRI

EPENMP

EBSHMP

EBSHRI

UBARR

UBEMR

UBENR

UBSHR

UCONR

UELSR

UGAPR

UHEXR

UPENR

UQD4R

UQD8R

UQDRR

URODR

USHRR

UTETR

UTR3R

UTR6R

UTRRR

UTUBR

UTX6R

UWLDR

KKBARR

KBEMR

KBENR

KCONR

KHEXR

KMASR

KNM1R

KNM2R

KPENR

KQD4R

KQD8R

KQDRR

KRODR

KSHRR

KTETR

KTR3R

KTR6R

KTRRR

KTUBR

KTX6R

BBARR

BBEMR

BBENR

BBSHR

BCONR

BDMPR

BHEXR

BPENR

BQD4R

BQD8R

BQDRR

BRODR

BSHRR

BTETR

BTR3R

BTR6R

BTRRR

BTUBR

BTX6R

BVSCR

Unrestricted © Siemens AG 2013 All rights reserved.

Page 30 Siemens PLM Software

FEMAP v11.1 – Attach Results – XDB Datablocks

/* Nonlinear */

NBEMR

NCONR

NELSR

NGAPR

NHEXR

NPENR

NQD4R

NRODR

NTETR

NTR3R

NTUBR

HHEXR

HPENR

HQD4R

HQDXR

HQUDR

HTETR

HTR3R

HTR6R

HTRXR

NBSHR

/* Thermal */

QHDYR

QBARR

QBEMR

QBENR

QCONR

QHEXR

QPENR

QQD4R

QQD8R

QRODR

QTETR

QTR3R

QTR6R

QTUBR

QTX6R

/*Composites*/

GQD4R

GQD8R

GTR3R

GTR6R

TQD4R

TQD8R

TTR3R

TTR6R

/* Modes */

LAMA

LAMB

LAMC

Unrestricted © Siemens AG 2013 All rights reserved.

Page 31 Siemens PLM Software

FEMAP v11.1 – Attach Results - CSV

Attach to User Created CSV Files

• Significantly more powerful than existing CSV file import

• Output Set Control – Multiple in One File

• Nodal Scalar

• Elemental Scalar

• Nodal Vector

• Nodal Vector w/Rotations

• Elemental Data w/Corner

• Elemental Data w/Corner (not linearly combinable)

• Elemental Beam/Bar Data

• Elemental Beam/Bar Data (not linearly combinable)

Unrestricted © Siemens AG 2013 All rights reserved.

Page 32 Siemens PLM Software

FEMAP v11.1 – Attach Results - CSV

100 - Output Set 100

0 (or Output Set ID)

Set Title

Set Value

-1

NOTE: If this file is read into FEMAP, the Output Set ID is ignored – a new Output

Set will be created for each Table 100 encountered. All other tables that come after

this are added to that Output Set, until another Table 100 is found. All tables except

this one can come in any order, or have as many occurrences as you need.

400 - Nodal Vector

(Global Rectangular)

400

Result Type (0 for Any)

Total Vector ID, X Vector ID, Y Vector ID, Z VectorID (0 for Auto)

Total Title, X Title, Y Title, Z Title

Node ID, X Value, Y Value, Z Value

Node ID, X Value, Y Value, Z Value

-1

NOTE: Although you specify a vector ID and title for the “total” values, you do not

actually include those in the data. FEMAP will automatically compute the vector

sum of the components and store that as the total.

Unrestricted © Siemens AG 2013 All rights reserved.

Page 33 Siemens PLM Software

FEMAP v11.1 – Attach Results - CSV

100 New Output Set

0 Let FEMAP Assign the Output Set ID

Output Set for Attach Testing Title

0.0 Output Set Value

-1 Done with this Data

400 Type 400 – Nodal Vector Data

1 Data Type 1 - Displacements

9000000,9000001,9000002,9000003 Vector IDs, including the Total Calculated by FEMAP, Titles on Next Line

Total Calculated Displacement,X Calculated Displacement,Y Calculated Displacement,Z Calculated Displacement

1,0,0,0 Node ID, Component Values

2,-0.001666567,0.006526019,0.000278766

3,-0.001184595,0.02125182,0.000571727

4,0,0,0

5,0,0,0

6,0,0,0

7,0,0,0

8,0,0,0

9,-0.003282172,0.006492931,9.54E-05

10,0,0,0

11,-0.001753719,0.02088428,0.000102249

12,0,0,0

13,-0.002532253,0.00624941,0.000140737

14,-0.000608656,0.02053312,0.000115211

67,-0.001589356,0.1602065,-0.01903508

72,7.13E-06,0.2087363,-0.01961839

77,0.001350387,0.07328212,-0.01274293

79,0.002388,0.0206234,-0.006671666

85,-0.001828255,0.04186719,0.01318775

88,0.001549801,0.02205666,0.009206097

-1 Done

Unrestricted © Siemens AG 2013 All rights reserved.

Page 34 Siemens PLM Software

FEMAP v11 – Export FNO

Export any results, internal or attached to binary

.fno file via API

• Smaller

• Faster

rc = App.feFileWriteFNO( 0, ouVecs.ID,

feGroup.ID, fno_Name )

Example Model

• 450,000 Nodes/Elements

• 600 Output Sets

• 160+ GB .op2

API

• Export Area of Interest Sub-Model

• ~1000 Nodes/Elements

• 2.6 MB Model .neu File

• 10.8 MB .fno results file

Unrestricted © Siemens AG 2013 All rights reserved.

Page 35 Siemens PLM Software

FEMAP v11.1+ Attach Results

Format Status

.op2 – NASTRAN Complete v11.0

.fno – FEMAP & NEi NASTRAN Complete v11.0

.xdb – NASTRAN Complete v11.1

.csv – User Defined/Excel Complete v11.1

.rst & .rth – ANSYS Future

.odb – Simulia (ABAQUS) Future

Unrestricted © Siemens AG 2013 All rights reserved.

Page 36 Siemens PLM Software

FEMAP v11.1 FEA Modeling – Model Merge

Unrestricted © Siemens AG 2013 All rights reserved.

Page 37 Siemens PLM Software

FEMAP v11.1 FEA Modeling – Model Merge

• When multiple models are

open in FEMAP at the

same time

• Copy Entities from one

model to another

• Complete Control Over

• Entity Types Included

• Renumbering

• Transformation

• Grouping

• File, Merge can also be

used to transfer frequently

used Materials, Properties,

Layups etc. from existing

models to new models.

Unrestricted © Siemens AG 2013 All rights reserved.

Page 38 Siemens PLM Software

FEMAP v11.1 FEA Modeling – Model Merge

Control Source and Target Model

Unrestricted © Siemens AG 2013 All rights reserved.

Page 39 Siemens PLM Software

FEMAP v11.1 FEA Modeling – Model Merge

Preview of IDs currently in use in both Models

Unrestricted © Siemens AG 2013 All rights reserved.

Page 40 Siemens PLM Software

FEMAP v11.1 FEA Modeling – Model Merge

Control which Entity Types get copied

Unrestricted © Siemens AG 2013 All rights reserved.

Page 41 Siemens PLM Software

FEMAP FEA Modeling – Model Merge

Control and Preview Renumbering

Unrestricted © Siemens AG 2013 All rights reserved.

Page 42 Siemens PLM Software

FEMAP FEA Modeling – Model Merge

Entity Selection

Unrestricted © Siemens AG 2013 All rights reserved.

Page 43 Siemens PLM Software

FEMAP FEA Modeling – Model Merge

Grouping and Transformations

Unrestricted © Siemens AG 2013 All rights reserved.

Page 44 Siemens PLM Software

FEMAP v11.1 FEA Modeling – Model Merge

Unrestricted © Siemens AG 2013 All rights reserved.

Page 45 Siemens PLM Software

FEMAP v11.1 Meshing Enhancement - Tetrahedral

Two Element through Thickness

Option

Unrestricted © Siemens AG 2013 All rights reserved.

Page 46 Siemens PLM Software

FEMAP v11.1 Meshing Enhancement - Tetrahedral

Latest Tetra Mesher eliminates

most flat tetrahedrons

Unrestricted © Siemens AG 2013 All rights reserved.

Page 47 Siemens PLM Software

FEMAP v11.1 – Meshing Toolbox Updates

Control Pad Alignment in

Meshing Toolbox

• Default

• Tangent

• Along Vector

Added new option to Pad &

Washer at the same time

Unrestricted © Siemens AG 2013 All rights reserved.

Page 48 Siemens PLM Software

FEMAP v11.1 – Element Support – NASTRAN

Pyramid

• NASTRAN Read/Write

Support

• Manual Creation

• API Access

• Investigating integrating into

FEMAP’s Solid Meshing

Routines

Unrestricted © Siemens AG 2013 All rights reserved.

Page 49 Siemens PLM Software

FEMAP v11.1 - Grouping

Group – Operations – Generate

“NonManifold Edges” will force

breaks at “T-Junctions”

In this sample panel, 105 groups

are automatically created

representing each interior panel

and rib

Unrestricted © Siemens AG 2013 All rights reserved.

Page 50 Siemens PLM Software

FEMAP v11.1 – Mesh Copy - Offset

Copy Elements along their normals, with or without the corner

correction used in offsetting shells into solids…

Unrestricted © Siemens AG 2013 All rights reserved.

Page 51 Siemens PLM Software

FEMAP v11.1 – Modify, Project

• Added new commands –

• Modify->Project->Points and Modify->Project->Nodes

• Removed old commands on the Modify->Project menu that

already projected points and nodes to specific entity types

• Improved the projection algorithms to accept multiple

curves/surfaces to project onto, and to allow projection along a

vector in addition to "closest" for all types.

• Added the feProjectOnto() API method to access the new

capability and converted old API "project" calls to use the new

internal functions.

Unrestricted © Siemens AG 2013 All rights reserved.

Page 52 Siemens PLM Software

FEMAP v11.1 Performance Improvements

• Visibility Dialog Box – underlying code was

rewritten to more quickly populate the

Property, Material, Group selection boxes

• Enhanced load expansion from geometry

to a mesh for elemental face-based loads

on surfaces (Pressure, Heat Flux,

Convection and Radiation). Previously on

large models these could take a long time.

For example a model with 1,000,000

elements meshed on a solid that had 300+

surfaces with pressure loads on ~120

surfaces took around 5 minutes to expand

to the mesh faces. Using the new method it

takes between 2 and 3 seconds.

Unrestricted © Siemens AG 2013 All rights reserved.

Page 53 Siemens PLM Software

FEMAP v11.1 – User Interface

Optionally display group and layer

information when using “Tooltips”

Appears both in the Tooltip and

FEMAP’s Entity Info Window

Unrestricted © Siemens AG 2013 All rights reserved.

Page 54 Siemens PLM Software

FEMAP v11.1 - Charting Enhancements

• Added new data series type: Value vs.

Value. Allows for plotting of quantities

such as applied force vs. displacement

at a specified location

• Reorganization of chart data series

dialog to only show relevant items

• Improved rendering when copying

charts to the clipboard at non-screen

resolutions

• Increased user control over

fonts/labels/colors for chart entities

Unrestricted © Siemens AG 2013 All rights reserved.

Page 55 Siemens PLM Software

Other Updates

• Freebody: added ability to force freebody calculations to only consider

applied, constraint and multipoint constraint forces from GPFORCE data

block. By default, Femap will use applied, spc and mpc forces from OLOAD,

SPCFORCE and MPCFORCE requests if that data was not available in the

GPFORCE block, however there were some cases where Nastran would not

report the same number in both places (thermal applied loads across rigid

bodies being an example)

• Freebody: added validation tool to check if all requested values exist in the

result set

• Freebody: updated freebody listing tools to provide more relevant output

• NASTRAN: enhanced restart support

• NASTRAN: added support for Normal Modes Analysis with Design

Optimization

Unrestricted © Siemens AG 2013 All rights reserved.

Page 56 Siemens PLM Software

NX Nastran v9

Shouldn’t be a problem for v11.1

Dynamics:

Laminate ply results in transient dynamics

Relative motion datablock for enforced motion dynamic analysis

Residual vector changes

Advanced nonlinear:

Plastic-cyclic material model(MATPLCY)

Bolt preload with 3D solid elements

Edge-to-edge glue(Axisymmetric, Plane Stress/Strain )

Probably > 11.1

Dynamics:

AF mode normalization à Joe is this useful???

Rotordynamics:

Dependent bearing properties

CBEAR and PBEAR

Unrestricted © Siemens AG 2013 All rights reserved.

Page 57 Siemens PLM Software

FEMAP v11.1+

Performance Graphics

• Currently handles Shell and Solid Elements, expand to all

element types

• Additional Post-Processing Options, initial release supports

contouring and criteria plots, but does not accelerate special

post-processing options like iso-surface

• Use Performance Graphics data to great accelerate picking

Unrestricted © Siemens AG 2013 All rights reserved.

Page 58 Siemens PLM Software

FEMAP v11.1+

Attached Results – expand to ANSYS, SIMULIA (ABAQUS), LS-DYNA

Analysis Manager

• NASTRAN PARAM Manager

• Streamline for the simple cases –

• Single Load Set/Constraint Set Static Run

• Single Constraint Set Modal Run

Results Manager

• Organize Output Sets

• Modal Analysis with the Mode Shapes

• Stiffened Modal with its Mode Shapes

• Transient Run with all its time steps

• Organize Output Sets

• Connectors (RBE2 Spiders, To Ground)

Unrestricted © Siemens AG 2013 All rights reserved.

Page 59 Siemens PLM Software

FEMAP v11.1+

Connectors

• Similar to Contact Regions and Mass Regions

• Curves to RBE2 – with optional constraint

• Surfaces to RBE2 – with optional constraint

• Curves to Node

• Surfaces to Node

• Attached Mass Elements (or solid)

Unrestricted © Siemens AG 2013 All rights reserved.

Page 60 Siemens PLM Software

FEMAP v11.1+

Mesh Sizing

• Smarter Mesh Sizing

• More elements in “thin” regions

• Matching nodes across “thin” regions

• Goal – Make Best Mesh Possible

Hex Meshing Overhaul

• Dynamic – Meshing Toolbox

• User Controlled Sweep Direction

• More/Better Geometry Subdivision Tools

• Mixed Hex/Pyramid/Tetra meshes

Unrestricted © Siemens AG 2013 All rights reserved.

Page 61 Siemens PLM Software

FEMAP v11.1+

Geometry Support