$-----------------------------------------------------------------------------
$
$ Example provided by Iñaki (LSTC)
$
$ E-Mail: info@dynamore.de
$ Web: http://www.dynamore.de
$
$ Copyright, 2015 DYNAmore GmbH
$ Copying for non-commercial usage allowed if
$ copy bears this notice completely.
$
$X------------------------------------------------------------------------------
$X
$X 1. Run file as is.
$X Requires LS-DYNA MPP R9.0.0 (or higher) with double precision
$X
$X------------------------------------------------------------------------------
$# UNITS: (g/mm/s)
$X------------------------------------------------------------------------------
$X
*KEYWORD
*TITLE
EM An Electrodynamic Levitation Device (TEAM 28)
*PARAMETER
R T_end 1.
R dt_plot 1.e-3
$
$--- em
R em_cond 34.
R em_dt 1.e-5
R em_freq 50.
R em_amp1 -11.52e6
R em_amp2 19.2e6
Iem_femmtx 25
Iem_bemmtx 25
$
$
$--- struc
$
R dt_struc 1.e-5
Rrho_struc 2687e-6
R E_struc 2.e11
R nu_struc 0.3
*EM_CONTROL
$# emsol numls dtinit dtmax t_init t_end ncyclfem ncyclbem
1 0 0.000 0.000 0.000 0.00 &em_femmtx&em_bemmtx
*EM_CONTROL_TIMESTEP
$# tstype dtconst
1 &1.e-5
*EM_MAT_001
$# mid mtype sigma eosid
1 4 &em_cond 0
*EM_MAT_001
$# mid mtype sigma eosid
2 1
*EM_MAT_001
$# mid mtype sigma eosid
3 1
*EM_CIRCUIT_SOURCE
$--------1---------2---------3---------4---------5---------6---------7---------8
$ circid circtype lcid R L C V0
2 11 &em_freq &em_amp1
$ ssidCurr ssidVltin ssidVltOt partID
8 3
*EM_CIRCUIT_SOURCE
$--------1---------2---------3---------4---------5---------6---------7---------8
$ circid circtype lcid R L C V0
1 11 &em_freq &em_amp2
$ ssidCurr ssidVltin ssidVltOt partID
7 2
*EM_ROTATION_AXIS
$--------1---------2---------3---------4---------5---------6---------7---------8
$ xpoint ypoint zpoint xaxis yaxis zaxis numSec
0. 0. 0. 0. 0. 1. 32
*EM_2DAXI
$--------1---------2---------3---------4---------5---------6---------7---------8
$ partId segSetId direction 2Doption
1 -9 3 6 1
$ 1 9 6 3
*include
struc.k
*END