NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::CAE::ResponseSimulation::EvaluationParameters Class Reference

Represents the evaluation parameters for a response simulation meta solution
Not support KF. More...

Inheritance diagram for NXOpen::CAE::ResponseSimulation::EvaluationParameters:
NXOpen::TaggedObject

List of all members.

Public Types

enum  AnalysisIntegrationMethod { AnalysisIntegrationMethodDuhameldIntegral, AnalysisIntegrationMethodNewmarkBeta }
 the integration method used for transient analysis More...

Public Member Functions

int HypermatrixBufferSize ()
 Returns the buffer allocated for Hypermatrix files
Created in NX6.0.0.
NXOpen::CAE::ResponseSimulation::EvaluationParameters::AnalysisIntegrationMethod IntegrationMethod ()
 Returns the integration method used for transient analysis
Created in NX6.0.0.
int MaxArraySize ()
 Returns the dynamic storage array size allocated for RS evaluations
Created in NX6.0.0.
bool MinDampingStatus ()
 Returns the minimum damping ratio status
Created in NX6.0.0.
void SetHypermatrixBufferSize (int bufferSize)
 Sets the buffer allocated for Hypermatrix files
Created in NX6.0.0.
void SetIntegrationMethod (NXOpen::CAE::ResponseSimulation::EvaluationParameters::AnalysisIntegrationMethod method)
 Sets the integration method used for transient analysis
Created in NX6.0.0.
void SetMaxArraySize (int maxArraySize)
 Sets the dynamic storage array size allocated for RS evaluations
Created in NX6.0.0.
void SetMinDampingStatus (bool dampingStatus)
 Sets the minimum damping ratio status
Created in NX6.0.0.
void SetZeroMeanCorrection (bool correctionValue)
 Sets the time-domain integration of acceleration excitations, used in evaluating time responses to acceleration loads.
bool ZeroMeanCorrection ()
 Returns the time-domain integration of acceleration excitations, used in evaluating time responses to acceleration loads.

Detailed Description

Represents the evaluation parameters for a response simulation meta solution
Not support KF.



Member Enumeration Documentation

the integration method used for transient analysis

Enumerator:
AnalysisIntegrationMethodDuhameldIntegral 

duhameld integral

AnalysisIntegrationMethodNewmarkBeta 

newmark beta


Member Function Documentation

Returns the buffer allocated for Hypermatrix files
Created in NX6.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Returns the integration method used for transient analysis
Created in NX6.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Returns the dynamic storage array size allocated for RS evaluations
Created in NX6.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Returns the minimum damping ratio status
Created in NX6.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Sets the buffer allocated for Hypermatrix files
Created in NX6.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters:
bufferSizebuffer size

Sets the integration method used for transient analysis
Created in NX6.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters:
methodmethod

Sets the dynamic storage array size allocated for RS evaluations
Created in NX6.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters:
maxArraySizemax array size

Sets the minimum damping ratio status
Created in NX6.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters:
dampingStatusdamping status

Sets the time-domain integration of acceleration excitations, used in evaluating time responses to acceleration loads.

false: no correction, meaning that "rigid drifting" shows in the displacement response when an acceleration excitation is applied; true: the software corrects for drifting by assuming a zero mean. Rigid drifting is filtered out based on a numerical integration that does not assume an initial condition.
Created in NX6.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

Parameters:
correctionValuecorrection value

Returns the time-domain integration of acceleration excitations, used in evaluating time responses to acceleration loads.

false: no correction, meaning that "rigid drifting" shows in the displacement response when an acceleration excitation is applied; true: the software corrects for drifting by assuming a zero mean. Rigid drifting is filtered out based on a numerical integration that does not assume an initial condition.
Created in NX6.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.