mu0: corrected dimensions.

This commit is contained in:
henry
2010-04-22 15:39:17 +01:00
parent 47c9fc5056
commit cea9b9513a

View File

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