Searched refs:magnetic_flux (Results 1 – 4 of 4) sorted by relevance
23 typedef unit<magnetic_flux_dimension,si::system> magnetic_flux; typedef25 BOOST_UNITS_STATIC_CONSTANT(weber,magnetic_flux); 26 BOOST_UNITS_STATIC_CONSTANT(webers,magnetic_flux);
68 inline std::string name_string(const reduce_unit<si::magnetic_flux>::type&) { return "weber"; } in name_string()69 inline std::string symbol_string(const reduce_unit<si::magnetic_flux>::type&) { return "Wb"; } in symbol_string()
53 BOOST_UNITS_PHYSICAL_CONSTANT(Phi_0,quantity<magnetic_flux>,2.067833667e-15*webers,5.2e-23*webers);
512 << quantity<magnetic_flux>(1.0*weber) << std::endl in main()533 << quantity<magnetic_flux>(1.0*weber) << std::endl in main()