Tests of crack calculator were added
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using StructureHelperCommon.Models.Calculators;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Cracking
|
||||
{
|
||||
public interface IUserCrackInputData : IInputData
|
||||
{
|
||||
double LengthBetweenCracks { get; set; }
|
||||
bool SetLengthBetweenCracks { get; set; }
|
||||
bool SetSofteningFactor { get; set; }
|
||||
double SofteningFactor { get; set; }
|
||||
double UltimateLongCrackWidth { get; set; }
|
||||
double UltimateShortCrackWidth { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user