OpenTURNSFMUPointToFieldFunction
- class OpenTURNSFMUPointToFieldFunction(*args)
Define a PointToFieldFunction from a FMU file.
Methods
__call__(X)Call self as a function.
Accessor to the description of the input values of the function.
Accessor to the dimension of the input point of the function.
Accessor to the description of the output field values.
Accessor to the dimension of the output field values.
Accessor to the mesh of the output field of the function.
setInputDescription(descIn)Accessor to the description of the input values of the function.
setOutputDescription(descOut)Accessor to the description of the output field values.
- getInputDescription()
Accessor to the description of the input values of the function.
- Returns:
- descInsequence of str
The description of the input values of the function.
- getInputDimension()
Accessor to the dimension of the input point of the function.
- Returns:
- inputPointDimint
The dimension of the input point of the function
.
- getOutputDescription()
Accessor to the description of the output field values.
- Returns:
- descOutsequence of str
The description of the output field values of the function.
- getOutputDimension()
Accessor to the dimension of the output field values.
- Returns:
- outputFieldDimint
The dimension of the output field values
.
- getOutputMesh()
Accessor to the mesh of the output field of the function.
- Returns:
- outputMeshint
The mesh of the output field of the function.
- setInputDescription(descIn)
Accessor to the description of the input values of the function.
- Parameters:
- descInsequence of str
The description of the input values of the function.
- setOutputDescription(descOut)
Accessor to the description of the output field values.
- Parameters:
- descOutsequence of str
The description of theof the output field values of the function.