Add option of strain control in force calculator
This commit is contained in:
@@ -123,7 +123,10 @@ namespace StructureHelperLogics.NdmCalculations.Analyses.ByForces
|
||||
TraceLogger = TraceLogger
|
||||
};
|
||||
forceTupleTraceResultLogic.TraceResult(result);
|
||||
CheckOverStrainedNdms();
|
||||
if (InputData.CheckStrainLimit == true)
|
||||
{
|
||||
CheckOverStrainedNdms();
|
||||
}
|
||||
}
|
||||
|
||||
private bool CheckOverStrainedNdms()
|
||||
|
||||
Reference in New Issue
Block a user