VariationParameter
Type of Physical parameter
SubTypes
Fields Summary
- Field
 - Description
 - currentValue
 - Current value
 - name
 - Name of the Physical parameter
 
Methods Summary
- Method
 - Description
 - createResultCurrentValue
 - New result with current value of the I/O parameter
 - importFile
 - Modify tabulated I/O parameter by importation of a 2D table
 - UpdateVariationParameterMultiphysics
 - Update current value of a multiphysics I/O parameter
 
Fields Details
- currentValue
 - currentValue : Current value - [1..6] Double
 - name
 - name : Name of the Physical parameter - [1..1] String
 
Method Details
- createResultCurrentValue
 - 
                  
- 
                        
Syntax
result = createResultCurrentValue(result)
 - 
                        
Parameters
- result : Result name - [1..1] String
 
 - 
                        
Returns
- createResultCurrentValue.result : Result - [0..N] Result
 
 
 - 
                        
 - importFile
 - 
                  
- 
                        
Syntax
importFile(fileName)
 - 
                        
Parameters
- fileName : Name of the values couple file to import - [1..1] String
 
 - 
                        
Returns
No return value
 
 - 
                        
 - UpdateVariationParameterMultiphysics
 - 
                  
- 
                        
Syntax
UpdateVariationParameterMultiphysics(value)
 - 
                        
Parameters
- value : Current value of the parameter - [1..1] Double
 
 - 
                        
Returns
No return value
 
 -