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