Struct threed_ice::System
[−]
[src]
pub struct System {
pub stack: Stack,
pub analysis: Analysis,
}A system.
Fields
stack: Stack
The stack.
analysis: Analysis
The analysis.
Methods
impl System[src]
fn new<T: AsRef<Path>>(path: T) -> Result<System>
Create a system given a stack description.
fn capacitance(&self) -> Result<Diagonal<f64>>
Extract the thermal capacitance matrix.
fn conductance(&self) -> Result<Compressed<f64>>
Extract the thermal conductance matrix.
fn distribution(&self) -> Result<Compressed<f64>>
Extract the power distribution matrix.