HyperWorks Solvers

NFORCE

NFORCE

Previous topic Next topic No expanding text in this topic  

NFORCE

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Format

NFORCE(id, i, comp, RM)

Description

Returns force component "comp" acting on marker "i" due to Force_MultiPoint element with ID id”, in reference frame of marker "RM".

Example

<Post_Request

    comment             = "NFORCE ON M/10"

    id                  = "100"

    type                = "EXPRESSION"

    expr1               = "NULL"

    expr2               = "NFORCE(1234,10,2,0)"

    expr3               = "NFORCE(1234,10,3,0)"

    expr4               = "NFORCE(1234,10,4,0)"

    expr5               = "NULL"

    expr6               = "NFORCE(1234,10,6,0)"

    expr7               = "NFORCE(1234,10,7,0)"

    expr8               = "NFORCE(1234,10,8,0)"

/>

Arguments

id

The ID of the beam element.

i

The ID of the marker at which forces are to be reported.

comp

1 - returns the force magnitude.

2 - returns the force x component.

3 - returns the force y component.

4 - returns the force z component.

5 - returns the torque magnitude.

6 - returns the torque x component.

7 - returns the torque y component.

8 - returns the torque z component.

RM

The reference frame in which components are reported. RM=0 implies global frame.

See Also:

Functions

Command Statements

Model Statements

Notation and Syntax