The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
Public Attributes | List of all members
tw_coil_set Type Reference

Detailed Description

Structure containing a coil sets composed of one or more individual filament coils.

Public Attributes

type(tw_gen_coil), dimension(:), pointer coils => NULL()
 List of coils.
 
real(r8lself = -1.d0
 Self inductance of coil set (if required)
 
character(len=40) name = ''
 Name of coil set.
 
integer(i4ncoils = 0
 Number of coils in set.
 
real(r8), dimension(:), pointer radius => NULL()
 Effective radius of each coil (for calculation of Lself)
 
real(r8), dimension(:), pointer res_per_len => NULL()
 Resistance/length of each coil (if required)
 
real(r8rself = -1.d0
 Resistance of coil set (if required)
 
real(r8), dimension(:), pointer scales => NULL()
 Scale factor for each coil.
 
logical sens_mask = .FALSE.
 Mask from sensor output?
 

Member Data Documentation

◆ coils

type(tw_gen_coil), dimension(:), pointer coils => NULL()

List of coils.

◆ lself

real(r8) lself = -1.d0

Self inductance of coil set (if required)

◆ name

character(len=40) name = ''

Name of coil set.

◆ ncoils

integer(i4) ncoils = 0

Number of coils in set.

◆ radius

real(r8), dimension(:), pointer radius => NULL()

Effective radius of each coil (for calculation of Lself)

◆ res_per_len

real(r8), dimension(:), pointer res_per_len => NULL()

Resistance/length of each coil (if required)

◆ rself

real(r8) rself = -1.d0

Resistance of coil set (if required)

◆ scales

real(r8), dimension(:), pointer scales => NULL()

Scale factor for each coil.

◆ sens_mask

logical sens_mask = .FALSE.

Mask from sensor output?


The documentation for this type was generated from the following file: