Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
OOMMF-MEL v1.0.1.tar.gz | 2015-03-03 | 355.5 kB | |
OOMMF-MEL v1.0.1.zip | 2015-03-03 | 378.8 kB | |
README.md | 2015-03-03 | 1.0 kB | |
Totals: 3 Items | 735.3 kB | 0 |
What's this
OOMMF-MEL includes the magnetoelastic (MEL) energy terms in micromagnetic simulations with Object-Oriented Micromagnetic Framework (OOMMF). To handle spatially-nonuniform, time-varying strain, the following three Oxs_Ext classes are provided.
-
YY_FixedMEL
-
Calculates the MEL energy and effective field with constant strain.
-
YY_StageMEL
-
Updates the strain at each stage.
-
YY_TransformStageMEL
-
Applies time-dependent linear transform to the stage-specific strain to provide more flexibility.
Installation
You need a working OOMMF (recommended 1.2a5 or higher) and building environment. See OOMMF documentation. Copy .cc and .h files into the directory (OOMMF_DIR)/app/oxs/local/ and (re-)build OOMMF by typing tclsh oommf.tcl pimake
in your OOMMF root directory.