BUG: Corrected units of mu0

This commit is contained in:
andy
2011-08-04 15:40:24 +01:00
parent 93013731f8
commit fd94abe1a9

View File

@ -44,7 +44,7 @@ const Foam::dimensionedScalar Foam::constant::electromagnetic::mu0
dimensionedScalar
(
"mu0",
dimensionSet(1, 2, -1, 0, 0, -2, 0),
dimensionSet(1, 1, -2, 0, 0, -2, 0),
4.0*constant::mathematical::pi*1e-07
)
)