Import_BH_NonlinearAnisotropicSpline.PFM
Description
Import the values B(H) to create a material of NonlinearAnisotropicSpline.
Input
- Material name
- Comment
- File name containing the material data
Output
- The material created
Example for the file format:
A | Bx | By | Bz |
---|---|---|---|
0.0 | 0.0 | 0.0 | 0.0 |
1.0 | 1.0 | 10.0 | 11.0 |
2.0 | 2.0 | 20.0 | 22.0 |
3.0 | 3.0 | 30.0 | 33.0 |
Note:
- If the first four values are different from zero then the four zeros are added by the macro.
- At least 4x4 values are required.