|
| integer(c_int), pointer, save | ngazge |
| | ngazge : number of species for electric arc More...
|
| |
| integer(c_int), pointer, save | ielcor |
| | ielcor : 0 : electric arc scaling desactivate 1 : electric arc scaling activate More...
|
| |
| real(c_double), pointer, save | pot_diff |
| | pot_diff : potential between electrods More...
|
| |
| real(c_double), pointer, save | coejou |
| | coejou : scaling coefficient More...
|
| |
| real(c_double), pointer, save | elcou |
| | elcou : current More...
|
| |
| real(c_double), pointer, save | couimp |
| | pot_diff : imposed value for current More...
|
| |
| integer(c_int), pointer, save | irestrike |
| | irestrike : 0 : restrike mode off 1 : restrike mode on More...
|
| |
| real(c_double), pointer, save | restrike_point_x |
| | restrike_point : coordinate of restrike point More...
|
| |
| real(c_double), pointer, save | restrike_point_y |
| |
| real(c_double), pointer, save | restrike_point_z |
| |
| integer(c_int), pointer, save | ntdcla |
| | ntdcla : start iteration for restrike More...
|
| |