Skip to main content

SpecificHeat

Type Alias SpecificHeat 

Source
pub type SpecificHeat = Qty<2, 0, -2, 0, -1, 0, 0>;
Expand description

J·kg⁻¹·K⁻¹ — the c_p that says how much heat a gram of glass can hide.

Aliased Type§

pub struct SpecificHeat(/* private fields */);

Implementations§

Source§

impl SpecificHeat

Source

pub fn j_per_kg_k(v: f64) -> SpecificHeat

J·kg⁻¹·K⁻¹, the unit a materials table uses.

Trait Implementations§

Source§

impl Mul<Qty<0, 0, 0, 0, 1, 0, 0>> for SpecificHeat

Source§

type Output = Qty<2, 0, -2, 0, 0, 0, 0>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Temperature) -> LatentHeat

Performs the * operation. Read more
Source§

impl Mul<Qty<0, 1, 0, 0, 0, 0, 0>> for SpecificHeat

Source§

type Output = Qty<2, 1, -2, 0, -1, 0, 0>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Mass) -> HeatCapacity

Performs the * operation. Read more