UAL Python Interface

Module ual.ual

class ual.ual.itm(s=-1, r=-1, rs=-1, rr=-1)[source]
__init__(s=-1, r=-1, rs=-1, rr=-1)[source]
__str__(depth=0)[source]
__del__()[source]
setShot(inShot)[source]
setRun(inRun)[source]
setRefShot(inRefShot)[source]
setRefNum(inRefRun)[source]
setTreeName(inTreeName)[source]
getShot()[source]
getRun()[source]
getRefShot()[source]
getRefRun()[source]
getTreeName()[source]
isConnected()[source]
create()[source]
create_env(user, tokamak, version)[source]
create_hdf5()[source]
open()[source]
open_env(user, tokamak, version)[source]
open_hdf5()[source]
close()[source]
enableMemCache()[source]
disableMemCache()[source]
discardMemCache()[source]
flushMemCache()[source]
getTimes(path)[source]
__module__ = 'ual.ual'

Module ual.ualdef

ual.ualdef.check_status(status)[source]
ual.ualdef.verb()[source]
ual.ualdef.dev()[source]

Module ual.edge

class ual.edge.edge[source]

class edge CPO for edge/SOL plasma description. Time-dependent CPO

Attributes: - datainfo : class datainfostructuredatainfo

Generic information on a data item
  • grid : class gridstructurecomplexgrid

    Grid description

  • species : class speciesstruct_arrayspecies_desc: array of speciesstruct_arrayspecies_descObj objects

    Description of ion species. Array of structures(nspecies)

  • compositions : class compositionsstructurecompositions_type

    Contains all the composition information for the simulation (main ions, impurities, neutrals, edge species).

  • fluid : class fluidstructureedge_fluid

    Fluid description of edge plasma. Time-dependent.

  • kinetic : class kineticstructureedge_kinetic

    Kinetic description of edge plasma. Time-dependent.

  • codeparam : class codeparamstructurecodeparam

    Code parameters

  • time : float

    Time [s]; Time-dependent; Scalar

__init__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(occurence=0)[source]
replaceLastSlice(occurence=0)[source]
putNonTimed(occurence=0)[source]
getSlice(inTime, interpolMode, occurence=0)[source]
build_non_resampled_data(occurence=0)[source]
deleteData(occurence=0)[source]
__module__ = 'ual.edge'
class ual.edge.edgeArray[source]

class edgeArray CPO for edge/SOL plasma description. Time-dependent CPO

Attributes: - array : list of edge

Each list element correspond to one time slice.
__init__()[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
put(occurence=0)[source]
get(occurence=0)[source]
resize(nb_cpos)[source]
deleteAll(occurence=0)[source]
__module__ = 'ual.edge'
class ual.edge.datainfostructuredatainfo(base_path_in='datainfo')[source]

class datainfostructuredatainfo Generic information on a data item

Attributes: - dataprovider : str

Name of the actual data provider (the person who filled the data)
  • putdate : str

    Date at which the data has been put in the DB

  • source : str

    Exact reference of the data source (e.g. original reference in the native machine data base)

  • comment : str

    Any additional comment

  • cocos : int

    COordinates COnventionS followed by this CPO

  • id : int

    CPO id for checking its provenance in the workflow

  • isref : int

    1 if the data can be found in the present data base entry; 2 if the data can be found in a parent data base entry; 0 if no data consistent with the present entry can be found.

  • whatref : class whatrefstructurewhatref

    Structure defining a database entry and the CPO occurrence

  • putinfo : class putinfostructureputinfo

    Level 2 information describing how to retrieve the actual data for the UAL. Not to be filled/used by the ITM user !

__init__(base_path_in='datainfo')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.whatrefstructurewhatref(base_path_in='whatref')[source]

class whatrefstructurewhatref Structure defining a database entry and the CPO occurrence

Attributes: - user : str

Name of the user if private data, public if public ITM database.
  • machine : str

    Name of the device

  • shot : int

    Shot number

  • run : int

    Run number

  • occurrence : int

    Occurrence number of the CPO in the reference entry

__init__(base_path_in='whatref')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.putinfostructureputinfo(base_path_in='putinfo')[source]

class putinfostructureputinfo Level 2 information describing how to retrieve the actual data for the UAL. Not to be filled/used by the ITM user !

Attributes: - putmethod : str

Storage method for this data
  • putaccess : str

    Instructions to access the data using this method

  • putlocation : str

    Name of this data under this method

  • rights : str

    Access rights to this data

__init__(base_path_in='putinfo')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.gridstructurecomplexgrid(base_path_in='grid')[source]

class gridstructurecomplexgrid Grid description

Attributes: - uid : int

Unique index of this grid. Used for handling multiple grids
  • id : str

    Name / identifier string for this grid

  • spaces : class spacesstruct_arraycomplexgrid_space: array of spacesstruct_arraycomplexgrid_spaceObj objects

    Definitions of grid spaces. Array of structures (number of spaces)

  • subgrids : class subgridsstruct_arraycomplexgrid_subgrid: array of subgridsstruct_arraycomplexgrid_subgridObj objects

    Definitions of subgrids. Array of structures (number of subgrids)

  • metric : class metricstructurecomplexgrid_metric

    Metric coefficients

  • geo : class geostruct_arraycomplexgrid_geo_global: array of geostruct_arraycomplexgrid_geo_globalObj objects

    Geometry data for implicit objects

  • bases : class basesstruct_arraycomplexgrid_vector: array of basesstruct_arraycomplexgrid_vectorObj objects

    Vector bases. Used for aligned vector representation. Array of structures (number of bases)

__init__(base_path_in='grid')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.spacesstruct_arraycomplexgrid_space(base_path_in='spaces')[source]

class spacesstruct_arraycomplexgrid_space Definitions of grid spaces. Array of structures (number of spaces)

Attributes: - array : list of spacesstruct_arraycomplexgrid_spaceObj

__init__(base_path_in='spaces')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.spacesstruct_arraycomplexgrid_spaceObj(base_path_in='spaces')[source]

class spacesstruct_arraycomplexgrid_spaceObj Definitions of grid spaces. Array of structures (number of spaces)

Attributes: - geotype : numpy.ndarray 1D with int)

Type of space geometry (id flags). Flags defining how the geometry (objects.geo) fields associated with; space objects are to be interpreted. Array (number of geometries defined for this space),; first dimension: geometry index. A flag value of GRID_UNDEFINED=0 indicates the standard interpretation for; the given coordinates.
  • geotypeid : list of str

    Type of space geometries (id string). See geotype.

  • coordtype : numpy.ndarray 2D with int

    Type of coordinates describing the physical space. Vector (number of space dimensions); The size of coordtype defines the dimension of the space.; For predefined integer constants for standard coordinates see; the documentation of the grid service library.

  • objects : class objectsstruct_arrayobjects: array of objectsstruct_arrayobjectsObj objects

    Definition of the space objects.; Array of structures (dimension of highest-dimensional objects).; First dimension: dimension of the objects (1=nodes, 2=edges, 3=faces, 4=cells/volumes, ...)

  • xpoints : numpy.ndarray 1D with int)

    List of indices of all nodes which are x-points. Vector (number of x-points)

__init__(base_path_in='spaces')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.objectsstruct_arrayobjects(base_path_in='objects')[source]

class objectsstruct_arrayobjects Definition of the space objects.; Array of structures (dimension of highest-dimensional objects).; First dimension: dimension of the objects (1=nodes, 2=edges, 3=faces, 4=cells/volumes, ...)

Attributes: - array : list of objectsstruct_arrayobjectsObj

__init__(base_path_in='objects')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.objectsstruct_arrayobjectsObj(base_path_in='objects')[source]

class objectsstruct_arrayobjectsObj Definition of the space objects.; Array of structures (dimension of highest-dimensional objects).; First dimension: dimension of the objects (1=nodes, 2=edges, 3=faces, 4=cells/volumes, ...)

Attributes: - boundary : numpy.ndarray 2D with int

Lists of (n-1)-dimensional space objects defining the boundary of an n-dimensional space object.; Matrix(number of objects of dimension n, maximum number of boundary objects).; First dimension: object index, second dimension: boundary object index
  • neighbour : numpy.ndarray 3D with int

    Connectivity information. Array (number of objects, maximum number of boundaries per object, maximum number of neighbours per boundary).; Stores the indices of the n-dimensional objects adjacent to the given n-dimensional object.;An object can possibly have multiple neighbours on every boundary.; First dimension: object index, second dimension: boundary index, third dimension: neighbour index on the boundary.

  • geo : numpy.ndarray 4D with float

    Geometry data matrix associated with every object. Float array (number of objects, number of geometry coeff. 1, number of geometry coeff. 2, number of geometries).; The exact definition depends on the geometry type of the space (complexgrid_space.geotype).; First dimension: object index, second+third dimension: geometry coefficient matrix row+column, third dimension: geometry index (for definition of multiple geometries).

  • measure : numpy.ndarray 2D with float

    Measure of space objects, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...). [m^dim].; First dimension: object index, second dimension: geometry index

__init__(base_path_in='objects')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.subgridsstruct_arraycomplexgrid_subgrid(base_path_in='subgrids')[source]

class subgridsstruct_arraycomplexgrid_subgrid Definitions of subgrids. Array of structures (number of subgrids)

Attributes: - array : list of subgridsstruct_arraycomplexgrid_subgridObj

__init__(base_path_in='subgrids')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.subgridsstruct_arraycomplexgrid_subgridObj(base_path_in='subgrids')[source]

class subgridsstruct_arraycomplexgrid_subgridObj Definitions of subgrids. Array of structures (number of subgrids)

Attributes: - id : str

ID string (name) of the subgrid.
  • list : class liststruct_arraycomplexgrid_objectlist: array of liststruct_arraycomplexgrid_objectlistObj objects

    List of object lists. Array of structures (number of object lists).

__init__(base_path_in='subgrids')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.liststruct_arraycomplexgrid_objectlist(base_path_in='list')[source]

class liststruct_arraycomplexgrid_objectlist List of object lists. Array of structures (number of object lists).

Attributes: - array : list of liststruct_arraycomplexgrid_objectlistObj

__init__(base_path_in='list')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.liststruct_arraycomplexgrid_objectlistObj(base_path_in='list')[source]

class liststruct_arraycomplexgrid_objectlistObj List of object lists. Array of structures (number of object lists).

Attributes: - cls : numpy.ndarray 1D with int)

Class tuple of the grid objects in this object list. Vector (number of grid spaces)
  • indset : class indsetstruct_arraycomplexgrid_indexlist: array of indsetstruct_arraycomplexgrid_indexlistObj objects

    Implicit list of the object indices.; Array of structures (number of grid spaces = length of index tuple). Every index of the index tuple is described by an index set, which defines either a list of index values or a range of index values.

  • ind : numpy.ndarray 2D with int

    Explicit list of index tuples. Matrix (number of objects, number of spaces in grid).; First dimension: object index, second dimension: index tuple/space index.; If this field is defined and has nonzero size, the object list is understood to be explicit.

__init__(base_path_in='list')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.indsetstruct_arraycomplexgrid_indexlist(base_path_in='indset')[source]

class indsetstruct_arraycomplexgrid_indexlist Implicit list of the object indices.; Array of structures (number of grid spaces = length of index tuple). Every index of the index tuple is described by an index set, which defines either a list of index values or a range of index values.

Attributes: - array : list of indsetstruct_arraycomplexgrid_indexlistObj

__init__(base_path_in='indset')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.indsetstruct_arraycomplexgrid_indexlistObj(base_path_in='indset')[source]

class indsetstruct_arraycomplexgrid_indexlistObj Implicit list of the object indices.; Array of structures (number of grid spaces = length of index tuple). Every index of the index tuple is described by an index set, which defines either a list of index values or a range of index values.

Attributes: - range : numpy.ndarray 1D with int)

Defines an index range enumerating from range[1] to range[2] (with both range[1] and range[2] included). If additionally a third value range(3) is given, it is used as a stride. If it is omitted, a stride of 1 is assumed. Vector(3)
  • ind : numpy.ndarray 1D with int)

    An explicit list of indices. If this member is defined and has nonzero size, the list is assumed to be explicit. Vector(length of explicit index list)

__init__(base_path_in='indset')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.metricstructurecomplexgrid_metric(base_path_in='metric')[source]

class metricstructurecomplexgrid_metric Metric coefficients

Attributes: - measure : class measurestruct_arraycomplexgrid_scalar: array of measurestruct_arraycomplexgrid_scalarObj objects

Measure of object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects). [m^dim].; Use this field to store measures of implicitly defined grid objects.; Array of structures (number of subgrids this information is stored on)
  • g11 : class g11struct_arraycomplexgrid_scalar: array of g11struct_arraycomplexgrid_scalarObj objects

    Metric coefficients g11. Array of structures (number of subgrids this information is stored on)

  • g12 : class g12struct_arraycomplexgrid_scalar: array of g12struct_arraycomplexgrid_scalarObj objects

    Metric coefficients g12. Array of structures (number of subgrids this information is stored on)

  • g13 : class g13struct_arraycomplexgrid_scalar: array of g13struct_arraycomplexgrid_scalarObj objects

    Metric coefficients g13. Array of structures (number of subgrids this information is stored on)

  • g22 : class g22struct_arraycomplexgrid_scalar: array of g22struct_arraycomplexgrid_scalarObj objects

    Metric coefficients g22. Array of structures (number of subgrids this information is stored on)

  • g23 : class g23struct_arraycomplexgrid_scalar: array of g23struct_arraycomplexgrid_scalarObj objects

    Metric coefficients g23. Array of structures (number of subgrids this information is stored on)

  • g33 : class g33struct_arraycomplexgrid_scalar: array of g33struct_arraycomplexgrid_scalarObj objects

    Metric coefficients g33. Array of structures (number of subgrids this information is stored on)

  • jacobian : class jacobianstruct_arraycomplexgrid_scalar: array of jacobianstruct_arraycomplexgrid_scalarObj objects

    Jacobian. Array of structures (number of subgrids this information is stored on)

__init__(base_path_in='metric')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.measurestruct_arraycomplexgrid_scalar(base_path_in='measure')[source]

class measurestruct_arraycomplexgrid_scalar Measure of object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects). [m^dim].; Use this field to store measures of implicitly defined grid objects.; Array of structures (number of subgrids this information is stored on)

Attributes: - array : list of measurestruct_arraycomplexgrid_scalarObj

__init__(base_path_in='measure')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.measurestruct_arraycomplexgrid_scalarObj(base_path_in='measure')[source]

class measurestruct_arraycomplexgrid_scalarObj Measure of object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects). [m^dim].; Use this field to store measures of implicitly defined grid objects.; Array of structures (number of subgrids this information is stored on)

Attributes: - griduid : int

Unique identifier of the grid this scalar quantity is associated with.
  • subgrid : int

    Index of the subgrid (as stored in grid.subgrids) the data is stored on.

  • scalar : numpy.ndarray 1D with float

    Scalar representation of data. One scalar entry is stored per object in the subgrid.; The order is implicitly defined by the subgrid.; Float Vector(nobjects_subgrid). First dimension: object index.

  • vector : numpy.ndarray 2D with float

    Vector representation of data. One vector is stored per object in the subgrid. The order is implicitly defined by the subgrid.; Float matrix(nobjects_subgrid, ndata).First dimension: object index, second dimension: index of data vector.

  • matrix : numpy.ndarray 3D with float

    Matrix representation of data. One matrix is stored per object in the subgrid. The order is implicitly defined by the subgrid.; 3d float array(nobjects_subgrid,ndata1,ndata2). First dimension: object index, second dimension: matrix row, third dimension: matrix column.

__init__(base_path_in='measure')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.g11struct_arraycomplexgrid_scalar(base_path_in='g11')[source]

class g11struct_arraycomplexgrid_scalar Metric coefficients g11. Array of structures (number of subgrids this information is stored on)

Attributes: - array : list of g11struct_arraycomplexgrid_scalarObj

__init__(base_path_in='g11')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.g11struct_arraycomplexgrid_scalarObj(base_path_in='g11')[source]

class g11struct_arraycomplexgrid_scalarObj Metric coefficients g11. Array of structures (number of subgrids this information is stored on)

Attributes: - griduid : int

Unique identifier of the grid this scalar quantity is associated with.
  • subgrid : int

    Index of the subgrid (as stored in grid.subgrids) the data is stored on.

  • scalar : numpy.ndarray 1D with float

    Scalar representation of data. One scalar entry is stored per object in the subgrid.; The order is implicitly defined by the subgrid.; Float Vector(nobjects_subgrid). First dimension: object index.

  • vector : numpy.ndarray 2D with float

    Vector representation of data. One vector is stored per object in the subgrid. The order is implicitly defined by the subgrid.; Float matrix(nobjects_subgrid, ndata).First dimension: object index, second dimension: index of data vector.

  • matrix : numpy.ndarray 3D with float

    Matrix representation of data. One matrix is stored per object in the subgrid. The order is implicitly defined by the subgrid.; 3d float array(nobjects_subgrid,ndata1,ndata2). First dimension: object index, second dimension: matrix row, third dimension: matrix column.

__init__(base_path_in='g11')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.g12struct_arraycomplexgrid_scalar(base_path_in='g12')[source]

class g12struct_arraycomplexgrid_scalar Metric coefficients g12. Array of structures (number of subgrids this information is stored on)

Attributes: - array : list of g12struct_arraycomplexgrid_scalarObj

__init__(base_path_in='g12')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.g12struct_arraycomplexgrid_scalarObj(base_path_in='g12')[source]

class g12struct_arraycomplexgrid_scalarObj Metric coefficients g12. Array of structures (number of subgrids this information is stored on)

Attributes: - griduid : int

Unique identifier of the grid this scalar quantity is associated with.
  • subgrid : int

    Index of the subgrid (as stored in grid.subgrids) the data is stored on.

  • scalar : numpy.ndarray 1D with float

    Scalar representation of data. One scalar entry is stored per object in the subgrid.; The order is implicitly defined by the subgrid.; Float Vector(nobjects_subgrid). First dimension: object index.

  • vector : numpy.ndarray 2D with float

    Vector representation of data. One vector is stored per object in the subgrid. The order is implicitly defined by the subgrid.; Float matrix(nobjects_subgrid, ndata).First dimension: object index, second dimension: index of data vector.

  • matrix : numpy.ndarray 3D with float

    Matrix representation of data. One matrix is stored per object in the subgrid. The order is implicitly defined by the subgrid.; 3d float array(nobjects_subgrid,ndata1,ndata2). First dimension: object index, second dimension: matrix row, third dimension: matrix column.

__init__(base_path_in='g12')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.g13struct_arraycomplexgrid_scalar(base_path_in='g13')[source]

class g13struct_arraycomplexgrid_scalar Metric coefficients g13. Array of structures (number of subgrids this information is stored on)

Attributes: - array : list of g13struct_arraycomplexgrid_scalarObj

__init__(base_path_in='g13')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.g13struct_arraycomplexgrid_scalarObj(base_path_in='g13')[source]

class g13struct_arraycomplexgrid_scalarObj Metric coefficients g13. Array of structures (number of subgrids this information is stored on)

Attributes: - griduid : int

Unique identifier of the grid this scalar quantity is associated with.
  • subgrid : int

    Index of the subgrid (as stored in grid.subgrids) the data is stored on.

  • scalar : numpy.ndarray 1D with float

    Scalar representation of data. One scalar entry is stored per object in the subgrid.; The order is implicitly defined by the subgrid.; Float Vector(nobjects_subgrid). First dimension: object index.

  • vector : numpy.ndarray 2D with float

    Vector representation of data. One vector is stored per object in the subgrid. The order is implicitly defined by the subgrid.; Float matrix(nobjects_subgrid, ndata).First dimension: object index, second dimension: index of data vector.

  • matrix : numpy.ndarray 3D with float

    Matrix representation of data. One matrix is stored per object in the subgrid. The order is implicitly defined by the subgrid.; 3d float array(nobjects_subgrid,ndata1,ndata2). First dimension: object index, second dimension: matrix row, third dimension: matrix column.

__init__(base_path_in='g13')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.g22struct_arraycomplexgrid_scalar(base_path_in='g22')[source]

class g22struct_arraycomplexgrid_scalar Metric coefficients g22. Array of structures (number of subgrids this information is stored on)

Attributes: - array : list of g22struct_arraycomplexgrid_scalarObj

__init__(base_path_in='g22')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.g22struct_arraycomplexgrid_scalarObj(base_path_in='g22')[source]

class g22struct_arraycomplexgrid_scalarObj Metric coefficients g22. Array of structures (number of subgrids this information is stored on)

Attributes: - griduid : int

Unique identifier of the grid this scalar quantity is associated with.
  • subgrid : int

    Index of the subgrid (as stored in grid.subgrids) the data is stored on.

  • scalar : numpy.ndarray 1D with float

    Scalar representation of data. One scalar entry is stored per object in the subgrid.; The order is implicitly defined by the subgrid.; Float Vector(nobjects_subgrid). First dimension: object index.

  • vector : numpy.ndarray 2D with float

    Vector representation of data. One vector is stored per object in the subgrid. The order is implicitly defined by the subgrid.; Float matrix(nobjects_subgrid, ndata).First dimension: object index, second dimension: index of data vector.

  • matrix : numpy.ndarray 3D with float

    Matrix representation of data. One matrix is stored per object in the subgrid. The order is implicitly defined by the subgrid.; 3d float array(nobjects_subgrid,ndata1,ndata2). First dimension: object index, second dimension: matrix row, third dimension: matrix column.

__init__(base_path_in='g22')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.g23struct_arraycomplexgrid_scalar(base_path_in='g23')[source]

class g23struct_arraycomplexgrid_scalar Metric coefficients g23. Array of structures (number of subgrids this information is stored on)

Attributes: - array : list of g23struct_arraycomplexgrid_scalarObj

__init__(base_path_in='g23')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.g23struct_arraycomplexgrid_scalarObj(base_path_in='g23')[source]

class g23struct_arraycomplexgrid_scalarObj Metric coefficients g23. Array of structures (number of subgrids this information is stored on)

Attributes: - griduid : int

Unique identifier of the grid this scalar quantity is associated with.
  • subgrid : int

    Index of the subgrid (as stored in grid.subgrids) the data is stored on.

  • scalar : numpy.ndarray 1D with float

    Scalar representation of data. One scalar entry is stored per object in the subgrid.; The order is implicitly defined by the subgrid.; Float Vector(nobjects_subgrid). First dimension: object index.

  • vector : numpy.ndarray 2D with float

    Vector representation of data. One vector is stored per object in the subgrid. The order is implicitly defined by the subgrid.; Float matrix(nobjects_subgrid, ndata).First dimension: object index, second dimension: index of data vector.

  • matrix : numpy.ndarray 3D with float

    Matrix representation of data. One matrix is stored per object in the subgrid. The order is implicitly defined by the subgrid.; 3d float array(nobjects_subgrid,ndata1,ndata2). First dimension: object index, second dimension: matrix row, third dimension: matrix column.

__init__(base_path_in='g23')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.g33struct_arraycomplexgrid_scalar(base_path_in='g33')[source]

class g33struct_arraycomplexgrid_scalar Metric coefficients g33. Array of structures (number of subgrids this information is stored on)

Attributes: - array : list of g33struct_arraycomplexgrid_scalarObj

__init__(base_path_in='g33')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.g33struct_arraycomplexgrid_scalarObj(base_path_in='g33')[source]

class g33struct_arraycomplexgrid_scalarObj Metric coefficients g33. Array of structures (number of subgrids this information is stored on)

Attributes: - griduid : int

Unique identifier of the grid this scalar quantity is associated with.
  • subgrid : int

    Index of the subgrid (as stored in grid.subgrids) the data is stored on.

  • scalar : numpy.ndarray 1D with float

    Scalar representation of data. One scalar entry is stored per object in the subgrid.; The order is implicitly defined by the subgrid.; Float Vector(nobjects_subgrid). First dimension: object index.

  • vector : numpy.ndarray 2D with float

    Vector representation of data. One vector is stored per object in the subgrid. The order is implicitly defined by the subgrid.; Float matrix(nobjects_subgrid, ndata).First dimension: object index, second dimension: index of data vector.

  • matrix : numpy.ndarray 3D with float

    Matrix representation of data. One matrix is stored per object in the subgrid. The order is implicitly defined by the subgrid.; 3d float array(nobjects_subgrid,ndata1,ndata2). First dimension: object index, second dimension: matrix row, third dimension: matrix column.

__init__(base_path_in='g33')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.jacobianstruct_arraycomplexgrid_scalar(base_path_in='jacobian')[source]

class jacobianstruct_arraycomplexgrid_scalar Jacobian. Array of structures (number of subgrids this information is stored on)

Attributes: - array : list of jacobianstruct_arraycomplexgrid_scalarObj

__init__(base_path_in='jacobian')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.jacobianstruct_arraycomplexgrid_scalarObj(base_path_in='jacobian')[source]

class jacobianstruct_arraycomplexgrid_scalarObj Jacobian. Array of structures (number of subgrids this information is stored on)

Attributes: - griduid : int

Unique identifier of the grid this scalar quantity is associated with.
  • subgrid : int

    Index of the subgrid (as stored in grid.subgrids) the data is stored on.

  • scalar : numpy.ndarray 1D with float

    Scalar representation of data. One scalar entry is stored per object in the subgrid.; The order is implicitly defined by the subgrid.; Float Vector(nobjects_subgrid). First dimension: object index.

  • vector : numpy.ndarray 2D with float

    Vector representation of data. One vector is stored per object in the subgrid. The order is implicitly defined by the subgrid.; Float matrix(nobjects_subgrid, ndata).First dimension: object index, second dimension: index of data vector.

  • matrix : numpy.ndarray 3D with float

    Matrix representation of data. One matrix is stored per object in the subgrid. The order is implicitly defined by the subgrid.; 3d float array(nobjects_subgrid,ndata1,ndata2). First dimension: object index, second dimension: matrix row, third dimension: matrix column.

__init__(base_path_in='jacobian')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.geostruct_arraycomplexgrid_geo_global(base_path_in='geo')[source]

class geostruct_arraycomplexgrid_geo_global Geometry data for implicit objects

Attributes: - array : list of geostruct_arraycomplexgrid_geo_globalObj

__init__(base_path_in='geo')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.geostruct_arraycomplexgrid_geo_globalObj(base_path_in='geo')[source]

class geostruct_arraycomplexgrid_geo_globalObj Geometry data for implicit objects

Attributes: - geotype : int

Type of geometry (id flag). A flag defining how the geometry data associated with grid objects is to be interpreted. If the field is undefined (0=GRID_UNDEFINED), the standard interpretation for; the given coordinate types is assumed.
  • geotypeid : str

    Type of geometry (id string).

  • coordtype : numpy.ndarray 1D with int)

    Type of coordinates describing the physical space. Vector (number of space dimensions); The size of coordtype defines the dimension of the space.; For predefined integer constants for standard coordinates see; the documentation of the grid service library.

  • geo_matrix : class geo_matrixstruct_arraycomplexgrid_scalar: array of geo_matrixstruct_arraycomplexgrid_scalarObj objects

    Geometry data matrix associated with implicit objects. Array of structures (number of subgrids this information is stored on); The exact definition of the stored values depends on the geometry type of the geometry complexgrid_geo_global.geotype;

  • measure : class measurestruct_arraycomplexgrid_scalar: array of measurestruct_arraycomplexgrid_scalarObj objects

    Measure of object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects) in this geometry. [m^dim].; Use this field to store measures of implicitly defined grid objects.; Array of structures (number of subgrids this information is stored on)

__init__(base_path_in='geo')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.geo_matrixstruct_arraycomplexgrid_scalar(base_path_in='geo_matrix')[source]

class geo_matrixstruct_arraycomplexgrid_scalar Geometry data matrix associated with implicit objects. Array of structures (number of subgrids this information is stored on); The exact definition of the stored values depends on the geometry type of the geometry complexgrid_geo_global.geotype;

Attributes: - array : list of geo_matrixstruct_arraycomplexgrid_scalarObj

__init__(base_path_in='geo_matrix')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.geo_matrixstruct_arraycomplexgrid_scalarObj(base_path_in='geo_matrix')[source]

class geo_matrixstruct_arraycomplexgrid_scalarObj Geometry data matrix associated with implicit objects. Array of structures (number of subgrids this information is stored on); The exact definition of the stored values depends on the geometry type of the geometry complexgrid_geo_global.geotype;

Attributes: - griduid : int

Unique identifier of the grid this scalar quantity is associated with.
  • subgrid : int

    Index of the subgrid (as stored in grid.subgrids) the data is stored on.

  • scalar : numpy.ndarray 1D with float

    Scalar representation of data. One scalar entry is stored per object in the subgrid.; The order is implicitly defined by the subgrid.; Float Vector(nobjects_subgrid). First dimension: object index.

  • vector : numpy.ndarray 2D with float

    Vector representation of data. One vector is stored per object in the subgrid. The order is implicitly defined by the subgrid.; Float matrix(nobjects_subgrid, ndata).First dimension: object index, second dimension: index of data vector.

  • matrix : numpy.ndarray 3D with float

    Matrix representation of data. One matrix is stored per object in the subgrid. The order is implicitly defined by the subgrid.; 3d float array(nobjects_subgrid,ndata1,ndata2). First dimension: object index, second dimension: matrix row, third dimension: matrix column.

__init__(base_path_in='geo_matrix')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.basesstruct_arraycomplexgrid_vector(base_path_in='bases')[source]

class basesstruct_arraycomplexgrid_vector Vector bases. Used for aligned vector representation. Array of structures (number of bases)

Attributes: - array : list of basesstruct_arraycomplexgrid_vectorObj

__init__(base_path_in='bases')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.basesstruct_arraycomplexgrid_vectorObj(base_path_in='bases')[source]

class basesstruct_arraycomplexgrid_vectorObj Vector bases. Used for aligned vector representation. Array of structures (number of bases)

Attributes: - griduid : int

Unique identifier of the grid this vector quantity is associated with.
  • label : str

    Label describing the data

  • comp : class compstruct_arraycomplexgrid_scalar: array of compstruct_arraycomplexgrid_scalarObj objects

    Components of the vector. Array of structures (number of vector components). Time-dependent; FIXME: inherit time-dependence for this element

  • align : numpy.ndarray 1D with int)

    Alignment flag for vector components. Integer vector (number of vector components).

  • alignid : list of str

    Alignment id for vector components. String vector (number of vector components).

  • basis : int

    Index of basis (defined in associated grid) this vector is aligned to; If set to GRID_UNDEFINED=0, the canonical basis of the default coordinates of the grid assumed.

__init__(base_path_in='bases')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.compstruct_arraycomplexgrid_scalar(base_path_in='comp')[source]

class compstruct_arraycomplexgrid_scalar Components of the vector. Array of structures (number of vector components). Time-dependent; FIXME: inherit time-dependence for this element

Attributes: - array : list of compstruct_arraycomplexgrid_scalarObj

__init__(base_path_in='comp')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.compstruct_arraycomplexgrid_scalarObj(base_path_in='comp')[source]

class compstruct_arraycomplexgrid_scalarObj Components of the vector. Array of structures (number of vector components). Time-dependent; FIXME: inherit time-dependence for this element

Attributes: - griduid : int

Unique identifier of the grid this scalar quantity is associated with.
  • subgrid : int

    Index of the subgrid (as stored in grid.subgrids) the data is stored on.

  • scalar : numpy.ndarray 1D with float

    Scalar representation of data. One scalar entry is stored per object in the subgrid.; The order is implicitly defined by the subgrid.; Float Vector(nobjects_subgrid). First dimension: object index.

  • vector : numpy.ndarray 2D with float

    Vector representation of data. One vector is stored per object in the subgrid. The order is implicitly defined by the subgrid.; Float matrix(nobjects_subgrid, ndata).First dimension: object index, second dimension: index of data vector.

  • matrix : numpy.ndarray 3D with float

    Matrix representation of data. One matrix is stored per object in the subgrid. The order is implicitly defined by the subgrid.; 3d float array(nobjects_subgrid,ndata1,ndata2). First dimension: object index, second dimension: matrix row, third dimension: matrix column.

__init__(base_path_in='comp')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.speciesstruct_arrayspecies_desc(base_path_in='species')[source]

class speciesstruct_arrayspecies_desc Description of ion species. Array of structures(nspecies)

Attributes: - array : list of speciesstruct_arrayspecies_descObj

__init__(base_path_in='species')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.speciesstruct_arrayspecies_descObj(base_path_in='species')[source]

class speciesstruct_arrayspecies_descObj Description of ion species. Array of structures(nspecies)

Attributes: - label : str

Name of species
  • amn : float

    Atomic mass number of the species

  • zn : float

    Nuclear charge of the impurity

  • zmin : float

    Minimum Z of species charge state bundle

  • zmax : float

    Maximum Z of species charge state bundle

__init__(base_path_in='species')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.compositionsstructurecompositions_type(base_path_in='compositions')[source]

class compositionsstructurecompositions_type Contains all the composition information for the simulation (main ions, impurities, neutrals, edge species).

Attributes: - nuclei : class nucleistruct_arraynuclei: array of nucleistruct_arraynucleiObj objects

Array of nuclei considered.
  • ions : class ionsstruct_arrayions: array of ionsstruct_arrayionsObj objects

    Array of main plasma ions.

  • impurities : class impuritiesstruct_arrayimpurities: array of impuritiesstruct_arrayimpuritiesObj objects

    Array of impurities.

  • neutralscomp : class neutralscompstruct_arraycomposition_neutralscomp: array of neutralscompstruct_arraycomposition_neutralscompObj objects

    Array of neutrals.

  • edgespecies : class edgespeciesstruct_arrayedgespecies: array of edgespeciesstruct_arrayedgespeciesObj objects

    Array of edge species.

  • signature : class signaturestructureidentifier

    Identifier for species choices. The goal of this is to uniquely capture the species blocks so that if the signatures are the same then the species blocks will also be the same.

__init__(base_path_in='compositions')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.nucleistruct_arraynuclei(base_path_in='nuclei')[source]

class nucleistruct_arraynuclei Array of nuclei considered.

Attributes: - array : list of nucleistruct_arraynucleiObj

__init__(base_path_in='nuclei')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.nucleistruct_arraynucleiObj(base_path_in='nuclei')[source]

class nucleistruct_arraynucleiObj Array of nuclei considered.

Attributes: - zn : float

Nuclear charge [units of elementary charge];
  • amn : float

    Mass of atom [amu]

  • label : str

    String identifying element (e.g. H, D, T, He, C, ...)

__init__(base_path_in='nuclei')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.ionsstruct_arrayions(base_path_in='ions')[source]

class ionsstruct_arrayions Array of main plasma ions.

Attributes: - array : list of ionsstruct_arrayionsObj

__init__(base_path_in='ions')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.ionsstruct_arrayionsObj(base_path_in='ions')[source]

class ionsstruct_arrayionsObj Array of main plasma ions.

Attributes: - nucindex : int

Index into list of nuclei; int
  • zion : float

    Ion charge (of the dominant ionisation state; lumped ions are allowed); Vector (nion)

  • imp_flag : int

    Multiple charge state calculation flag : 0-Only one charge state is considered; 1-Multiple charge state are considered and are described in impurity CPO; Vector (nion)

  • label : str

    String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)

__init__(base_path_in='ions')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.impuritiesstruct_arrayimpurities(base_path_in='impurities')[source]

class impuritiesstruct_arrayimpurities Array of impurities.

Attributes: - array : list of impuritiesstruct_arrayimpuritiesObj

__init__(base_path_in='impurities')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.impuritiesstruct_arrayimpuritiesObj(base_path_in='impurities')[source]

class impuritiesstruct_arrayimpuritiesObj Array of impurities.

Attributes: - nucindex : int

Index into list of nuclei; int
  • i_ion : int

    Index of the impurity species in the coreprof ion species ordering. Vector (nimp)

  • nzimp : int

    Number of charge states (or bundles) considered for this impurity species.

  • zmin : numpy.ndarray 1D with float

    Minimum Z of impurity ionisation state bundle. Vector (nzimp)

  • zmax : numpy.ndarray 1D with float

    Maximum Z of impurity ionisation state bundle. If no bundle, zmax=zmin. Vector (nzimp)

  • label : list of str

    String array (nzimp) identifying impurities (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

__init__(base_path_in='impurities')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.neutralscompstruct_arraycomposition_neutralscomp(base_path_in='neutralscomp')[source]

class neutralscompstruct_arraycomposition_neutralscomp Array of neutrals.

Attributes: - array : list of neutralscompstruct_arraycomposition_neutralscompObj

__init__(base_path_in='neutralscomp')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.neutralscompstruct_arraycomposition_neutralscompObj(base_path_in='neutralscomp')[source]

class neutralscompstruct_arraycomposition_neutralscompObj Array of neutrals.

Attributes: - neutcomp : class neutcompstruct_arraycomposition_neutrals_neutcomp: array of neutcompstruct_arraycomposition_neutrals_neutcompObj objects

Array of components to the atom or molecule. Vector (ncomp)
  • type : class typestruct_arrayidentifier: array of typestruct_arrayidentifierObj objects

    Type of neutral, in terms of energy : 0=cold, 1=thermal, 2= fast, 3=NBI. Vector (ntype) of identifiers

  • label : str

    String identifying the atom or molecule (e.g. D2, DT, CD4, ...)

__init__(base_path_in='neutralscomp')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.neutcompstruct_arraycomposition_neutrals_neutcomp(base_path_in='neutcomp')[source]

class neutcompstruct_arraycomposition_neutrals_neutcomp Array of components to the atom or molecule. Vector (ncomp)

Attributes: - array : list of neutcompstruct_arraycomposition_neutrals_neutcompObj

__init__(base_path_in='neutcomp')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.neutcompstruct_arraycomposition_neutrals_neutcompObj(base_path_in='neutcomp')[source]

class neutcompstruct_arraycomposition_neutrals_neutcompObj Array of components to the atom or molecule. Vector (ncomp)

Attributes: - nucindex : int

Index into list of nuclei; int
  • multiplicity : int

    Multiplicity of the atom; int

__init__(base_path_in='neutcomp')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.typestruct_arrayidentifier(base_path_in='type')[source]

class typestruct_arrayidentifier Type of neutral, in terms of energy : 0=cold, 1=thermal, 2= fast, 3=NBI. Vector (ntype) of identifiers

Attributes: - array : list of typestruct_arrayidentifierObj

__init__(base_path_in='type')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.typestruct_arrayidentifierObj(base_path_in='type')[source]

class typestruct_arrayidentifierObj Type of neutral, in terms of energy : 0=cold, 1=thermal, 2= fast, 3=NBI. Vector (ntype) of identifiers

Attributes: - id : str

Short string identifier
  • flag : int

    Integer identifier

  • description : str

    Verbose description of identifier

__init__(base_path_in='type')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.edgespeciesstruct_arrayedgespecies(base_path_in='edgespecies')[source]

class edgespeciesstruct_arrayedgespecies Array of edge species.

Attributes: - array : list of edgespeciesstruct_arrayedgespeciesObj

__init__(base_path_in='edgespecies')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.edgespeciesstruct_arrayedgespeciesObj(base_path_in='edgespecies')[source]

class edgespeciesstruct_arrayedgespeciesObj Array of edge species.

Attributes: - nucindex : int

Index into list of nuclei; int
  • zmin : float

    Minimum Z of species charge state bundle

  • zmax : float

    Maximum Z of species charge state bundle

  • label : str

    String identifying the species (e.g. D0, D+, C0, C+, C+2, ...)

__init__(base_path_in='edgespecies')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.signaturestructureidentifier(base_path_in='signature')[source]

class signaturestructureidentifier Identifier for species choices. The goal of this is to uniquely capture the species blocks so that if the signatures are the same then the species blocks will also be the same.

Attributes: - id : str

Short string identifier
  • flag : int

    Integer identifier

  • description : str

    Verbose description of identifier

__init__(base_path_in='signature')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.fluidstructureedge_fluid(base_path_in='fluid')[source]

class fluidstructureedge_fluid Fluid description of edge plasma. Time-dependent.

Attributes: - ne : class nestructureedge_fluid_scalar_simplestruct

Electron density [1/m^3]; Time-dependent;
  • ni : class nistruct_arrayedge_fluid_scalar: array of nistruct_arrayedge_fluid_scalarObj objects

    Ion density [1/m^3] (per species). Array of structures(nspecies); Time-dependent;

  • ve : class vestructureedge_fluid_vector_simplestruct

    Electron velocity [m/s]; Time-dependent;

  • vi : class vistruct_arrayedge_fluid_vector: array of vistruct_arrayedge_fluid_vectorObj objects

    Ion velocity [m/s] (per species).Array of structures(nspecies); Time-dependent;

  • te : class testructureedge_fluid_scalar_simplestruct

    Electron temperature [eV]; Time-dependent;

  • ti : class tistruct_arrayedge_fluid_scalar: array of tistruct_arrayedge_fluid_scalarObj objects

    Ion temperature [eV] (per species). Array of structures(nspecies).; Time-dependent;

  • te_aniso : class te_anisostructureedge_fluid_vector_simplestruct

    Anisotropic electron temperature [eV]; Time-dependent;

  • ti_aniso : class ti_anisostruct_arrayedge_fluid_vector: array of ti_anisostruct_arrayedge_fluid_vectorObj objects

    Anisotropic ion temperature [eV] (per species). Array of structures(nspecies); Time-dependent;

  • po : class postructureedge_fluid_scalar_simplestruct

    Electric potential [V]; Time-dependent;

  • j : class jstructureedge_fluid_vector_simplestruct

    Electric current [A]; Time-dependent;

  • b : class bstruct_arraycomplexgrid_vector: array of bstruct_arraycomplexgrid_vectorObj objects

    Magnetic field vector [T]; Time-dependent;

__init__(base_path_in='fluid')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.nestructureedge_fluid_scalar_simplestruct(base_path_in='ne')[source]

class nestructureedge_fluid_scalar_simplestruct Electron density [1/m^3]; Time-dependent;

Attributes: - value : class valuestruct_arraycomplexgrid_scalar: array of valuestruct_arraycomplexgrid_scalarObj objects

Value of the quantity. Possibly stored on multiple subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)
  • bndvalue : class bndvaluestruct_arraycomplexgrid_scalar: array of bndvaluestruct_arraycomplexgrid_scalarObj objects

    Boundary values of the quantity. Possibly stored on multiple (boundary) subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • flux : class fluxstruct_arraycomplexgrid_vector: array of fluxstruct_arraycomplexgrid_vectorObj objects

    Flux of the quantity. Possibly stored on multiple subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • bndflux : class bndfluxstruct_arraycomplexgrid_vector: array of bndfluxstruct_arraycomplexgrid_vectorObj objects

    Flux of the quantity. Possibly stored on multiple (boundary) subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • transpcoeff : class transpcoeffstruct_arrayedge_fluid_scalar_transpcoeff: array of transpcoeffstruct_arrayedge_fluid_scalar_transpcoeffObj objects

    Transport coefficients; Time-dependent; Array of structures (nsubgrid_quantity)

  • source : class sourcestruct_arraycomplexgrid_scalar: array of sourcestruct_arraycomplexgrid_scalarObj objects

    Source; Time-dependent; Array of structures (nsubgrid_quantity)

__init__(base_path_in='ne')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.valuestruct_arraycomplexgrid_scalar(base_path_in='value')[source]

class valuestruct_arraycomplexgrid_scalar Value of the quantity. Possibly stored on multiple subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

Attributes: - array : list of valuestruct_arraycomplexgrid_scalarObj

__init__(base_path_in='value')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.valuestruct_arraycomplexgrid_scalarObj(base_path_in='value')[source]

class valuestruct_arraycomplexgrid_scalarObj Value of the quantity. Possibly stored on multiple subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

Attributes: - griduid : int

Unique identifier of the grid this scalar quantity is associated with.
  • subgrid : int

    Index of the subgrid (as stored in grid.subgrids) the data is stored on.

  • scalar : numpy.ndarray 1D with float

    Scalar representation of data. One scalar entry is stored per object in the subgrid.; The order is implicitly defined by the subgrid.; Float Vector(nobjects_subgrid). First dimension: object index.

  • vector : numpy.ndarray 2D with float

    Vector representation of data. One vector is stored per object in the subgrid. The order is implicitly defined by the subgrid.; Float matrix(nobjects_subgrid, ndata).First dimension: object index, second dimension: index of data vector.

  • matrix : numpy.ndarray 3D with float

    Matrix representation of data. One matrix is stored per object in the subgrid. The order is implicitly defined by the subgrid.; 3d float array(nobjects_subgrid,ndata1,ndata2). First dimension: object index, second dimension: matrix row, third dimension: matrix column.

__init__(base_path_in='value')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.bndvaluestruct_arraycomplexgrid_scalar(base_path_in='bndvalue')[source]

class bndvaluestruct_arraycomplexgrid_scalar Boundary values of the quantity. Possibly stored on multiple (boundary) subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

Attributes: - array : list of bndvaluestruct_arraycomplexgrid_scalarObj

__init__(base_path_in='bndvalue')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.bndvaluestruct_arraycomplexgrid_scalarObj(base_path_in='bndvalue')[source]

class bndvaluestruct_arraycomplexgrid_scalarObj Boundary values of the quantity. Possibly stored on multiple (boundary) subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

Attributes: - griduid : int

Unique identifier of the grid this scalar quantity is associated with.
  • subgrid : int

    Index of the subgrid (as stored in grid.subgrids) the data is stored on.

  • scalar : numpy.ndarray 1D with float

    Scalar representation of data. One scalar entry is stored per object in the subgrid.; The order is implicitly defined by the subgrid.; Float Vector(nobjects_subgrid). First dimension: object index.

  • vector : numpy.ndarray 2D with float

    Vector representation of data. One vector is stored per object in the subgrid. The order is implicitly defined by the subgrid.; Float matrix(nobjects_subgrid, ndata).First dimension: object index, second dimension: index of data vector.

  • matrix : numpy.ndarray 3D with float

    Matrix representation of data. One matrix is stored per object in the subgrid. The order is implicitly defined by the subgrid.; 3d float array(nobjects_subgrid,ndata1,ndata2). First dimension: object index, second dimension: matrix row, third dimension: matrix column.

__init__(base_path_in='bndvalue')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.fluxstruct_arraycomplexgrid_vector(base_path_in='flux')[source]

class fluxstruct_arraycomplexgrid_vector Flux of the quantity. Possibly stored on multiple subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

Attributes: - array : list of fluxstruct_arraycomplexgrid_vectorObj

__init__(base_path_in='flux')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.fluxstruct_arraycomplexgrid_vectorObj(base_path_in='flux')[source]

class fluxstruct_arraycomplexgrid_vectorObj Flux of the quantity. Possibly stored on multiple subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

Attributes: - griduid : int

Unique identifier of the grid this vector quantity is associated with.
  • label : str

    Label describing the data

  • comp : class compstruct_arraycomplexgrid_scalar: array of compstruct_arraycomplexgrid_scalarObj objects

    Components of the vector. Array of structures (number of vector components). Time-dependent; FIXME: inherit time-dependence for this element

  • align : numpy.ndarray 1D with int)

    Alignment flag for vector components. Integer vector (number of vector components).

  • alignid : list of str

    Alignment id for vector components. String vector (number of vector components).

  • basis : int

    Index of basis (defined in associated grid) this vector is aligned to; If set to GRID_UNDEFINED=0, the canonical basis of the default coordinates of the grid assumed.

__init__(base_path_in='flux')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.bndfluxstruct_arraycomplexgrid_vector(base_path_in='bndflux')[source]

class bndfluxstruct_arraycomplexgrid_vector Flux of the quantity. Possibly stored on multiple (boundary) subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

Attributes: - array : list of bndfluxstruct_arraycomplexgrid_vectorObj

__init__(base_path_in='bndflux')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.bndfluxstruct_arraycomplexgrid_vectorObj(base_path_in='bndflux')[source]

class bndfluxstruct_arraycomplexgrid_vectorObj Flux of the quantity. Possibly stored on multiple (boundary) subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

Attributes: - griduid : int

Unique identifier of the grid this vector quantity is associated with.
  • label : str

    Label describing the data

  • comp : class compstruct_arraycomplexgrid_scalar: array of compstruct_arraycomplexgrid_scalarObj objects

    Components of the vector. Array of structures (number of vector components). Time-dependent; FIXME: inherit time-dependence for this element

  • align : numpy.ndarray 1D with int)

    Alignment flag for vector components. Integer vector (number of vector components).

  • alignid : list of str

    Alignment id for vector components. String vector (number of vector components).

  • basis : int

    Index of basis (defined in associated grid) this vector is aligned to; If set to GRID_UNDEFINED=0, the canonical basis of the default coordinates of the grid assumed.

__init__(base_path_in='bndflux')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.transpcoeffstruct_arrayedge_fluid_scalar_transpcoeff(base_path_in='transpcoeff')[source]

class transpcoeffstruct_arrayedge_fluid_scalar_transpcoeff Transport coefficients; Time-dependent; Array of structures (nsubgrid_quantity)

Attributes: - array : list of transpcoeffstruct_arrayedge_fluid_scalar_transpcoeffObj

__init__(base_path_in='transpcoeff')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.transpcoeffstruct_arrayedge_fluid_scalar_transpcoeffObj(base_path_in='transpcoeff')[source]

class transpcoeffstruct_arrayedge_fluid_scalar_transpcoeffObj Transport coefficients; Time-dependent; Array of structures (nsubgrid_quantity)

Attributes: - d : class dstructurecomplexgrid_vector_simplestruct

Diffusivity [m^2/s]; Time-dependent;
  • v : class vstructurecomplexgrid_vector_simplestruct

    Velocity [m/s]; Time-dependent;

__init__(base_path_in='transpcoeff')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.dstructurecomplexgrid_vector_simplestruct(base_path_in='d')[source]

class dstructurecomplexgrid_vector_simplestruct Diffusivity [m^2/s]; Time-dependent;

Attributes: - label : str

Label describing the data
  • comp : class compstruct_arraycomplexgrid_scalar: array of compstruct_arraycomplexgrid_scalarObj objects

    Components of the vector. Vector of griddata(ndim). Time-dependent; FIXME: inherit time-dependence for this element

  • align : numpy.ndarray 1D with int)

    Alignment of vector components, numerical flag. Int vector(ndim)

  • alignid : list of str

    Alignment of vector components, string description. String vector(ndim)

__init__(base_path_in='d')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.vstructurecomplexgrid_vector_simplestruct(base_path_in='v')[source]

class vstructurecomplexgrid_vector_simplestruct Velocity [m/s]; Time-dependent;

Attributes: - label : str

Label describing the data
  • comp : class compstruct_arraycomplexgrid_scalar: array of compstruct_arraycomplexgrid_scalarObj objects

    Components of the vector. Vector of griddata(ndim). Time-dependent; FIXME: inherit time-dependence for this element

  • align : numpy.ndarray 1D with int)

    Alignment of vector components, numerical flag. Int vector(ndim)

  • alignid : list of str

    Alignment of vector components, string description. String vector(ndim)

__init__(base_path_in='v')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.sourcestruct_arraycomplexgrid_scalar(base_path_in='source')[source]

class sourcestruct_arraycomplexgrid_scalar Source; Time-dependent; Array of structures (nsubgrid_quantity)

Attributes: - array : list of sourcestruct_arraycomplexgrid_scalarObj

__init__(base_path_in='source')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.sourcestruct_arraycomplexgrid_scalarObj(base_path_in='source')[source]

class sourcestruct_arraycomplexgrid_scalarObj Source; Time-dependent; Array of structures (nsubgrid_quantity)

Attributes: - griduid : int

Unique identifier of the grid this scalar quantity is associated with.
  • subgrid : int

    Index of the subgrid (as stored in grid.subgrids) the data is stored on.

  • scalar : numpy.ndarray 1D with float

    Scalar representation of data. One scalar entry is stored per object in the subgrid.; The order is implicitly defined by the subgrid.; Float Vector(nobjects_subgrid). First dimension: object index.

  • vector : numpy.ndarray 2D with float

    Vector representation of data. One vector is stored per object in the subgrid. The order is implicitly defined by the subgrid.; Float matrix(nobjects_subgrid, ndata).First dimension: object index, second dimension: index of data vector.

  • matrix : numpy.ndarray 3D with float

    Matrix representation of data. One matrix is stored per object in the subgrid. The order is implicitly defined by the subgrid.; 3d float array(nobjects_subgrid,ndata1,ndata2). First dimension: object index, second dimension: matrix row, third dimension: matrix column.

__init__(base_path_in='source')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.nistruct_arrayedge_fluid_scalar(base_path_in='ni')[source]

class nistruct_arrayedge_fluid_scalar Ion density [1/m^3] (per species). Array of structures(nspecies); Time-dependent;

Attributes: - array : list of nistruct_arrayedge_fluid_scalarObj

__init__(base_path_in='ni')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.nistruct_arrayedge_fluid_scalarObj(base_path_in='ni')[source]

class nistruct_arrayedge_fluid_scalarObj Ion density [1/m^3] (per species). Array of structures(nspecies); Time-dependent;

Attributes: - value : class valuestruct_arraycomplexgrid_scalar: array of valuestruct_arraycomplexgrid_scalarObj objects

Value of the quantity. Possibly stored on multiple subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)
  • bndvalue : class bndvaluestruct_arraycomplexgrid_scalar: array of bndvaluestruct_arraycomplexgrid_scalarObj objects

    Boundary values of the quantity. Possibly stored on multiple (boundary) subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • flux : class fluxstruct_arraycomplexgrid_vector: array of fluxstruct_arraycomplexgrid_vectorObj objects

    Flux of the quantity. Possibly stored on multiple subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • bndflux : class bndfluxstruct_arraycomplexgrid_vector: array of bndfluxstruct_arraycomplexgrid_vectorObj objects

    Flux of the quantity. Possibly stored on multiple (boundary) subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • transpcoeff : class transpcoeffstruct_arrayedge_fluid_scalar_transpcoeff: array of transpcoeffstruct_arrayedge_fluid_scalar_transpcoeffObj objects

    Transport coefficients; Time-dependent; Array of structures (nsubgrid_quantity)

  • source : class sourcestruct_arraycomplexgrid_scalar: array of sourcestruct_arraycomplexgrid_scalarObj objects

    Source; Time-dependent; Array of structures (nsubgrid_quantity)

__init__(base_path_in='ni')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.vestructureedge_fluid_vector_simplestruct(base_path_in='ve')[source]

class vestructureedge_fluid_vector_simplestruct Electron velocity [m/s]; Time-dependent;

Attributes: - griduid : int

Unique identifier of the grid this vector quantity is associated with.
  • basis : int

    Index of basis (defined in associated grid) this vector is aligned to; If set to GRID_UNDEFINED=0, the canonical basis of the default coordinates of the grid assumed.

  • comps : class compsstruct_arrayedge_fluid_scalar: array of compsstruct_arrayedge_fluid_scalarObj objects

    Components of the vector. Array of structures(ndim); Time-dependent;

  • align : numpy.ndarray 1D with int)

    Alignment of vector components, numerical flag. Int vector(ndim);

  • alignid : list of str

    Alignment of vector components, string description. String vector(ndim);

__init__(base_path_in='ve')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.compsstruct_arrayedge_fluid_scalar(base_path_in='comps')[source]

class compsstruct_arrayedge_fluid_scalar Components of the vector. Array of structures(ndim); Time-dependent;

Attributes: - array : list of compsstruct_arrayedge_fluid_scalarObj

__init__(base_path_in='comps')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.compsstruct_arrayedge_fluid_scalarObj(base_path_in='comps')[source]

class compsstruct_arrayedge_fluid_scalarObj Components of the vector. Array of structures(ndim); Time-dependent;

Attributes: - value : class valuestruct_arraycomplexgrid_scalar: array of valuestruct_arraycomplexgrid_scalarObj objects

Value of the quantity. Possibly stored on multiple subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)
  • bndvalue : class bndvaluestruct_arraycomplexgrid_scalar: array of bndvaluestruct_arraycomplexgrid_scalarObj objects

    Boundary values of the quantity. Possibly stored on multiple (boundary) subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • flux : class fluxstruct_arraycomplexgrid_vector: array of fluxstruct_arraycomplexgrid_vectorObj objects

    Flux of the quantity. Possibly stored on multiple subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • bndflux : class bndfluxstruct_arraycomplexgrid_vector: array of bndfluxstruct_arraycomplexgrid_vectorObj objects

    Flux of the quantity. Possibly stored on multiple (boundary) subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • transpcoeff : class transpcoeffstruct_arrayedge_fluid_scalar_transpcoeff: array of transpcoeffstruct_arrayedge_fluid_scalar_transpcoeffObj objects

    Transport coefficients; Time-dependent; Array of structures (nsubgrid_quantity)

  • source : class sourcestruct_arraycomplexgrid_scalar: array of sourcestruct_arraycomplexgrid_scalarObj objects

    Source; Time-dependent; Array of structures (nsubgrid_quantity)

__init__(base_path_in='comps')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.vistruct_arrayedge_fluid_vector(base_path_in='vi')[source]

class vistruct_arrayedge_fluid_vector Ion velocity [m/s] (per species).Array of structures(nspecies); Time-dependent;

Attributes: - array : list of vistruct_arrayedge_fluid_vectorObj

__init__(base_path_in='vi')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.vistruct_arrayedge_fluid_vectorObj(base_path_in='vi')[source]

class vistruct_arrayedge_fluid_vectorObj Ion velocity [m/s] (per species).Array of structures(nspecies); Time-dependent;

Attributes: - griduid : int

Unique identifier of the grid this vector quantity is associated with.
  • basis : int

    Index of basis (defined in associated grid) this vector is aligned to; If set to GRID_UNDEFINED=0, the canonical basis of the default coordinates of the grid assumed.

  • align : numpy.ndarray 1D with int)

    Alignment of vector components, numerical flag. Int vector (number of vector components);

  • alignid : list of str

    Alignment of vector components, string description. String vector (number of vector components);

  • comps : class compsstruct_arrayedge_fluid_scalar: array of compsstruct_arrayedge_fluid_scalarObj objects

    Components of the vector. Array of structures (number of vector components); Time-dependent;

__init__(base_path_in='vi')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.testructureedge_fluid_scalar_simplestruct(base_path_in='te')[source]

class testructureedge_fluid_scalar_simplestruct Electron temperature [eV]; Time-dependent;

Attributes: - value : class valuestruct_arraycomplexgrid_scalar: array of valuestruct_arraycomplexgrid_scalarObj objects

Value of the quantity. Possibly stored on multiple subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)
  • bndvalue : class bndvaluestruct_arraycomplexgrid_scalar: array of bndvaluestruct_arraycomplexgrid_scalarObj objects

    Boundary values of the quantity. Possibly stored on multiple (boundary) subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • flux : class fluxstruct_arraycomplexgrid_vector: array of fluxstruct_arraycomplexgrid_vectorObj objects

    Flux of the quantity. Possibly stored on multiple subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • bndflux : class bndfluxstruct_arraycomplexgrid_vector: array of bndfluxstruct_arraycomplexgrid_vectorObj objects

    Flux of the quantity. Possibly stored on multiple (boundary) subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • transpcoeff : class transpcoeffstruct_arrayedge_fluid_scalar_transpcoeff: array of transpcoeffstruct_arrayedge_fluid_scalar_transpcoeffObj objects

    Transport coefficients; Time-dependent; Array of structures (nsubgrid_quantity)

  • source : class sourcestruct_arraycomplexgrid_scalar: array of sourcestruct_arraycomplexgrid_scalarObj objects

    Source; Time-dependent; Array of structures (nsubgrid_quantity)

__init__(base_path_in='te')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.tistruct_arrayedge_fluid_scalar(base_path_in='ti')[source]

class tistruct_arrayedge_fluid_scalar Ion temperature [eV] (per species). Array of structures(nspecies).; Time-dependent;

Attributes: - array : list of tistruct_arrayedge_fluid_scalarObj

__init__(base_path_in='ti')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.tistruct_arrayedge_fluid_scalarObj(base_path_in='ti')[source]

class tistruct_arrayedge_fluid_scalarObj Ion temperature [eV] (per species). Array of structures(nspecies).; Time-dependent;

Attributes: - value : class valuestruct_arraycomplexgrid_scalar: array of valuestruct_arraycomplexgrid_scalarObj objects

Value of the quantity. Possibly stored on multiple subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)
  • bndvalue : class bndvaluestruct_arraycomplexgrid_scalar: array of bndvaluestruct_arraycomplexgrid_scalarObj objects

    Boundary values of the quantity. Possibly stored on multiple (boundary) subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • flux : class fluxstruct_arraycomplexgrid_vector: array of fluxstruct_arraycomplexgrid_vectorObj objects

    Flux of the quantity. Possibly stored on multiple subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • bndflux : class bndfluxstruct_arraycomplexgrid_vector: array of bndfluxstruct_arraycomplexgrid_vectorObj objects

    Flux of the quantity. Possibly stored on multiple (boundary) subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • transpcoeff : class transpcoeffstruct_arrayedge_fluid_scalar_transpcoeff: array of transpcoeffstruct_arrayedge_fluid_scalar_transpcoeffObj objects

    Transport coefficients; Time-dependent; Array of structures (nsubgrid_quantity)

  • source : class sourcestruct_arraycomplexgrid_scalar: array of sourcestruct_arraycomplexgrid_scalarObj objects

    Source; Time-dependent; Array of structures (nsubgrid_quantity)

__init__(base_path_in='ti')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.te_anisostructureedge_fluid_vector_simplestruct(base_path_in='te_aniso')[source]

class te_anisostructureedge_fluid_vector_simplestruct Anisotropic electron temperature [eV]; Time-dependent;

Attributes: - griduid : int

Unique identifier of the grid this vector quantity is associated with.
  • basis : int

    Index of basis (defined in associated grid) this vector is aligned to; If set to GRID_UNDEFINED=0, the canonical basis of the default coordinates of the grid assumed.

  • comps : class compsstruct_arrayedge_fluid_scalar: array of compsstruct_arrayedge_fluid_scalarObj objects

    Components of the vector. Array of structures(ndim); Time-dependent;

  • align : numpy.ndarray 1D with int)

    Alignment of vector components, numerical flag. Int vector(ndim);

  • alignid : list of str

    Alignment of vector components, string description. String vector(ndim);

__init__(base_path_in='te_aniso')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.ti_anisostruct_arrayedge_fluid_vector(base_path_in='ti_aniso')[source]

class ti_anisostruct_arrayedge_fluid_vector Anisotropic ion temperature [eV] (per species). Array of structures(nspecies); Time-dependent;

Attributes: - array : list of ti_anisostruct_arrayedge_fluid_vectorObj

__init__(base_path_in='ti_aniso')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.ti_anisostruct_arrayedge_fluid_vectorObj(base_path_in='ti_aniso')[source]

class ti_anisostruct_arrayedge_fluid_vectorObj Anisotropic ion temperature [eV] (per species). Array of structures(nspecies); Time-dependent;

Attributes: - griduid : int

Unique identifier of the grid this vector quantity is associated with.
  • basis : int

    Index of basis (defined in associated grid) this vector is aligned to; If set to GRID_UNDEFINED=0, the canonical basis of the default coordinates of the grid assumed.

  • align : numpy.ndarray 1D with int)

    Alignment of vector components, numerical flag. Int vector (number of vector components);

  • alignid : list of str

    Alignment of vector components, string description. String vector (number of vector components);

  • comps : class compsstruct_arrayedge_fluid_scalar: array of compsstruct_arrayedge_fluid_scalarObj objects

    Components of the vector. Array of structures (number of vector components); Time-dependent;

__init__(base_path_in='ti_aniso')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.postructureedge_fluid_scalar_simplestruct(base_path_in='po')[source]

class postructureedge_fluid_scalar_simplestruct Electric potential [V]; Time-dependent;

Attributes: - value : class valuestruct_arraycomplexgrid_scalar: array of valuestruct_arraycomplexgrid_scalarObj objects

Value of the quantity. Possibly stored on multiple subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)
  • bndvalue : class bndvaluestruct_arraycomplexgrid_scalar: array of bndvaluestruct_arraycomplexgrid_scalarObj objects

    Boundary values of the quantity. Possibly stored on multiple (boundary) subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • flux : class fluxstruct_arraycomplexgrid_vector: array of fluxstruct_arraycomplexgrid_vectorObj objects

    Flux of the quantity. Possibly stored on multiple subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • bndflux : class bndfluxstruct_arraycomplexgrid_vector: array of bndfluxstruct_arraycomplexgrid_vectorObj objects

    Flux of the quantity. Possibly stored on multiple (boundary) subgrids.; Time-dependent; Array of structures (nsubgrid_quantity)

  • transpcoeff : class transpcoeffstruct_arrayedge_fluid_scalar_transpcoeff: array of transpcoeffstruct_arrayedge_fluid_scalar_transpcoeffObj objects

    Transport coefficients; Time-dependent; Array of structures (nsubgrid_quantity)

  • source : class sourcestruct_arraycomplexgrid_scalar: array of sourcestruct_arraycomplexgrid_scalarObj objects

    Source; Time-dependent; Array of structures (nsubgrid_quantity)

__init__(base_path_in='po')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.jstructureedge_fluid_vector_simplestruct(base_path_in='j')[source]

class jstructureedge_fluid_vector_simplestruct Electric current [A]; Time-dependent;

Attributes: - griduid : int

Unique identifier of the grid this vector quantity is associated with.
  • basis : int

    Index of basis (defined in associated grid) this vector is aligned to; If set to GRID_UNDEFINED=0, the canonical basis of the default coordinates of the grid assumed.

  • comps : class compsstruct_arrayedge_fluid_scalar: array of compsstruct_arrayedge_fluid_scalarObj objects

    Components of the vector. Array of structures(ndim); Time-dependent;

  • align : numpy.ndarray 1D with int)

    Alignment of vector components, numerical flag. Int vector(ndim);

  • alignid : list of str

    Alignment of vector components, string description. String vector(ndim);

__init__(base_path_in='j')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.bstruct_arraycomplexgrid_vector(base_path_in='b')[source]

class bstruct_arraycomplexgrid_vector Magnetic field vector [T]; Time-dependent;

Attributes: - array : list of bstruct_arraycomplexgrid_vectorObj

__init__(base_path_in='b')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.bstruct_arraycomplexgrid_vectorObj(base_path_in='b')[source]

class bstruct_arraycomplexgrid_vectorObj Magnetic field vector [T]; Time-dependent;

Attributes: - griduid : int

Unique identifier of the grid this vector quantity is associated with.
  • label : str

    Label describing the data

  • comp : class compstruct_arraycomplexgrid_scalar: array of compstruct_arraycomplexgrid_scalarObj objects

    Components of the vector. Array of structures (number of vector components). Time-dependent; FIXME: inherit time-dependence for this element

  • align : numpy.ndarray 1D with int)

    Alignment flag for vector components. Integer vector (number of vector components).

  • alignid : list of str

    Alignment id for vector components. String vector (number of vector components).

  • basis : int

    Index of basis (defined in associated grid) this vector is aligned to; If set to GRID_UNDEFINED=0, the canonical basis of the default coordinates of the grid assumed.

__init__(base_path_in='b')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.kineticstructureedge_kinetic(base_path_in='kinetic')[source]

class kineticstructureedge_kinetic Kinetic description of edge plasma. Time-dependent.

Attributes: - f : class fstruct_arrayedge_kinetic_distribution: array of fstruct_arrayedge_kinetic_distributionObj objects

Distribution function [1/m^3 (m/s)^-3]. Array of structuresr(nspecies); Time-dependent;
__init__(base_path_in='kinetic')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'
class ual.edge.fstruct_arrayedge_kinetic_distribution(base_path_in='f')[source]

class fstruct_arrayedge_kinetic_distribution Distribution function [1/m^3 (m/s)^-3]. Array of structuresr(nspecies); Time-dependent;

Attributes: - array : list of fstruct_arrayedge_kinetic_distributionObj

__init__(base_path_in='f')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.fstruct_arrayedge_kinetic_distributionObj(base_path_in='f')[source]

class fstruct_arrayedge_kinetic_distributionObj Distribution function [1/m^3 (m/s)^-3]. Array of structuresr(nspecies); Time-dependent;

Attributes: - value : class valuestruct_arraycomplexgrid_scalar: array of valuestruct_arraycomplexgrid_scalarObj objects

Value of distribution function. Possibly stored on multiple subgrids.; Vector (nsubgrid_quantity). Time-dependent;
  • bndvalue : class bndvaluestruct_arraycomplexgrid_scalar: array of bndvaluestruct_arraycomplexgrid_scalarObj objects

    Boundary value of distribution function. Possibly stored on multiple subgrids.; Vector (nsubgrid_quantity). Time-dependent;

  • fluxes : class fluxesstruct_arraycomplexgrid_vector: array of fluxesstruct_arraycomplexgrid_vectorObj objects

    Fluxes in phase space. Possibly stored on multiple subgrids.; Vector (nsubgrid_quantity). Time-dependent;

  • source : class sourcestruct_arraycomplexgrid_scalar: array of sourcestruct_arraycomplexgrid_scalarObj objects

    Sources in phase space. Possibly stored on multiple subgrids.; Vector (nsubgrid_quantity). Time-dependent;

__init__(base_path_in='f')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.fluxesstruct_arraycomplexgrid_vector(base_path_in='fluxes')[source]

class fluxesstruct_arraycomplexgrid_vector Fluxes in phase space. Possibly stored on multiple subgrids.; Vector (nsubgrid_quantity). Time-dependent;

Attributes: - array : list of fluxesstruct_arraycomplexgrid_vectorObj

__init__(base_path_in='fluxes')[source]
__getitem__(key)[source]
__len__()[source]
__iter__()[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
resize(nbelt)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.fluxesstruct_arraycomplexgrid_vectorObj(base_path_in='fluxes')[source]

class fluxesstruct_arraycomplexgrid_vectorObj Fluxes in phase space. Possibly stored on multiple subgrids.; Vector (nsubgrid_quantity). Time-dependent;

Attributes: - griduid : int

Unique identifier of the grid this vector quantity is associated with.
  • label : str

    Label describing the data

  • comp : class compstruct_arraycomplexgrid_scalar: array of compstruct_arraycomplexgrid_scalarObj objects

    Components of the vector. Array of structures (number of vector components). Time-dependent; FIXME: inherit time-dependence for this element

  • align : numpy.ndarray 1D with int)

    Alignment flag for vector components. Integer vector (number of vector components).

  • alignid : list of str

    Alignment id for vector components. String vector (number of vector components).

  • basis : int

    Index of basis (defined in associated grid) this vector is aligned to; If set to GRID_UNDEFINED=0, the canonical basis of the default coordinates of the grid assumed.

__init__(base_path_in='fluxes')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
__module__ = 'ual.edge'
class ual.edge.codeparamstructurecodeparam(base_path_in='codeparam')[source]

class codeparamstructurecodeparam Code parameters

Attributes: - codename : str

Name of the code
  • codeversion : str

    Version of the code (as in the ITM repository)

  • parameters : str

    List of the code specific parameters, string expected to be in XML format.

  • output_diag : str

    List of the code specific diagnostic/output, string expected to be in XML format.

  • output_flag : int

    Output flag : 0 means the run is successful, other values meaning some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used. Exact rules could discussed and implemented in the module wrapper. Time-dependent.

__init__(base_path_in='codeparam')[source]
__str__(depth=0)[source]
setExpIdx(idx)[source]
putSlice(path, cpopath)[source]
replaceLastSlice(path, cpopath)[source]
putNonTimed(path, cpopath)[source]
getSlice(path, cpopath, inTime, interpolMode)[source]
build_non_resampled_data(path, cpopath, nbslice)[source]
putTimedElt(path, cpopath, i, obj)[source]
getTimedElt(path, cpopath, i, obj)[source]
putNonTimedElt(path, cpopath, i, obj)[source]
getNonTimedElt(path, cpopath, i, obj)[source]
deleteData(path, cpopath)[source]
__module__ = 'ual.edge'

Module ual.edge_types

Table Of Contents

Previous topic

ualconnector - visualizing CPOs in VisIt

This Page