Skip to main content

Pressure

Type Alias Pressure 

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

Pascals. Also the unit of an energy density and of a stress, which are the same dimension and not a coincidence.

Aliased Type§

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

Trait Implementations§

Source§

impl Mul<Qty<2, 0, 0, 0, 0, 0, 0>> for Pressure

Source§

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

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Area) -> Force

Performs the * operation. Read more