feat: Starts manual-d client and adds friction rate calculation and tests.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
public struct CoolingLoad: Codable, Equatable {
|
||||
public struct CoolingLoad: Codable, Equatable, Sendable {
|
||||
public let total: Double
|
||||
public let sensible: Double
|
||||
public var latent: Double { total - sensible }
|
||||
|
||||
Reference in New Issue
Block a user