Struct temperature::Circuit [] [src]

pub struct Circuit {
    pub capacitance: Diagonal<f64>,
    pub conductance: Compressed<f64>,
    pub distribution: Compressed<f64>,
    pub aggregation: Compressed<f64>,
}

A thermal circuit.

Fields

The thermal-capacitance matrix.

The thermal-conductance matrix.

The power-distribution matrix.

The temperature-aggregation matrix.

Trait Implementations

impl Debug for Circuit
[src]

Formats the value using the given formatter.

impl Clone for Circuit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more