Skip to main content

StiffnessDim

Type Alias StiffnessDim 

Source
pub type StiffnessDim = Dim<Z0, P1, N2, Z0, Z0, Z0, Z0>;
Expand description

SI dimension for Stiffness: M¹·T⁻² [newton per meter, N/m].

Aliased Type§

pub struct StiffnessDim { /* private fields */ }

Trait Implementations§

Source§

impl DimName for StiffnessDim

Source§

fn dim_name() -> &'static str

Full English name of the dimension (e.g. "Force").
Source§

fn dim_symbol() -> &'static str

SI symbol string (e.g. "N", "kg·m/s").