Class GearSetFEModel
Inheritance
System.Object
GearSetFEModel
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class GearSetFEModel : GearSetImplementationDetail, IEquatable<APIBase>
Properties
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
ElementOrder
Declaration
public virtual ElementOrder ElementOrder { get; set; }
Property Value
GearFEModels
Declaration
public ReadOnlyCollection<GearFEModel> GearFEModels { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<GearFEModel> |
|
MeshFEModels
Declaration
public ReadOnlyCollection<GearMeshFEModel> MeshFEModels { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<GearMeshFEModel> |
|
NumberOfCoupledTeethEitherSide
Declaration
public virtual int NumberOfCoupledTeethEitherSide { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UseOutOfCoreSolver
When using the out of core solver some parts of the solution are written to disk rather than to memory. This reduces the memory required to perform the analysis, but can significantly increase the run-time.
Declaration
public bool? UseOutOfCoreSolver { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Methods
CalculateStiffnessFromFE()
Declaration
public void CalculateStiffnessFromFE()
CalculateStiffnessFromFE(TaskProgress)
Declaration
public void CalculateStiffnessFromFE(TaskProgress progress)
Parameters
Type |
Name |
Description |
SMT.MastaAPIUtility.TaskProgress |
progress |
|
GenerateStiffnessFromFE()
Declaration
public void GenerateStiffnessFromFE()
GenerateStressInfluenceCoefficientsFromFE()
Declaration
public void GenerateStressInfluenceCoefficientsFromFE()
IsReadyForALTCAOn(GearFlanks)
Declaration
public bool IsReadyForALTCAOn(GearFlanks flank)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods