mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected units of mu0
This commit is contained in:
@ -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
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user