LaminarStressStrainOutput constructor
LaminarStressStrainOutput({})
Implementation
LaminarStressStrainOutput({
this.tensorType = TensorType.stress,
this.N11 = 0,
this.N22 = 0,
this.N12 = 0,
this.M11 = 0,
this.M22 = 0,
this.M12 = 0,
this.epsilon11 = 0,
this.epsilon22 = 0,
this.epsilon12 = 0,
this.kappa11 = 0,
this.kappa22 = 0,
this.kappa12 = 0,
});