Skip to content

Latest commit

 

History

History
135 lines (102 loc) · 6.14 KB

File metadata and controls

135 lines (102 loc) · 6.14 KB
title SolidSetLoad

SolidSetLoad

SolidSetLoad

Kind: global class

new SolidSetLoad(no, load_case, solid_sets, comment, params)

Creates solid set load

Returns: Object - Created solid set load

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

solidSetLoad.Force(no, load_case, solid_sets, load_value, load_direction, comment, params) ⇒ Object

Creates solid set force load

Kind: instance method of SolidSetLoad
Returns: Object - Created solid set force load

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

solidSetLoad.Temperature(no, load_case, solid_sets, load_distribution, load_values, comment, params) ⇒ Object

Creates solid set temperature load

Kind: instance method of SolidSetLoad
Returns: Object - Created solid set temperature load

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

solidSetLoad.Strain(no, load_case, solid_sets, load_distribution, load_values, comment, params) ⇒ Object

Creates solid set strain load

Kind: instance method of SolidSetLoad
Returns: Object - Created solid set strain load

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

solidSetLoad.Buoyancy(no, load_case, solid_sets, load_value, load_direction, comment, params) ⇒ Object

Creates solid set buoyancy load

Kind: instance method of SolidSetLoad
Returns: Object - Created solid set buoyancy load

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

solidSetLoad.RotaryMotion(no, load_case, solid_sets, load_values, comment, params) ⇒ Object

Creates solid set rotary motion load

Kind: instance method of SolidSetLoad
Returns: Object - Created solid set rotary motion load

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

solidSetLoad.AirDensity(altitude)

Determine air density at specified altitude

Kind: instance method of SolidSetLoad

Param Type Description
altitude Number Altitude value, if undefined, determine air density at specified altitude will be set false