chore: update documentation to reflect recent architectural changes and improve clarity
This commit is contained in:
@@ -86,9 +86,6 @@ pub struct ComponentConfig {
|
||||
/// Air inlet temperature in Celsius.
|
||||
#[serde(default)]
|
||||
pub air_inlet_temp_c: Option<f64>,
|
||||
/// Air mass flow rate in kg/s.
|
||||
#[serde(default)]
|
||||
pub air_mass_flow_kg_s: Option<f64>,
|
||||
/// Air side heat transfer exponent.
|
||||
#[serde(default)]
|
||||
pub n_air_exponent: Option<f64>,
|
||||
|
||||
Reference in New Issue
Block a user