Struct threed_ice::System [] [src]

pub struct System {
    pub stack: Stack,
    pub analysis: Analysis,
}

A system.

Fields

The stack.

The analysis.

Methods

impl System
[src]

Create a system given a stack description.

Extract the thermal capacitance matrix.

Extract the thermal conductance matrix.

Extract the power distribution matrix.