GRAV card image
Answers
-
-
How does a computer can know to which component in an assembly acceleration needs to be applied.
As we don't give any input to GRAV of component or assembly
0 -
0
-
thank you for helping me to understand.
0 -
My plan is to apply the gravity on the y-z plane in the direction of the bisector formed by the y and z Vector.
How would i do that?
By having the input:
g: 5 units
n1: 0
n2: 1
n3: 1
Would that mean the value 5 units would be applied simultaneously in the y-direction as well as in the z-direction or would it mean that 5 units would be applied in the direction of the bisector of z and y?
0 -
TimM_22559 said:
My plan is to apply the gravity on the y-z plane in the direction of the bisector formed by the y and z Vector.
How would i do that?
By having the input:
g: 5 units
n1: 0
n2: 1
n3: 1
Would that mean the value 5 units would be applied simultaneously in the y-direction as well as in the z-direction or would it mean that 5 units would be applied in the direction of the bisector of z and y?
G is the total magnitude and N1, N2 and N3 will give you the direction only.
If you want to compute individually, you can create multiple GRAV cards and combine them with LOADADD card.
I.e: create 2GX, create 1GZ and then combine them with LOADADD card.
Or also create unit GRAV in each direction, and use the S1 multipliers to get the 2G, 1G, etc..
0