calibrationkey
ModelType
module-attribute
ModelType = Union['MicromechanicalBase', 'ElasticityBase', 'YieldFunction']
CalibrationKey
Base class for user-defined calibration keys, defines the setup method for setting the value to the model.
experiments
instance-attribute
Experiments.
parse
classmethod
Parse the calibration key from the form of module:qualname(key1,key2)
to the calibration key object if it
can be parsed, otherwise return the original key.
PARAMETER | DESCRIPTION |
---|---|
key
|
The input string.
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
CalibrationKey | str
|
The calibration key object or the input string. |
ExperimentDataMultiplierKey
Bases: CalibrationKey
Calibration key for the data multiplier of the experiment, must be a tuple of (experiment,parameter,)
.
ExperimentSpecificKey
Bases: CalibrationKey
A calibration key that is specific to an experiment, must be a tuple of (experiment name, parameter name)
,
the experiment name can be a wildcard pattern.
FabricCoefficientKey
MaterialFabricCoefficientKey
Bases: CalibrationKey
A calibration key for the material fabric coefficient, must be a tuple of (material name, parameter name)
.