Skip to content

Latest commit

 

History

History
155 lines (118 loc) · 7.41 KB

File metadata and controls

155 lines (118 loc) · 7.41 KB
title SurfaceSetLoad

SurfaceSetLoad

SurfaceSetLoad

Kind: global class

new SurfaceSetLoad(no, load_case, line_sets, comment, params)

Creates line set load

Returns: Object - Created line set load

Param Type Description
no Number Index of line set load, can be undefined
load_case Object Load case
line_sets Array List of line set indexes
comment String Comment, can be undefined
params Object Load parameters, can be undefined

surfaceSetLoad.Force(no, load_case, surface_sets, load_distribution, load_values, load_direction, comment, params) ⇒ Object

Creates surface set force load

Kind: instance method of SurfaceSetLoad
Returns: Object - Created surface set force load

Param Type Description
no Number Index of surface set load, can be undefined
load_case Object Load case
surface_sets Array List of surface set indexes
load_distribution String Load distribution
load_values Array Load parameters depend on load distribution (for more information look at setSurfaceLoadDistribution function)
load_direction String Load direction, can be undefined
comment String Comment, can be undefined
params Object Load parameters, can be undefined

surfaceSetLoad.Temperature(no, load_case, surface_sets, load_distribution, load_values, comment, params) ⇒ Object

Creates surface set temperature load

Kind: instance method of SurfaceSetLoad
Returns: Object - Created surface set temperature load

Param Type Description
no Number Index of surface set load, can be undefined
load_case Object Load case
surface_sets Array List of surface set indexes
load_distribution String Load distribution
load_values Array Load parameters depend on load distribution (for more information look at setSurfaceLoadDistribution function)
comment String Comment, can be undefined
params Object Load parameters, can be undefined

surfaceSetLoad.AxialStrain(no, load_case, surface_sets, load_distribution, load_values, comment, params) ⇒ Object

Creates surface set axial strain load

Kind: instance method of SurfaceSetLoad
Returns: Object - Created surface set axial strain load

Param Type Description
no Number Index of surface set load, can be undefined
load_case Object Load case
surface_sets Array List of surface set indexes
load_distribution String Load distribution
load_values Array Load parameters depend on load distribution (for more information look at setSurfaceLoadDistribution function)
comment String Comment, can be undefined
params Object Load parameters, can be undefined

surfaceSetLoad.Precamber(no, load_case, surface_sets, load_value, comment, params) ⇒ Object

Creates surface set precamber load

Kind: instance method of SurfaceSetLoad
Returns: Object - Created surface set precamber load

Param Type Description
no Number Index of surface set load, can be undefined
load_case Object Load case
surface_sets Array List of surface set indexes
load_value Array Uniform load parameter
comment String Comment, can be undefined
params Object Load parameters, can be undefined

surfaceSetLoad.RotaryMotion(no, load_case, surface_sets, load_values, comment, params) ⇒ Object

Creates surface set rotary motion load

Kind: instance method of SurfaceSetLoad
Returns: Object - Created surface set rotary motion load

Param Type Description
no Number Index of surface set load, can be undefined
load_case Object Load case
surface_sets Array List of surface set indexes
load_values Array Load parameters depend on load distribution (for more information look at setSurfaceLoadDistribution function)
comment String Comment, can be undefined
params Object Load parameters, can be undefined

surfaceSetLoad.Mass(no, load_case, surface_sets, load_value, comment, params) ⇒ Object

Creates surface set mass load

Kind: instance method of SurfaceSetLoad
Returns: Object - Created surface set mass load

Param Type Description
no Number Index of surface set load, can be undefined
load_case Object Load case
surface_sets Array List of surface set indexes
load_value Array Uniform load parameter
comment String Comment, can be undefined
params Object Load parameters, can be undefined

surfaceSetLoad.IndividualMassComponents(MX, MY, MZ)

Sets individual mass components (only for mass load)

Kind: instance method of SurfaceSetLoad

Param Type Description
MX Number Mass in X coordination, can be undefined
MY Number Mass in Y coordination, can be undefined
MZ Number Mass in Z coordination, can be undefined