[Core] add quantity Magnetization

- needed for FEM and Material
This commit is contained in:
Uwe
2023-02-08 06:23:35 +01:00
parent b41776d077
commit 201b95a5b2
7 changed files with 76 additions and 39 deletions

View File

@@ -309,6 +309,17 @@ PropertyLength::PropertyLength()
setConstraints(&LengthStandard);
}
//**************************************************************************
//**************************************************************************
// PropertyMagnetization
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
TYPESYSTEM_SOURCE(App::PropertyMagnetization, App::PropertyQuantity)
PropertyMagnetization::PropertyMagnetization()
{
setUnit(Base::Unit::Magnetization);
}
//**************************************************************************
//**************************************************************************