Skip to content
Snippets Groups Projects
Commit b1b33d11 authored by s2006749's avatar s2006749
Browse files

force printout

parent da7c1db8
No related branches found
No related tags found
1 merge request!1Adding ellip_utils
......@@ -100,9 +100,7 @@ program xcompact3d
if (nozdrift==1) then
linearForce(3)=zero
endif
if (nrank==0) then
write(*,*) "Time = ", t, ", Linear Force = ", linearForce
endif
torque(:)=zero
! if (nrank==0) then
......@@ -121,6 +119,7 @@ program xcompact3d
write(*,*) "Orientation = ", orientation_1
write(*,*) "Linear velocity = ", linearVelocity
write(*,*) "Angular velocity = ", angularVelocity
write(*,*) "Linear Force = ", linearForce
! call QuaternionNorm(angularVelocity,dummy)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment