mhd
¶
Magnetohydrodynamic activity, description of perturbed fields and profiles using the Generic Grid Description.
Maximum occurrences (MDS+ backend only): 2
New in version 3.20.0: lifecycle status alpha
Changed in version 3.42.0.
ids_propertiesstructure¶
See common IDS structure reference: ids_properties
.
grid_ggd(itime)AoS¶Grid (using the Generic Grid Description), for various time slices. […]
Grid (using the Generic Grid Description), for various time slices. The timebase of this array of structure must be a subset of the ggd timebase
1 |
grid_ggd(itime)/identifierstructure¶Grid identifier
Grid identifier
This is an identifier. See ggd_identifier
for the available options.
grid_ggd(itime)/pathSTR_0D¶Path of the grid, including the IDS name, in case of implicit […]
Path of the grid, including the IDS name, in case of implicit reference to a grid_ggd node described in another IDS. To be filled only if the grid is not described explicitly in this grid_ggd structure. Example syntax: #wall:2/description_ggd(1)/grid_ggd, means that the grid is located in the wall IDS, occurrence 2, with relative path description_ggd(1)/grid_ggd, using Fortran index convention (here : first index of the array)
grid_ggd(itime)/space(i1)AoS¶Set of grid spaces
Set of grid spaces
Click here for further documentation (or contact imas@iter.org if you can’t access this page).
1 |
|
grid_ggd(itime)/space(i1)/identifierstructure¶Space identifier
Space identifier
This is an identifier. See ggd_space_identifier
for the available options.
grid_ggd(itime)/space(i1)/geometry_typestructure¶Type of space geometry (0: standard, 1:Fourier, >1: Fourier with […]
Type of space geometry (0: standard, 1:Fourier, >1: Fourier with periodicity)
grid_ggd(itime)/space(i1)/coordinates_type(i2)AoS¶Type of coordinates describing the physical space, for every […]
Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space.
This is an identifier. See coordinate_identifier
for the available options.
1 |
|
Changed in version 4.0.0: Type changed from INT_1D
grid_ggd(itime)/space(i1)/coordinates_type(i2)/nameSTR_0D¶Short string identifier
Short string identifier
grid_ggd(itime)/space(i1)/objects_per_dimension(i2)AoS¶Definition of the space objects for every dimension (from one […]
Definition of the space objects for every dimension (from one to the dimension of the highest-dimensional objects). The index correspond to 1=nodes, 2=edges, 3=faces, 4=cells/volumes, …. For every index, a collection of objects of that dimension is described.
1 |
|
grid_ggd(itime)/space(i1)/objects_per_dimension(i2)/object(i3)AoS¶Set of objects for a given dimension
Set of objects for a given dimension
1 |
|
grid_ggd(itime)/space(i1)/objects_per_dimension(i2)/object(i3)/boundary(i4)AoS¶Set of (n-1)-dimensional objects defining the boundary of this […]
Set of (n-1)-dimensional objects defining the boundary of this n-dimensional object
1 |
|
grid_ggd(itime)/space(i1)/objects_per_dimension(i2)/object(i3)/boundary(i4)/indexINT_0D¶Index of this (n-1)-dimensional boundary object
Index of this (n-1)-dimensional boundary object
grid_ggd(itime)/space(i1)/objects_per_dimension(i2)/object(i3)/boundary(i4)/neighbours(:)INT_1D¶List of indices of the n-dimensional objects adjacent to the […]
List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundary
1 |
|
grid_ggd(itime)/space(i1)/objects_per_dimension(i2)/object(i3)/geometry(:)mixedFLT_1D¶Geometry data associated with the object, its detailed content […]
Geometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.
1 |
|
grid_ggd(itime)/space(i1)/objects_per_dimension(i2)/object(i3)/nodes(:)INT_1D¶List of nodes forming this object (indices to objects_per_dimension(1)%object(:) […]
List of nodes forming this object (indices to objects_per_dimension(1)%object(:) in Fortran notation)
1 |
|
grid_ggd(itime)/space(i1)/objects_per_dimension(i2)/object(i3)/measurem^dimensionFLT_0D¶Measure of the space object, i.e. […]
Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,…)
grid_ggd(itime)/space(i1)/objects_per_dimension(i2)/object(i3)/geometry_2d(:,:)mixedFLT_2D¶2D geometry data associated with the object. […]
2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.
1 |
|
2 |
|
New in version >3.35.0.
grid_ggd(itime)/space(i1)/objects_per_dimension(i2)/geometry_contentstructure¶Content of the ../object/geometry node for this dimension
Content of the ../object/geometry node for this dimension
This is an identifier. See ggd_geometry_content_identifier
for the available options.
New in version >3.33.0.
grid_ggd(itime)/space(i1)/objects_per_dimension(i2)/geometry_content/nameSTR_0D¶Short string identifier
Short string identifier
grid_ggd(itime)/grid_subset(i1)AoS¶Grid subsets
Grid subsets
1 |
|
grid_ggd(itime)/grid_subset(i1)/identifierstructure¶Grid subset identifier
Grid subset identifier
Click here for further documentation.
This is an identifier. See ggd_subset_identifier
for the available options.
grid_ggd(itime)/grid_subset(i1)/identifier/nameSTR_0D¶Short string identifier
Short string identifier
grid_ggd(itime)/grid_subset(i1)/dimensionINT_0D¶Space dimension of the grid subset elements, using the convention […]
Space dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes
grid_ggd(itime)/grid_subset(i1)/element(i2)AoS¶Set of elements defining the grid subset. […]
Set of elements defining the grid subset. An element is defined by a combination of objects from potentially all spaces
1 |
|
grid_ggd(itime)/grid_subset(i1)/element(i2)/object(i3)AoS¶Set of objects defining the element
Set of objects defining the element
1 |
|
grid_ggd(itime)/grid_subset(i1)/element(i2)/object(i3)/spaceINT_0D¶Index of the space from which that object is taken
Index of the space from which that object is taken
grid_ggd(itime)/grid_subset(i1)/base(i2)AoS¶Set of bases for the grid subset. […]
Set of bases for the grid subset. For each base, the structure describes the projection of the base vectors on the canonical frame of the grid.
1 |
|
grid_ggd(itime)/grid_subset(i1)/base(i2)/tensor_covariant(:,:,:) ⇹mixedFLT_3D¶Covariant metric tensor, given on each element of the subgrid […]
Covariant metric tensor, given on each element of the subgrid (first dimension)
1 |
|
2 |
|
3 |
|
grid_ggd(itime)/grid_subset(i1)/base(i2)/tensor_contravariant(:,:,:) ⇹mixedFLT_3D¶Contravariant metric tensor, given on each element of the subgrid […]
Contravariant metric tensor, given on each element of the subgrid (first dimension)
1 |
|
2 |
|
3 |
|
grid_ggd(itime)/grid_subset(i1)/metricstructure¶Metric of the canonical frame onto Cartesian coordinates
Metric of the canonical frame onto Cartesian coordinates
grid_ggd(itime)/grid_subset(i1)/metric/tensor_covariant(:,:,:) ⇹mixedFLT_3D¶Covariant metric tensor, given on each element of the subgrid […]
Covariant metric tensor, given on each element of the subgrid (first dimension)
1 |
|
2 |
|
3 |
|
grid_ggd(itime)/grid_subset(i1)/metric/tensor_contravariant(:,:,:) ⇹mixedFLT_3D¶Contravariant metric tensor, given on each element of the subgrid […]
Contravariant metric tensor, given on each element of the subgrid (first dimension)
1 |
|
2 |
|
3 |
|
ggd(itime)AoS¶Edge plasma quantities represented using the general grid description, […]
Edge plasma quantities represented using the general grid description, for various time slices.
1 |
ggd(itime)/electronsstructure¶Quantities related to the electrons
Quantities related to the electrons
ggd(itime)/electrons/temperature(i1)eVAoS¶Temperature, given on various grid subsets
Temperature, given on various grid subsets
1 |
|
ggd(itime)/electrons/temperature(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/electrons/temperature(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/electrons/temperature(i1)/values(:) ⇹eVFLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/electrons/temperature(i1)/coefficients(:,:) ⇹eVFLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/t_i_average(i1)eVAoS¶Ion temperature (averaged on ion species), given on various grid […]
Ion temperature (averaged on ion species), given on various grid subsets
1 |
|
ggd(itime)/t_i_average(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/t_i_average(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/t_i_average(i1)/values(:) ⇹eVFLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/t_i_average(i1)/coefficients(:,:) ⇹eVFLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/n_i_total(i1)m^-3AoS¶Total ion density (sum over ion species and thermal+non-thermal), […]
Total ion density (sum over ion species and thermal+non-thermal), given on various grid subsets
1 |
|
ggd(itime)/n_i_total(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/n_i_total(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/n_i_total(i1)/values(:) ⇹m^-3FLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/n_i_total(i1)/coefficients(:,:) ⇹m^-3FLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/zeff(i1)1AoS¶Effective charge, given on various grid subsets
Effective charge, given on various grid subsets
1 |
|
ggd(itime)/zeff(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/zeff(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/zeff(i1)/values(:) ⇹1FLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/zeff(i1)/coefficients(:,:) ⇹1FLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/b_field_r(i1)TAoS¶R component of the magnetic field, given on various grid subsets
R component of the magnetic field, given on various grid subsets
1 |
|
ggd(itime)/b_field_r(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/b_field_r(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/b_field_r(i1)/values(:) ⇹TFLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/b_field_r(i1)/coefficients(:,:) ⇹TFLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/b_field_phi(i1)TAoS¶Toroidal component of the magnetic field, given on various grid […]
Toroidal component of the magnetic field, given on various grid subsets
1 |
|
Changed in version 3.42.0: Renamed from b_field_tor
ggd(itime)/b_field_phi(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/b_field_phi(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/b_field_phi(i1)/values(:) ⇹TFLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/b_field_phi(i1)/coefficients(:,:) ⇹TFLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/b_field_z(i1)TAoS¶Z component of the magnetic field, given on various grid subsets
Z component of the magnetic field, given on various grid subsets
1 |
|
ggd(itime)/b_field_z(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/b_field_z(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/b_field_z(i1)/values(:) ⇹TFLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/b_field_z(i1)/coefficients(:,:) ⇹TFLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/a_field_r(i1)T.mAoS¶R component of the magnetic vector potential, given on various […]
R component of the magnetic vector potential, given on various grid subsets
1 |
|
ggd(itime)/a_field_r(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/a_field_r(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/a_field_r(i1)/values(:) ⇹T.mFLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/a_field_r(i1)/coefficients(:,:) ⇹T.mFLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/a_field_phi(i1)T.mAoS¶Toroidal component of the magnetic vector potential, given on […]
Toroidal component of the magnetic vector potential, given on various grid subsets
1 |
|
Changed in version 3.42.0: Renamed from a_field_tor
ggd(itime)/a_field_phi(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/a_field_phi(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/a_field_phi(i1)/values(:) ⇹T.mFLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/a_field_phi(i1)/coefficients(:,:) ⇹T.mFLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/a_field_z(i1)T.mAoS¶Z component of the magnetic vector potential, given on various […]
Z component of the magnetic vector potential, given on various grid subsets
1 |
|
ggd(itime)/a_field_z(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/a_field_z(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/a_field_z(i1)/values(:) ⇹T.mFLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/a_field_z(i1)/coefficients(:,:) ⇹T.mFLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/psi(i1)WbAoS¶Poloidal flux, given on various grid subsets
Poloidal flux, given on various grid subsets
1 |
|
ggd(itime)/psi(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/psi(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/psi(i1)/values(:) ⇹WbFLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/psi(i1)/coefficients(:,:) ⇹WbFLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/velocity_r(i1)m.s^-1AoS¶R component of the plasma velocity, given on various grid subsets
R component of the plasma velocity, given on various grid subsets
1 |
|
ggd(itime)/velocity_r(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/velocity_r(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/velocity_r(i1)/values(:) ⇹m.s^-1FLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/velocity_r(i1)/coefficients(:,:) ⇹m.s^-1FLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/velocity_phi(i1)m.s^-1AoS¶Toroidal component of the plasma velocity, given on various grid […]
Toroidal component of the plasma velocity, given on various grid subsets
1 |
|
Changed in version 3.42.0: Renamed from velocity_tor
ggd(itime)/velocity_phi(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/velocity_phi(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/velocity_phi(i1)/values(:) ⇹m.s^-1FLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/velocity_phi(i1)/coefficients(:,:) ⇹m.s^-1FLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/velocity_z(i1)m.s^-1AoS¶Z component of the plasma velocity, given on various grid subsets
Z component of the plasma velocity, given on various grid subsets
1 |
|
ggd(itime)/velocity_z(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/velocity_z(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/velocity_z(i1)/values(:) ⇹m.s^-1FLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/velocity_z(i1)/coefficients(:,:) ⇹m.s^-1FLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/velocity_parallel(i1)m.s^-1AoS¶Parallel (to magnetic field) component of the plasma velocity, […]
Parallel (to magnetic field) component of the plasma velocity, given on various grid subsets
1 |
|
ggd(itime)/velocity_parallel(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/velocity_parallel(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/velocity_parallel(i1)/values(:) ⇹m.s^-1FLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/velocity_parallel(i1)/coefficients(:,:) ⇹m.s^-1FLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/velocity_parallel_over_b_field(i1)m.s^-1.T^-1AoS¶Parallel (to magnetic field) component of the plasma velocity […]
Parallel (to magnetic field) component of the plasma velocity divided by the modulus of the local magnetic field, given on various grid subsets
1 |
|
New in version >3.36.0.
ggd(itime)/velocity_parallel_over_b_field(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/velocity_parallel_over_b_field(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/velocity_parallel_over_b_field(i1)/values(:) ⇹m.s^-1.T^-1FLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/velocity_parallel_over_b_field(i1)/coefficients(:,:) ⇹m.s^-1.T^-1FLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/phi_potential(i1)VAoS¶Electric potential, given on various grid subsets
Electric potential, given on various grid subsets
1 |
|
ggd(itime)/phi_potential(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/phi_potential(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/phi_potential(i1)/values(:) ⇹VFLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/phi_potential(i1)/coefficients(:,:) ⇹VFLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/vorticity(i1)s^-1AoS¶Vorticity, given on various grid subsets
Vorticity, given on various grid subsets
1 |
|
ggd(itime)/vorticity(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/vorticity(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/vorticity(i1)/values(:) ⇹s^-1FLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/vorticity(i1)/coefficients(:,:) ⇹s^-1FLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/vorticity_over_r(i1)m^-1.s^-1AoS¶Vorticity divided by the local major radius, given on various […]
Vorticity divided by the local major radius, given on various grid subsets
1 |
|
New in version >3.36.0.
ggd(itime)/vorticity_over_r(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/vorticity_over_r(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/vorticity_over_r(i1)/values(:) ⇹m^-1.s^-1FLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/vorticity_over_r(i1)/coefficients(:,:) ⇹m^-1.s^-1FLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/j_r(i1)A.m^-2AoS¶R component of the current density, given on various grid subsets
R component of the current density, given on various grid subsets
1 |
|
ggd(itime)/j_r(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/j_r(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/j_r(i1)/values(:) ⇹A.m^-2FLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/j_r(i1)/coefficients(:,:) ⇹A.m^-2FLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/j_phi(i1)A.m^-2AoS¶Toroidal component of the current density, given on various grid […]
Toroidal component of the current density, given on various grid subsets
1 |
|
Changed in version 3.42.0: Renamed from j_tor
ggd(itime)/j_phi(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/j_phi(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/j_phi(i1)/values(:) ⇹A.m^-2FLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/j_phi(i1)/coefficients(:,:) ⇹A.m^-2FLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/r_j_phi(i1)A.m^-1AoS¶Toroidal component of the current density multiplied by the local […]
Toroidal component of the current density multiplied by the local major radius, given on various grid subsets
1 |
|
Changed in version 3.42.0: Renamed from j_tor_r
New in version >3.36.0.
ggd(itime)/r_j_phi(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/r_j_phi(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/r_j_phi(i1)/values(:) ⇹A.m^-1FLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/r_j_phi(i1)/coefficients(:,:) ⇹A.m^-1FLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/j_z(i1)A.m^-2AoS¶Z component of the current density, given on various grid subsets
Z component of the current density, given on various grid subsets
1 |
|
ggd(itime)/j_z(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/j_z(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/j_z(i1)/values(:) ⇹A.m^-2FLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/j_z(i1)/coefficients(:,:) ⇹A.m^-2FLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|
ggd(itime)/mass_density(i1)kg.m^-3AoS¶Mass density, given on various grid subsets
Mass density, given on various grid subsets
1 |
|
ggd(itime)/mass_density(i1)/grid_indexINT_0D¶Index of the grid used to represent this quantity
Index of the grid used to represent this quantity
ggd(itime)/mass_density(i1)/grid_subset_indexINT_0D¶Index of the grid subset the data is provided on. […]
Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index
ggd(itime)/mass_density(i1)/values(:) ⇹kg.m^-3FLT_1D¶One scalar value is provided per element in the grid subset.
One scalar value is provided per element in the grid subset.
1 |
|
ggd(itime)/mass_density(i1)/coefficients(:,:) ⇹kg.m^-3FLT_2D¶Interpolation coefficients, to be used for a high precision evaluation […]
Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).
1 |
|
2 |
|