FEM Coupling parameter exchange.
Static parameters for inductance, torque constant and back emf, are measured from static FEM analysis.
Parameter exchange is a method where the first tool is used to design or analyze a component and use the resulting parameters from that analysis in a model in the second tool. Depending on the results from the second tool, the user can make modifications in the model in the first tool and repeat the analysis in the first and in the second tool.
The induction machine below is directly connected to the main grid. The parameters are normally entered by the user in the properties dialog box. In this simulation, they are read from a text file that is connected via the Mname block and the list of include files.
To define the include file with the model parameters we create a text file in notepad where we specify the .model parameters.
.model im1 user Lm=20mH Lr=0.5mH Ls=0.5mH Rr=0.05 Rs=0.05 p=2 J=1e-3 f=1e-3
.model
user
This .model file is finally included in the simulation by specifying the name in the include dialog box that can be selected from the menu Insert/Include Files
The parameters in the include can directly be exprted from the FEM program into a text file and by opening and starting the caspoc simulation, the correct parameters are included in the simulation.