Store powder specific gravity and fix coverage math
This commit is contained in:
@@ -52,6 +52,9 @@ public class PowderCatalogItem
|
||||
/// <summary>Theoretical coverage in sq ft per pound. Typical 80–120.</summary>
|
||||
public decimal? CoverageSqFtPerLb { get; set; }
|
||||
|
||||
/// <summary>Specific gravity from the TDS. Used to derive theoretical coverage when needed.</summary>
|
||||
public decimal? SpecificGravity { get; set; }
|
||||
|
||||
/// <summary>Powder transfer efficiency percentage. Typical 60–75%.</summary>
|
||||
public decimal? TransferEfficiency { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user