LaminatePlatePropertiesOutput constructor

LaminatePlatePropertiesOutput({
  1. List<List<double>> A = const [],
  2. List<List<double>> B = const [],
  3. List<List<double>> D = const [],
  4. InPlaneProperties? inPlaneProperties,
  5. InPlaneProperties? flexuralProperties,
})

Implementation

LaminatePlatePropertiesOutput({
  this.A = const [],
  this.B = const [],
  this.D = const [],
  InPlaneProperties? inPlaneProperties,
  InPlaneProperties? flexuralProperties,
})  : inPlaneProperties = inPlaneProperties ?? InPlaneProperties(),
      flexuralProperties = flexuralProperties ?? InPlaneProperties();