ChangedVariable

class sharpy.generators.modifystructure.ChangedVariable(name, var_index, file)[source]

Base class of a changed variable

name

Name of the changed variable

Type

str

variable_index

Index of the variable to change

Type

int

file

Name of the file containing the input data (.txt)

Type

str

original

Original value of the desired value in the appropriate format

Type

np.ndarray

current_value

Running track of the current value of the desired variable

Type

np.ndarray