InPlaneProperties class

Constructors

InPlaneProperties({AnalysisType analysisType = AnalysisType.elastic, double E1 = 0, double E2 = 0, double G12 = 0, double nu12 = 0, double eta121 = 0, double eta122 = 0, double alpha11 = 0, double alpha22 = 0, double alpha12 = 0})

Properties

alpha11 double
getter/setter pair
alpha12 double
getter/setter pair
alpha22 double
getter/setter pair
analysisType AnalysisType
getter/setter pair
E1 double
getter/setter pair
E2 double
getter/setter pair
eta121 double
getter/setter pair
eta122 double
getter/setter pair
G12 double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nu12 double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited