Crack calculator was changed
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using StructureHelperCommon.Models.Forces;
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
@@ -7,13 +6,10 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Cracking
|
||||
{
|
||||
public class CrackWidthTupleResult
|
||||
public class CrackWidthTupleResult : ICrackWidthTupleResult
|
||||
{
|
||||
public IForceTuple? ForceTuple { get; set; }
|
||||
public double CrackWidth { get; set; }
|
||||
public double UltimateCrackWidth { get; set; }
|
||||
public bool IsCrackLessThanUltimate => CrackWidth <= UltimateCrackWidth;
|
||||
public RebarStressResult RebarStressResult { get; set; }
|
||||
public double SofteningFactor { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user