Version: 8.3.0
SALOME_TYPES Namespace Reference

This module contains type definitions for the communication between supervision codes and computation codes in parametric studies. More...

Data Structures

struct  Parameter
 Structure describing a parameter that can be used for specific information exchange between the codes. More...
 
struct  ParametricInput
 Structure describing the input of a computation code. More...
 
struct  ParametricOutput
 Structure describing the output of a computation code. More...
 

Typedefs

typedef sequence< ParameterParameterList
 List of parameters. More...
 
typedef sequence< double > Variable
 Type representing the value of a single variable exchanged between the codes (e.g. More...
 
typedef sequence< VariableVariableSequence
 Type representing a state, i.e. More...
 
typedef sequence
< VariableSequence
StateSequence
 Type representing a set of states. More...
 
typedef sequence< StateSequenceTimeSequence
 Type representing a time sequence, with a set of states for each time step. More...
 
typedef sequence< string > VarList
 List of variable names. More...
 
typedef sequence< long > ListOfLong
 
typedef sequence< double > ListOfDouble
 
typedef sequence< string > ListOfString
 
typedef sequence< ListOfDoubleListOfDouble2
 

Detailed Description

This module contains type definitions for the communication between supervision codes and computation codes in parametric studies.

Typedef Documentation

typedef sequence<double> SALOME_TYPES::ListOfDouble
typedef sequence<long> SALOME_TYPES::ListOfLong
typedef sequence<string> SALOME_TYPES::ListOfString

List of parameters.

Type representing a set of states.

Type representing a time sequence, with a set of states for each time step.

Hence it is represented as a sequence of StateSequence.

typedef sequence<double> SALOME_TYPES::Variable

Type representing the value of a single variable exchanged between the codes (e.g.

a force "F"). As the variables may be vectors (or even matrices), their value is represented as a sequence of real numbers.

Type representing a state, i.e.

a set containing the values of all the variables of interest.

typedef sequence<string> SALOME_TYPES::VarList

List of variable names.