[Core] add quantity Magnetization
- needed for FEM and Material
This commit is contained in:
@@ -309,6 +309,17 @@ PropertyLength::PropertyLength()
|
||||
setConstraints(&LengthStandard);
|
||||
}
|
||||
|
||||
//**************************************************************************
|
||||
//**************************************************************************
|
||||
// PropertyMagnetization
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
TYPESYSTEM_SOURCE(App::PropertyMagnetization, App::PropertyQuantity)
|
||||
|
||||
PropertyMagnetization::PropertyMagnetization()
|
||||
{
|
||||
setUnit(Base::Unit::Magnetization);
|
||||
}
|
||||
|
||||
//**************************************************************************
|
||||
//**************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user