Boost logo

Boost Users :

Subject: Re: [Boost-users] [Units] derived units of SI system (newbie)
From: André Berthe (andre.berthe_at_[hidden])
Date: 2010-12-14 12:26:29


Thank you very much, Steve!

 From your reply I learned:
- to think twice; not in physical values but actually in units
- that supplements on existing systems are not bad
- errors related to conversion factors indicate that I should check my
own units (formulas)

The body of the main function simplifies to:
   bu::quantity<SI::frequency> WSR_x(100*SI::hertz);
   bu::quantity<SI::dynamic_viscosity>
eta(4.6*(SI::kilograms/(SI::meter*SI::second)));
   bu::quantity<SI::stress> WSS_x(WSR_x*eta);

Best regards,
Andre


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net