Since version 2026, Flux 3D and Flux PEEC are no longer available.

Please use SimLab to create a new 3D project or to import an existing Flux 3D project.

Please use SimLab to create a new PEEC project (not possible to import an existing Flux PEEC project).

/!\ Documentation updates are in progress – some mentions of 3D may still appear.

VariationParameter

Type of Physical parameter

Abstract Class VariationParameter

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