The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
tw_plasma_boozer Type Reference

Detailed Description

Class for thin-wall simulation.

Public Member Functions

procedure setup (self, s, alpha)
 Setup thin-wall model.

Public Attributes

real(8) alpha = 0.d0
complex(8), dimension(:,:), pointer l_c => NULL()
complex(8), dimension(:,:), pointer l_cd => NULL()
complex(8), dimension(:,:), pointer l_cw => NULL()
complex(8), dimension(:,:), pointer l_d => NULL()
complex(8), dimension(:,:), pointer l_dc => NULL()
complex(8), dimension(:,:), pointer l_dw => NULL()
complex(8), dimension(:,:), pointer l_w => NULL()
complex(8), dimension(:,:), pointer l_wc => NULL()
complex(8), dimension(:,:), pointer l_wd => NULL()
class(tw_type), pointer plasma => NULL()
 Thin-wall model for plasma.
complex(8), dimension(:,:), pointer rho => NULL()
real(8) s = 0.d0
class(tw_type), pointer wall => NULL()
 Thin-wall model for structures.

Member Function/Subroutine Documentation

◆ setup()

procedure setup ( class(tw_plasma_boozer), intent(inout) self,
real(8), intent(in) s,
real(8), intent(in) alpha )

Setup thin-wall model.

Parameters
[in,out]selfThin-wall model for structures

Member Data Documentation

◆ alpha

real(8) alpha = 0.d0

◆ l_c

complex(8), dimension(:,:), pointer l_c => NULL()

◆ l_cd

complex(8), dimension(:,:), pointer l_cd => NULL()

◆ l_cw

complex(8), dimension(:,:), pointer l_cw => NULL()

◆ l_d

complex(8), dimension(:,:), pointer l_d => NULL()

◆ l_dc

complex(8), dimension(:,:), pointer l_dc => NULL()

◆ l_dw

complex(8), dimension(:,:), pointer l_dw => NULL()

◆ l_w

complex(8), dimension(:,:), pointer l_w => NULL()

◆ l_wc

complex(8), dimension(:,:), pointer l_wc => NULL()

◆ l_wd

complex(8), dimension(:,:), pointer l_wd => NULL()

◆ plasma

class(tw_type), pointer plasma => NULL()

Thin-wall model for plasma.

◆ rho

complex(8), dimension(:,:), pointer rho => NULL()

◆ s

real(8) s = 0.d0

◆ wall

class(tw_type), pointer wall => NULL()

Thin-wall model for structures.


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