LaminaEngineeringConstantsOutput constructor
LaminaEngineeringConstantsOutput({})
Implementation
LaminaEngineeringConstantsOutput({
this.analysisType = AnalysisType.elastic,
this.E1 = 0,
this.E2 = 0,
this.G12 = 0,
this.nu12 = 0,
this.eta1_12 = 0,
this.eta2_12 = 0,
List<List<double>>? Q, // Make it nullable and initialize later
List<List<double>>? S, // Make it nullable and initialize later
this.alpha_11 = 0,
this.alpha_22 = 0,
this.alpha_12 = 0,
}) : Q = Q ?? [],
S = S ?? [];