POV-Ray : Newsgroups : povray.binaries.images : updated steel frame test (megaPov 1.2.1) : updated steel frame test (megaPov 1.2.1) Server Time
8 Aug 2024 06:15:38 EDT (-0400)
  updated steel frame test (megaPov 1.2.1)  
From: Jaap
Date: 28 Aug 2005 17:30:00
Message: <web.43122ca471f937f6a8399d8d0@news.povray.org>
load test of steel frame for a 3D CNC mill
http://jwstolk.xs4all.nl/mill.htm

frame length        : 2.21 m
frame material      : 50x50x50x4mm steel U-beams
test load           : 4x25 Kg
resulting frame flex: 0.05 mm
software            : MegaPov 1.2.1
mechsim settings:
#declare E_steel        = 200*1e9;                // N/m^2 or pa

#declare A_U50x50x4     = ((50*50)-(42*46))*1e-6; // m^2

// choose a material and beam type:

#declare E_beam         = E_steel;                // N/m^2 or pa

#declare A_beam         = A_U50x50x4;             // m^2

// calculate stiffnes from elasticity and area:

#declare stiffness_beam = E_beam*A_beam;          // N/m


time_step 1/50000000

jaap.


Post a reply to this message


Attachments:
Download 'updated_frame_mp121.png' (67 KB)

Preview of image 'updated_frame_mp121.png'
updated_frame_mp121.png


 

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.