| title | SolidSetLoad |
|---|
Kind: global class
- SolidSetLoad
- new SolidSetLoad(no, load_case, solid_sets, comment, params)
- .Force(no, load_case, solid_sets, load_value, load_direction, comment, params) ⇒
Object - .Temperature(no, load_case, solid_sets, load_distribution, load_values, comment, params) ⇒
Object - .Strain(no, load_case, solid_sets, load_distribution, load_values, comment, params) ⇒
Object - .Buoyancy(no, load_case, solid_sets, load_value, load_direction, comment, params) ⇒
Object - .RotaryMotion(no, load_case, solid_sets, load_values, comment, params) ⇒
Object - .AirDensity(altitude)
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 |
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 |
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 |
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 |