Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Header <boost/units/physical_dimensions/thermal_conductivity.hpp>

namespace boost {
  namespace units {
    typedef derived_dimension< length_base_dimension, 1, mass_base_dimension, 1, time_base_dimension,-3, temperature_base_dimension,-1 >::type thermal_conductivity_dimension;  // derived dimension for thermal_conductivity : L^1 M^1 T^-3 Theta^-1 
  }
}

PrevUpHomeNext