NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAE.ModelAndLoadPreProcessTblBuilder Class Reference

Builds a NXOpen.CAE.ModelAndLoadPreProcessTbl object which represets an operation. More...

Inheritance diagram for NXOpen.CAE.ModelAndLoadPreProcessTblBuilder:
NXOpen.CAE.ModelAndLoadPreProcessOperationBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  AsType {
  RobertCorcos, Efimtsov, Goody, Smolyakov,
  CockburnRobertson, SmolyakovTkachenko, ChaseHowe, UserDefined
}
 Auto-spectrum type More...
 
enum  CsType { Corcos, Efimtsov, Chase, UserDefined }
 Correlation spectrum type More...
 
enum  Formulation { WaveNumberDomain, SpatialCholesky }
 Formulation type More...
 

Public Member Functions

unsafe void GetUserParameters (out string[] userParamNames, out NXOpen.Expression[] userParameters)
 User params. More...
 

Properties

unsafe NXOpen.Fields.FieldWrapper AutoSpectrumField [get, set]
 Returns or sets the auto spectrum field More...
 
unsafe
NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.AsType 
AutoSpectrumType [get, set]
 Returns or sets the auto spectrum More...
 
unsafe NXOpen.Expression BoundaryLayerThicknessParam [get]
 Returns the boundary layer thickness parameter More...
 
unsafe NXOpen.Expression ConvectiveVelocityXParam [get]
 Returns the convective velocity X parameter More...
 
unsafe NXOpen.Expression ConvectiveVelocityYParam [get]
 Returns the convective velocity Y parameter More...
 
unsafe NXOpen.Expression ConvectiveVelocityZParam [get]
 Returns the convective velocity Z parameter More...
 
unsafe NXOpen.Expression CorrelationDecayRateAlphaParam [get]
 Returns the correlation decay rate (alpha) parameter More...
 
unsafe NXOpen.Expression CorrelationDecayRateBetaParam [get]
 Returns the correlation decay rate (beta) parameter More...
 
unsafe
NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.CsType 
CorrelationSpectrumType [get, set]
 Returns or sets the correlation spectrum More...
 
unsafe string CorrelationSpectrumUserDLL [get, set]
 Returns or sets the correlation spectrum user dll More...
 
unsafe NXOpen.Expression DeltaKx [get]
 Returns the delta kx More...
 
unsafe NXOpen.Expression DeltaKy [get]
 Returns the delta ky More...
 
unsafe NXOpen.Expression DisplacementThicknessParam [get]
 Returns the displacement thickness parameter More...
 
unsafe bool EnableRandomSampling [get, set]
 Returns or sets the enable random sampling More...
 
unsafe NXOpen.Expression FluidDensityParam [get]
 Returns the fluid density parameter More...
 
unsafe NXOpen.Expression FluidOuterVelocityParam [get]
 Returns the fluid outer velocity parameter More...
 
unsafe NXOpen.Expression FluidViscosityParam [get]
 Returns the fluid viscosity parameter More...
 
unsafe
NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.Formulation 
FormulationType [get, set]
 Returns or sets the formulation type More...
 
unsafe
NXOpen.CAE.ModelAndLoadPreProcessFrequencyOptions 
FrequencyOptions [get]
 Returns the frequency options param More...
 
unsafe NXOpen.Expression MaxKx [get]
 Returns the max kx More...
 
unsafe NXOpen.Expression MaxKy [get]
 Returns the max ky More...
 
unsafe NXOpen.Expression MinKx [get]
 Returns the min kx More...
 
unsafe NXOpen.Expression MinKy [get]
 Returns the min ky More...
 
unsafe NXOpen.Expression MomentumThicknessParam [get]
 Returns the momentum thickness parameter More...
 
unsafe int NumRandomSamples [get, set]
 Returns or sets the number of random samples More...
 
unsafe
NXOpen.SelectTaggedObjectList 
RegionSelector [get]
 Returns the region selector More...
 
unsafe bool ScaleLoads [get, set]
 Returns or sets the scale loads option More...
 
unsafe NXOpen.Expression SoundSpeedParam [get]
 Returns the sound speed parameter More...
 
unsafe
NXOpen.CAE.AcousticsAndVibrationTblModelParametersAccessor 
TblModel [get]
 Returns the tbl selection accessor. More...
 
unsafe NXOpen.Expression WallFrictionVelocityParam [get]
 Returns the wall friction velocity parameter More...
 
unsafe NXOpen.Expression WallShearStressParam [get]
 Returns the wall shear stress parameter More...
 
- Properties inherited from NXOpen.CAE.ModelAndLoadPreProcessOperationBuilder
unsafe string OperationName [get, set]
 Returns or sets the operation name. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Builds a NXOpen.CAE.ModelAndLoadPreProcessTbl object which represets an operation.

There is no kf creator for this.

Created in NX1847.0.0

Member Enumeration Documentation

Auto-spectrum type

Enumerator
RobertCorcos 
Efimtsov 
Goody 
Smolyakov 
CockburnRobertson 
SmolyakovTkachenko 
ChaseHowe 
UserDefined 

Correlation spectrum type

Enumerator
Corcos 
Efimtsov 
Chase 
UserDefined 

Formulation type

Enumerator
WaveNumberDomain 
SpatialCholesky 

Member Function Documentation

unsafe void NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.GetUserParameters ( out string[]  userParamNames,
out NXOpen.Expression[]  userParameters 
)
inline

User params.

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements: None.

Parameters
userParamNames
userParameters

Property Documentation

unsafe NXOpen.Fields.FieldWrapper NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.AutoSpectrumField
getset

Returns or sets the auto spectrum field

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.AsType NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.AutoSpectrumType
getset

Returns or sets the auto spectrum

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.BoundaryLayerThicknessParam
get

Returns the boundary layer thickness parameter

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.ConvectiveVelocityXParam
get

Returns the convective velocity X parameter

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.ConvectiveVelocityYParam
get

Returns the convective velocity Y parameter

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.ConvectiveVelocityZParam
get

Returns the convective velocity Z parameter

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.CorrelationDecayRateAlphaParam
get

Returns the correlation decay rate (alpha) parameter

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.CorrelationDecayRateBetaParam
get

Returns the correlation decay rate (beta) parameter

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.CsType NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.CorrelationSpectrumType
getset

Returns or sets the correlation spectrum

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe string NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.CorrelationSpectrumUserDLL
getset

Returns or sets the correlation spectrum user dll

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.DeltaKx
get

Returns the delta kx

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.DeltaKy
get

Returns the delta ky

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.DisplacementThicknessParam
get

Returns the displacement thickness parameter

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe bool NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.EnableRandomSampling
getset

Returns or sets the enable random sampling

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.FluidDensityParam
get

Returns the fluid density parameter

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.FluidOuterVelocityParam
get

Returns the fluid outer velocity parameter

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.FluidViscosityParam
get

Returns the fluid viscosity parameter

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.Formulation NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.FormulationType
getset

Returns or sets the formulation type

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.CAE.ModelAndLoadPreProcessFrequencyOptions NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.FrequencyOptions
get

Returns the frequency options param

Created in NX1847.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.MaxKx
get

Returns the max kx

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.MaxKy
get

Returns the max ky

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.MinKx
get

Returns the min kx

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.MinKy
get

Returns the min ky

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.MomentumThicknessParam
get

Returns the momentum thickness parameter

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe int NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.NumRandomSamples
getset

Returns or sets the number of random samples

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.SelectTaggedObjectList NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.RegionSelector
get

Returns the region selector

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe bool NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.ScaleLoads
getset

Returns or sets the scale loads option

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.SoundSpeedParam
get

Returns the sound speed parameter

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.CAE.AcousticsAndVibrationTblModelParametersAccessor NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.TblModel
get

Returns the tbl selection accessor.

Created in NX1872.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.WallFrictionVelocityParam
get

Returns the wall friction velocity parameter

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.Expression NXOpen.CAE.ModelAndLoadPreProcessTblBuilder.WallShearStressParam
get

Returns the wall shear stress parameter

Created in NX1847.0.0

Deprecated in NX1872.0.0. Use the accessors in the contained AcousticsAndVibrationTblModelParametersAccessor instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")


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