<xs:complexType name="distsource_profiles_2d">
<xs:annotation>
<xs:documentation>2D source profiles in terms of two phase space coordinates</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="grid_coord" type="vecint_type">
<xs:annotation>
<xs:documentation>Identifies the coordinates specifies in dim1 and dim2. grid_coord(1) and grid_coord(2) describe the coordinate represented in dim1 and dim2. The possible coordinates are: 1=R, Major radius [m]; 2=Z, Vertical position [m]; 3=X, first cartesian coordinate in the horizontal plane [m]; 4=Y, second cartesian coordinate in the horizontal plane (grad(X) x grad(Y) = grad(Z)) [m]; 5=phi, toroidal angle [rad]; 6=psi, poloidal magnetic flux [T*m^2]; 7=rhotor, the square root of the toroidal flux; 8=theta, geometrical poloidal angle [rad]; 9=theta_b, Boozer poloidal angle [rad]; 10=vx, velocity in the x-direction [m/s]; 11=vy, velocity in the y-direction [m/s]; 12=vz, velocity in the z-direction [m/s]; 13=vel, total velocity [m/s]; 14=vphi, velocity in the phi-direction [m/s]; 15=vpar, velocity in the parallel direction [m/s]; 16=vperp, velocity in the perpendicular direction [m/s]; 17=E, Hamiltonian energy [J]; 18=Pphi, canonical toroidal angular momentum [kg m^2/s]; 19=mu, magnetic moment [J/T]; 20=Lambda=mu/E [1/T]. Vector (2)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="dim1" type="matflt_type">
<xs:annotation>
<xs:documentation>First coordinate of 2D grid. Time-dependent; Vector (ndim1,ndim2)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="dim2" type="matflt_type">
<xs:annotation>
<xs:documentation>Second coordinate of 2D grid. Time-dependent; Vector (ndim1,ndim2)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="g11" type="matflt_type">
<xs:annotation>
<xs:documentation>11 component of the covariant metric tensor in the (dim1, dim2) coordiante system. Time-dependent; Vector (ndim1,ndim2)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="g12" type="matflt_type">
<xs:annotation>
<xs:documentation>12 component of the covariant metric tensor in the (dim1, dim2) coordiante system. Time-dependent; Vector (ndim1,ndim2)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="g21" type="matflt_type">
<xs:annotation>
<xs:documentation>21 component of the covariant metric tensor in the (dim1, dim2) coordiante system. Time-dependent; Vector (ndim1,ndim2)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="g22" type="matflt_type">
<xs:annotation>
<xs:documentation>22 component of the covariant metric tensor in the (dim1, dim2) coordiante system. Time-dependent; Vector (ndim1,ndim2)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="pow_den" type="exp2D">
<xs:annotation>
<xs:documentation>Source power density. Here sum(M,N=1,2; pow_den*gNM*dimN*dimM) have unit [W]. Time-dependent; Vector (ndim1,ndim2)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="src_rate" type="exp2D">
<xs:annotation>
<xs:documentation>Source density of particles.Here sum(M,N=1,2; src_rate*gNM*dimN*dimM) have unit [1/s]. Time-dependent; Vector (ndim1,ndim2)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |