How to write the torque relative to a User Defined Axis to a file from CFX-Post?


Example CFX-Post Session File:

COORD FRAME:Coord Frame 1
Axis 3 Point = 0 [m], 0 [m], 1 [m]
Coord Frame Type = Cartesian
Origin Point = 1 [m], 3 [m], 1 [m]
Plane 13 Point = 1 [m], 0 [m], 0 [m]
Reference Coord Frame = Coord 0
Symbol Size = 1.0
Visibility = On
END
! open (OUT2,">torque.out");
! $tor = torque("StaticMixer Default","Coord Frame 1_X");
! print OUT2 "torque: ".$tor."n";
! close (OUT2);





Show Form
No comments yet. Be the first to add a comment!