C++ main module for emicrom Package  1.0
EMM_HysteresisFile Class Reference

This class manages the hysteresis file; The file format of the hysteresis file is as follow: More...

#include <EMMH_HysteresisFile.h>

Detailed Description

This class manages the hysteresis file; The file format of the hysteresis file is as follow:

# N: number of data per half cycle
# D : number of half cycles
# nHCycles : number of half cycles
# S : step for saving equilibrium magnetism
N D nHCycles S
# the data is the values of mean magnetism for each half cycle at Hext
# c is the half cycle to compute
# i is the data index to compute in the cycle c
H^0_x H^0_y H^0_z : M^0_0 ... M^0_{D-1} M^{c}_0 ... M^{c}_{D-1}
...
H^{i-1}_x H^{i-1}_y H^{i-1}_z : M^0_0 ... M^0_{D-1} M^{c}_0 ... M^{c}_{D-1}
H^{i}_x H^{i}_y H^{i}_z : M^0_0 ... M^0_{D-1}
...
H^{n-1}_x H^{n-1}_y H^{n-1}_z : M^0_0 ... M^0_{D-1}
Author
Stephane Despreaux
Version
1.0

The documentation for this class was generated from the following file: