EM Interface
(Return)
| Solver |
EM |
| Type of mesh |
unstructured |
| Dimension |
2D and 3D |
The EM translator creates a formatted input file necessary to run the EM solver.
Creating the EM Input Files
The translator writes the EM input files using an unstructured mesh file.
To create the EM input file,
"Select
solver" →
EM in the
"Output" menu. After clicking "
Write input
" you can specify the following options for the interface:
-
select an existing unstructured mesh file.
-
specify the names for the EM input file.
-
specify the scale factor (default is 1.0).
The interface generates the EM file in the project directory. The EM formatted
input file contains the following information:
Nodes information:
- "PT"
- nodes ID number
- nodes coordinates (x,y and z)
Elements information: - "FA"
- element ID number
- number of nodes of this element
- all nodes number belonging to this element
Limitations
This function does not support boundary conditions.
(Return)