Error list
for STKO v.3.1.0
physical_properties error list

The following is a list of physical_properties errors that can occur while using STKO (Scientific Toolkit for OpenSees).

For each error, a brief description and a possible solution to resolve it is provided. In case the error is not in the list or if the proposed solution has no effect, please post in our forum.

error codecommanderror messagesolution
PlaneStressLayeredMaterial incorrect size of variables The PlaneStressLayeredMaterial requires that materials and thicknesses have the same length/value.


Make sure that the variables materials and thicknesses have the same size.


PlaneStressLayeredMaterial incorrect size of variables The PlaneStressLayeredMaterial requires that materials and thicknesses must have at least 1 component/s.


Make sure that the variables materials and thicknesses have at least 1 component.


RandomizedMaterialWrapper invalid argument type The RandomizedMaterialWrapper requires the arguments should be of the type MpcAttributeType.Real, MpcAttributeType.QuantityScalar or MpcAttributeType.QuantityVector.


Make sure that the arguments have an attribute type equal to MpcAttributeType.Real, MpcAttributeType.QuantityScalar or MpcAttributeType.QuantityVector.


ASD_SMA_3K variable with incorrect value The ASD_SMA_3K requires that k1 should be strictly positive (k1 > 0).


Make sure that k1 has a value strictly positive (k1 > 0).


ASD_SMA_3K variable with incorrect value The ASD_SMA_3K requires that k2 should be in the range 0-k1 (0 ≤ k2 < k1).


Make sure that k2 has a value in the range 0-k1 (0 ≤ k2 < k1).


ASD_SMA_3K variable with incorrect value The ASD_SMA_3K requires that k3 should be in the range k2-k1 (k2 ≤ k3 ≤ k1).


Make sure that k3 has a value in the range k2-k1 (k2 ≤ k3 ≤ k1).


ASD_SMA_3K variable with incorrect value The ASD_SMA_3K requires that sigAct should be strictly positive (sigAct > 0).


Make sure that sigAct has a value strictly positive (sigAct > 0).


ASD_SMA_3K variable with incorrect value The ASD_SMA_3K requires that beta should be in the range 0-1 (0 ≤ beta ≤ 1).


Make sure that beta has a value in the range 0-1 (0 ≤ beta ≤ 1).


concreteMaterials standard not supported The standard provided is not supported by concreteStandardFactory.


Make sure that a standard supported by the concreteStandardFactory is provided.


ElasticMultiLinear incorrect size of variables The ElasticMultiLinear requires that strain and stress points have the same length/value.


Make sure that the variables strain and stress points have the same size.


MultiLinear incorrect size of variables The MultiLinear requires that vector u must have 4 component/s.


Make sure that the variables vector u have 4 components.


MultiLinear incorrect size of variables The MultiLinear requires that vector u and f have the same length/value.


Make sure that the variables vector u and f have the same size.


Parallel incorrect size of variables The Parallel requires that tag and fact have the same length/value.


Make sure that the variables tag and fact have the same size.


PyLiq1 no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


Series incorrect size of variables The Series requires that tag must have at least 1 component/s.


Make sure that the variables tag have at least 1 component.


TzLiq1 no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


UVCuniaxial incorrect size of variables The UVCuniaxial requires that C vector and gamma vector have the same length/value.


Make sure that the variables C vector and gamma vector have the same size.


UVCuniaxial incorrect size of variables The UVCuniaxial requires that C vector and gamma vector must have at least 1 component/s.


Make sure that the variables C vector and gamma vector have at least 1 component.


UVCuniaxial incorrect size of variables The UVCuniaxial requires that C vector and gamma vector must have at max 8 component/s.


Make sure that the variables C vector and gamma vector have at max 8 components.


Elastic no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


Elastic variable with incorrect value The Elastic requires that 2D and 3D options should be different from each other.


Make sure that the 2D and 3D flags are different from each other.


extrusion_utils incorrect size of variables The extrusion_utils requires that the referenced sub-properties must have 1 component/s.


Make sure that the variables the referenced sub-properties have exactly 1 component.


Fiber no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


Fiber incorrect size of variables The Fiber requires that Section must have 1 component/s.


Make sure that the variables Section have exactly 1 component.


LayeredShell incorrect size of variables The LayeredShell requires that thickness and material have the same length/value.


Make sure that the variables thickness and material have the same size.


LayeredShell incorrect size of variables The LayeredShell requires that matTag must have at least 1 component/s.


Make sure that the variables matTag have at least 1 component.


RectangularFiberSectionChecks variable with incorrect value The RectangularFiberSectionChecks requires that (2*Cover + StirrupRadius) should be greater than or equal to Width.


Make sure that (2*Cover + StirrupRadius) has a value greater than or equal to Width.


RectangularFiberSectionChecks variable with incorrect value The RectangularFiberSectionChecks requires that (2*Cover + StirrupRadius) should be greater than or equal to Height.


Make sure that (2*Cover + StirrupRadius) has a value greater than or equal to Height.


RectangularFiberSectionDomain incorrect size of variables The RectangularFiberSectionDomain requires that Section must have 1 component/s.


Make sure that the variables Section have exactly 1 component.


RectangularFiberSectionDomain contact support Please contact support.


Visit our contact page or post it in our forum.


RectangularFiberSectionDomain contact support Please contact support.


Visit our contact page or post it in our forum.


RectangularFiberSectionDomain incorrect size of variables The RectangularFiberSectionDomain requires that Section must have 1 component/s.


Make sure that the variables Section have exactly 1 component.


ThreadUtils utility error The ThreadUtils requires that the worker object should inherit from Qobject.


Make sure that the worker object inherit from Qobject .


ThreadUtils utility error The ThreadUtils requires that the worker object to have the finished() signal.


Make sure that the worker object has the finished() signal .


ThreadUtils utility error The ThreadUtils requires that the worker object to have the sendPercentage(int) signal.


Make sure that the worker object has the sendPercentage(int) signal .


ThreadUtils utility error The ThreadUtils requires that the worker object to have the sendTextLine(str) signal.


Make sure that the worker object has the sendTextLine(str) signal .


ThreadUtils utility error The ThreadUtils requires that the worker object to have the clearTextEdit() signal.


Make sure that the worker object has the clearTextEdit() signal .


ThreadUtils utility error The ThreadUtils requires that the dialog object should inherit from Qdialog.


Make sure that the dialog object inherit from Qdialog .


ThreadUtils utility error The ThreadUtils requires that the dialog object to have a method called setPercentage(int).


Make sure that the dialog object has a method called setPercentage(int) .


ThreadUtils utility error The dialog object setPercentage attribute is not callable.


The setPercentage attribute cannot be called.


RectangularFiberSection no Attribute Cannot find dataStore Attribute.


Make sure that the Attribute dataStore is defined.


RectangularFiberSection no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


RectangularFiberSection no Attribute Cannot find dataStore Attribute.


Make sure that the Attribute dataStore is defined.


RectangularFiberSection no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


RectangularFiberSection Xobject is Null or has no parent component The RectangularFiberSection presents a Null Xobject.


Make sure that a Physical Property has been set.


RectangularFiberSection no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


RectangularFiberSection contact support Please contact support.


Visit our contact page or post it in our forum.


RectangularFiberSection Xobject is Null or has no parent component The RectangularFiberSection presents a Null Xobject.


Make sure that a Physical Property has been set.


RectangularFiberSection no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


RectangularFiberSection contact support Please contact support.


Visit our contact page or post it in our forum.


RectangularFiberSection no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


RectangularFiberSection no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


RectangularFiberSection unrecognized material An uniaxialMaterial for cover not recognized.


Provide an uniaxialMaterial for core manually.


RectangularFiberSection incorrect size of variables The RectangularFiberSection requires that Section must have 1 component/s.


Make sure that the variables Section have exactly 1 component.


RectangularFiberSection class not supported The class provided is not supported by ConfinementModelsFactory.


Make sure that a class supported by the ConfinementModelsFactory is provided.


BeamSectionProperty(old) no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


BeamSectionProperty no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


BeamSectionProperty incorrect size of variables The BeamSectionProperty requires that secTag/2 and weights/2 have the same length/value.


Make sure that the variables secTag/2 and weights/2 have the same size.


BeamSectionProperty incorrect size of variables The BeamSectionProperty requires that section tags and weights vectors at node I have the same length/value.


Make sure that the variables section tags and weights vectors at node I have the same size.


BeamSectionProperty incorrect size of variables The BeamSectionProperty requires that section tags and weights vectors at node J have the same length/value.


Make sure that the variables section tags and weights vectors at node J have the same size.


BeamSectionProperty variable with incorrect value The BeamSectionProperty requires that weights and positions should be in the range 0-1.


Make sure that weights and positions have values in the range 0-1.


BeamSectionProperty variable with incorrect value The BeamSectionProperty requires that weights and positions should be in the range 0-1.


Make sure that weights and positions have values in the range 0-1.


BeamSectionProperty incorrect size of variables The BeamSectionProperty requires that secTag/7 and weights/7 have the same length/value.


Make sure that the variables secTag/7 and weights/7 have the same size.


BeamSectionProperty variable with incorrect value The BeamSectionProperty requires that section location should be in the range 0-1.


Make sure that section location has a value in the range 0-1.


BeamSectionProperty incorrect size of variables The BeamSectionProperty requires that secTag/8 and weights/8 have the same length/value.


Make sure that the variables secTag/8 and weights/8 have the same size.


BeamSectionProperty incorrect size of variables The BeamSectionProperty requires that the size of weights/8 vector should not be larger then the size of vectors secTag/8 and positions/8.


Make sure that weights/8 vector is greater than the secTag/8 and positions/8 vectors.


BeamSectionProperty variable with incorrect value The BeamSectionProperty requires that section location should be in the range 0-1.


Make sure that section location has a value in the range 0-1.


BeamSectionProperty incorrect size of variables The BeamSectionProperty requires that secTag/9 and positions/9 have the same length/value.


Make sure that the variables secTag/9 and positions/9 have the same size.


BeamSectionProperty variable with incorrect value The BeamSectionProperty requires that section location should be in the range 0-1.


Make sure that section location has a value in the range 0-1.


BeamWithShearHingeProperty no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


beam_section_utils incorrect size of variables The beam_section_utils requires that Section for Lobatto integration rule must have 2 to 10 component/s.


Make sure that Section for Lobatto integration rule has a value between 2 and 10.


beam_section_utils incorrect size of variables The beam_section_utils requires that Section for Lobatto integration rule must have 2 to 10 component/s.


Make sure that Section for Lobatto integration rule has a value between 2 and 10.


beam_section_utils incorrect size of variables The beam_section_utils requires that Section for Legendre integration rule must have 1 to 10 component/s.


Make sure that Section for Legendre integration rule has a value between 1 and 10.


beam_section_utils incorrect size of variables The beam_section_utils requires that Section for Radau integration rule must have 1 to 10 component/s.


Make sure that Section for Radau integration rule has a value between 1 and 10.


beam_section_utils incorrect size of variables The beam_section_utils requires that Section for Newton-Cotes integration rule must have 2 to 10 component/s.


Make sure that Section for Newton-Cotes integration rule has a value between 2 and 10.


beam_section_utils incorrect size of variables The beam_section_utils requires that Section for Trapezoidal integration rule must have at least 2 component/s.


Make sure that the variables Section for Trapezoidal integration rule has at least 2 components.


beam_section_utils incorrect size of variables The beam_section_utils requires that Section for Composite Simpson integration rule must have positive odd component/s.


Make sure that the variables Section for Composite Simpson integration rule has positive odd components.


HingedBeamPP no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


RCBeamColumnProperty no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


distributedWidgetPP no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


distributedWidgetPP Xobject is Null or has no parent component The distributedWidgetPP presents a Null Xobject.


Make sure that a Physical Property has been set.


distributedWidgetPP Xobject is Null or has no parent component The distributedWidgetPP presents a Null Xobject.


Make sure that a Physical Property has been set.


distributedWidgetPP Xobject is Null or has no parent component The distributedWidgetPP presents a Null Xobject.


Make sure that a Physical Property has been set.


distributedWidgetPP Xobject is Null or has no parent component The distributedWidgetPP presents a Null Xobject.


Make sure that a Physical Property has been set.


distributedWidgetPP no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


lumpedFLWidgetPP no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


lumpedFLWidgetPP Xobject is Null or has no parent component The lumpedFLWidgetPP presents a Null Xobject.


Make sure that a Physical Property has been set.


lumpedFLWidgetPP Xobject is Null or has no parent component The lumpedFLWidgetPP presents a Null Xobject.


Make sure that a Physical Property has been set.


lumpedFLWidgetPP Xobject is Null or has no parent component The lumpedFLWidgetPP presents a Null Xobject.


Make sure that a Physical Property has been set.


lumpedFLWidgetPP Xobject is Null or has no parent component The lumpedFLWidgetPP presents a Null Xobject.


Make sure that a Physical Property has been set.


lumpedFLWidgetPP no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


lumpedFLWidgetPP no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


lumpedZLWidgetPP no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


lumpedZLWidgetPP Xobject is Null or has no parent component The lumpedZLWidgetPP presents a Null Xobject.


Make sure that a Physical Property has been set.


lumpedZLWidgetPP Xobject is Null or has no parent component The lumpedZLWidgetPP presents a Null Xobject.


Make sure that a Physical Property has been set.


lumpedZLWidgetPP Xobject is Null or has no parent component The lumpedZLWidgetPP presents a Null Xobject.


Make sure that a Physical Property has been set.


lumpedZLWidgetPP Xobject is Null or has no parent component The lumpedZLWidgetPP presents a Null Xobject.


Make sure that a Physical Property has been set.


lumpedZLWidgetPP no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


lumpedZLWidgetPP no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


truss no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


StrainHistory class not supported The class provided is not supported by StrainHistoryFactory.


Make sure that a class supported by the StrainHistoryFactory is provided.


Tester1D no material No material provided to the tester.


Make sure that at least one material is set.


Tester1D no strain history No strain history provided to the tester.


Make sure that at least one strain history is set.


Tester1D no external solver No external solver kit provided.


Make sure external solver kit has been set up.


Tester1D no material No material provided to the tester.


Make sure that at least one material is set.


Tester1D no strain history No strain history provided to the tester.


Make sure that at least one strain history is set.


Tester1D no external solver No external solver kit provided.


Make sure external solver kit has been set up.


Tester1D Xobject is Null or has no parent component The Tester1D presents a Null Xobject.


Make sure that a Physical Property has been set.


Tester1D Xobject is Null or has no parent component The Tester1D presents a Null Xobject.


Make sure that a Physical Property has been set.


Tester1D no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


Tester1D contact support Please contact support.


Visit our contact page or post it in our forum.


Tester1D_nextTestMatplotlib no material No material provided to the tester.


Make sure that at least one material is set.


Tester1D_nextTestMatplotlib no strain history No strain history provided to the tester.


Make sure that at least one strain history is set.


Tester1D_nextTestMatplotlib no external solver No external solver kit provided.


Make sure external solver kit has been set up.


Tester1D_nextTestMatplotlib Xobject is Null or has no parent component The Tester1D_nextTestMatplotlib presents a Null Xobject.


Make sure that a Physical Property has been set.


Tester1D_nextTestMatplotlib Xobject is Null or has no parent component The Tester1D_nextTestMatplotlib presents a Null Xobject.


Make sure that a Physical Property has been set.


Tester1D_nextTestMatplotlib no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


Tester1D_nextTestMatplotlib contact support Please contact support.


Visit our contact page or post it in our forum.


TesterND wrong output component Wrong number of output components.


Make sure to have at least 3 tokens.


TesterND wrong strain size Wrong number of strain size.


Make sure the strain size is equal to 3 or 6.


TesterND no material No material provided to the tester.


Make sure that at least one material is set.


TesterND no strain history No strain history provided to the tester.


Make sure that at least one strain history is set.


TesterND no external solver No external solver kit provided.


Make sure external solver kit has been set up.


TesterND Xobject is Null or has no parent component The TesterND presents a Null Xobject.


Make sure that a Physical Property has been set.


TesterND Xobject is Null or has no parent component The TesterND presents a Null Xobject.


Make sure that a Physical Property has been set.


TesterND no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


TesterND contact support Please contact support.


Visit our contact page or post it in our forum.


Multiplier no Attribute Cannot find otherTag Attribute.


Make sure that the Attribute otherTag is defined.


Multiplier no Attribute Cannot find multiplier Attribute.


Make sure that the Attribute multiplier is defined.


ASDCoupledHinge_RectangularRC no Attribute Cannot find dataStore Attribute.


Make sure that the Attribute dataStore is defined.


ASDCoupledHinge_RectangularRC contact support Please contact support.


Visit our contact page or post it in our forum.


ASDCoupledHinge_RectangularRC no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


ASDCoupledHinge_RectangularRC no Attribute Cannot find dataStore Attribute.


Make sure that the Attribute dataStore is defined.


ASDCoupledHinge_RectangularRC no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


ASDCoupledHinge_RectangularRC no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


ASDCoupledHinge_RectangularRC no Attribute Cannot find dataStore Attribute.


Make sure that the Attribute dataStore is defined.


ASDCoupledHinge_RectangularRC no material Could not get the materials from dataStore.


Make sure that at least one material is set.


ASDCoupledHinge_RectangularRC no CAE document Create at least one CAE document.


At the moment this error will never be launched (as STKO is set up).


ASDCoupledHinge_RectangularRC no material Could not get the materials from dataStore.


Make sure that at least one material is set.


ASDCoupledHinge_RectangularRC contact support Please contact support.


Visit our contact page or post it in our forum.


ASDCoupledHinge_RectangularRC incorrect size of variables The length of the structured list for N is not as expected.


Make sure that the variables structured list for N is equal to nTot (nTot = nN * nTheta).


ASDCoupledHinge_RectangularRC keyword error Keyword not recognized.


Make sure one of the following keuwords is used: "__W__", "__H__", "__Ec__", "__Ag__", "__EIgY__", "__EIgZ__", "__rhoY__", "__rhoZ__", "__fc__"


ASDCoupledHinge_RectangularRC class not supported The class provided is not supported by ConfinementModelsFactory.


Make sure that a class supported by the ConfinementModelsFactory is provided.


RectangularFiberSectionDomain no domain Is requested to compute My for a given N, but the domain is still None.


Please first compute the domain.


RectangularFiberSectionDomain no domain Is requested to compute My for a given N, but the domain is still None.


Please first compute the domain.


RectangularFiberSectionDomain unknown condition code An unknown condition code has been provided.


The condition code should be "Y" for Yield or "U" for Ultimate.


RectangularFiberSectionDomain no domain Is requested to compute My for a given N, but the domain is still None.


Please first compute the domain.


RectangularFiberSectionDomain no domain Is requested to compute My for a given N, but the domain is still None.


Please first compute the domain.


RectangularFiberSectionDomain unknown condition code An unknown condition code has been provided.


The condition code should be "Y" for Yield or "U" for Ultimate.


RectangularFiberSectionDomain no domain Is requested to compute My for a given N, but the domain is still None.


Please first compute the domain.


RectangularFiberSectionDomain no domain Is requested to compute My for a given N, but the domain is still None.


Please first compute the domain.


RectangularFiberSectionDomain unknown condition code An unknown condition code has been provided.


The condition code should be "Y" for Yield or "U" for Ultimate.


RectangularFiberSectionDomain no domain Is requested to compute My for a given N, but the domain is still None.


Please first compute the domain.


RectangularFiberSectionDomain no domain Is requested to compute My for a given N, but the domain is still None.


Please first compute the domain.


RectangularFiberSectionDomain unknown condition code An unknown condition code has been provided.


The condition code should be "Y" for Yield or "U" for Ultimate.


RectangularFiberSectionDomain contact support Please contact support.


Visit our contact page or post it in our forum.


RectangularFiberSectionDomain contact support Please contact support.


Visit our contact page or post it in our forum.


RectangularFiberSectionDomain contact support Please contact support.


Visit our contact page or post it in our forum.


RectangularFiberSectionDomain contact support Please contact support.


Visit our contact page or post it in our forum.


RectangularFiberSectionDomain no domain Is requested to compute ultimate domain, but strain profiles are empty.


Please first compute the ultimate strain profiles.


RectangularFiberSectionDomain no domain Is requested to compute yield domain, but strain profiles are empty.


Please first compute the yield strain profiles.


RectangularFiberSectionDomain unknown condition code An unknown condition code has been provided.


The condition code should be "Y" for Yield or "U" for Ultimate.


RectangularFiberSectionDomain no section Section is None. Cannot compute the domain by integration of strain profiles.


Make sure that a section is set.


RectangularFiberSectionDomain contact support Please contact support.


Visit our contact page or post it in our forum.