LibMaterial update strategy was fixed

This commit is contained in:
Evgeny Redikultsev
2023-07-22 22:18:17 +05:00
parent 580087b2a6
commit 44ca05d181
6 changed files with 21 additions and 9 deletions

View File

@@ -45,8 +45,8 @@ namespace StructureHelperLogics.NdmCalculations.Cracking
public ExpSofteningLogic()
{
FiMin = 0.2d;
PowerFactor = 1d;
BettaFactor = 0.8;
PowerFactor = 2d;
BettaFactor = 0.8d;
}
public double GetSofteningFactor()
{