Top Banner
Restricted © Siemens AG 2014 All rights reserved. Smarter decisions, better products. New Features NX 10.0 CAE Results Expressions and Probes
7

Restricted © Siemens AG 2014 All rights reserved.Smarter decisions, better products. New Features NX 10.0 CAE Results Expressions and Probes.

Jan 18, 2016

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Restricted © Siemens AG 2014 All rights reserved.Smarter decisions, better products. New Features NX 10.0 CAE Results Expressions and Probes.

Restricted © Siemens AG 2014 All rights reserved. Smarter decisions, better products.

New Features NX 10.0 CAEResults Expressions and Probes

Page 2: Restricted © Siemens AG 2014 All rights reserved.Smarter decisions, better products. New Features NX 10.0 CAE Results Expressions and Probes.

2014-06-16

Restricted © Siemens AG 2014 All rights reserved.

Page 2 Siemens PLM Software

Objective: Define scalar expressions that generate new results from solution results in a more managed and repeatable way

Implementation:

Results expressions to define variables input to probes

Results probes to define expressions and be evaluated to generate output

• Contour plot of entire model

• XY graphs

• Fields

• Information

Results expressions defined in Menu Insert, Result Expressions

Probes defined and managed from solutions

Results Expressions and Probes

Applications:• Results combination

• Stress +/- stress error

• Clearance between 2 points • Initial position and displacement

dependent

• Histories at discrete locations• Points, edges, faces

• Lookups to results dependent properties such as temperature dependent material• Safety margin using a temperature

dependent yield stress

Page 3: Restricted © Siemens AG 2014 All rights reserved.Smarter decisions, better products. New Features NX 10.0 CAE Results Expressions and Probes.

2014-06-16

Restricted © Siemens AG 2014 All rights reserved.

Page 3 Siemens PLM Software

Example: Results probes contour plot of stress +/- stress error

Results Expressions and Probes

Page 4: Restricted © Siemens AG 2014 All rights reserved.Smarter decisions, better products. New Features NX 10.0 CAE Results Expressions and Probes.

2014-06-16

Restricted © Siemens AG 2014 All rights reserved.

Page 4 Siemens PLM Software

Example: Stress margin calculation based upon temperature dependent yield stress

• Stress Margin = 1 – (Stress(x,y,z)/YieldStress(temperature))

Results Expressions and Probes

Page 5: Restricted © Siemens AG 2014 All rights reserved.Smarter decisions, better products. New Features NX 10.0 CAE Results Expressions and Probes.

2014-06-16

Restricted © Siemens AG 2014 All rights reserved.

Page 5 Siemens PLM Software

Objective: Provide functions that represent commonly used variables in expressions

Implementation:

CAE plugin functions

• Used by expressions defining LBCs and results probes

• Solver specific functions evaluated during the solve (Thermal)

• General and solution dependent functions

• Evaluated based upon entity name or ID

Expressions CAE Plugin Functions

Page 6: Restricted © Siemens AG 2014 All rights reserved.Smarter decisions, better products. New Features NX 10.0 CAE Results Expressions and Probes.

2014-06-16

Restricted © Siemens AG 2014 All rights reserved.

Page 6 Siemens PLM Software

Expressions CAE Plugin Functions

Example: Mass flow of a stream defined as a mixture of mass flows from 2 or more streams

MMIX(8,11) : mixture of ST76 and ST36 to produce ST4 mass flow

Page 7: Restricted © Siemens AG 2014 All rights reserved.Smarter decisions, better products. New Features NX 10.0 CAE Results Expressions and Probes.

2014-06-16

Restricted © Siemens AG 2014 All rights reserved.

Page 7 Siemens PLM Software

Expressions CAE Plugin Functions

Example: Compute clearance between two points in a model

y(“pt1”) + dy(“pt1”) – y(“pt2”) – dy(“pt2”) :named references