Refactoring of beam shear calculation, add test for beam shea
This commit is contained in:
@@ -6,5 +6,7 @@
|
||||
public const string Meters = "(m)";
|
||||
public const string SquareMeters = "(m2)";
|
||||
public const string Newtons = "(N)";
|
||||
public const string Pa = "(Pa)";
|
||||
public const string NewtonMeters = $"{Newtons}*{Meters}";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user