LaminaEngineeringConstantsInput class

Constructors

LaminaEngineeringConstantsInput({AnalysisType analysisType = AnalysisType.elastic, double E1 = 0, double E2 = 0, double G12 = 0, double nu12 = 0, double layupAngle = 0, double alpha11 = 0, double alpha22 = 0, double alpha12 = 0})
LaminaEngineeringConstantsInput.fromJson(Map<String, dynamic> json)
factory
LaminaEngineeringConstantsInput.withDefaults()
factory

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
G12 double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
layupAngle double
getter/setter pair
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